Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/18666#discussion_r147546947
--- Diff:
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala
---
@@ -201,6 +201,16 @@ private[hive] class HiveClientImpl(
ret
}
+ def close(): Unit = withHiveState {
+ Hive.closeCurrent()
--- End diff --
What is the effect of this call?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]