Skip to content

Commit 7ec01e4

Browse files
committed
Revert "fix bug of jdk11"
This reverts commit edaf402.
1 parent edaf402 commit 7ec01e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ private[hive] class HiveClientImpl(
311311
val ret = try f finally {
312312
state.getConf.setClassLoader(originalConfLoader)
313313
Thread.currentThread().setContextClassLoader(original)
314-
SessionState.detachSession()
315314
HiveCatalogMetrics.incrementHiveClientCalls(1)
316315
}
317316
ret

0 commit comments

Comments
 (0)