HyukjinKwon commented on a change in pull request #24489: [SPARK-27555][SQL] 
sqlConf of SessionState  should load hive-site.xml
URL: https://github.com/apache/spark/pull/24489#discussion_r279685102
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/internal/BaseSessionStateBuilder.scala
 ##########
 @@ -88,6 +103,7 @@ abstract class BaseSessionStateBuilder(
     parentState.map(_.conf.clone()).getOrElse {
       val conf = new SQLConf
       mergeSparkConf(conf, session.sparkContext.conf)
+      mergeHadoopConf(conf, session.sparkContext.hadoopConfiguration)
 
 Review comment:
   This looks basically we're going to mix up Spark conf and Hadoop conf

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to