You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by gatorsmile <gi...@git.apache.org> on 2017/10/28 05:39:38 UTC

[GitHub] spark pull request #18666: [SPARK-21449][SQL][Hive]Close HiveClient's Sessio...

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: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org