Github user janewangfb commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18975#discussion_r137401187
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/InsertIntoHiveTable.scala
 ---
    @@ -234,12 +82,8 @@ case class InsertIntoHiveTable(
       override def run(sparkSession: SparkSession, children: Seq[SparkPlan]): 
Seq[Row] = {
         assert(children.length == 1)
     
    -    val sessionState = sparkSession.sessionState
         val externalCatalog = sparkSession.sharedState.externalCatalog
    -    val hiveVersion = 
externalCatalog.asInstanceOf[HiveExternalCatalog].client.version
    -    val hadoopConf = sessionState.newHadoopConf()
    -    val stagingDir = hadoopConf.get("hive.exec.stagingdir", 
".hive-staging")
    --- End diff --
    
    ok. added it back.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to