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

    https://github.com/apache/spark/pull/20169#discussion_r163429758
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala 
---
    @@ -82,8 +83,9 @@ import org.apache.spark.util.{CircularBuffer, Utils}
      */
     private[hive] class HiveClientImpl(
         override val version: HiveVersion,
    +    warehouseDir: Option[String],
         sparkConf: SparkConf,
    -    hadoopConf: Configuration,
    +    hadoopConf: JIterable[JMap.Entry[String, String]],
    --- End diff --
    
    Why this change is needed?


---

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

Reply via email to