rdblue commented on a change in pull request #24094: [SPARK-27162][SQL] Add new 
method getOriginalMap in CaseInsensitiveStringMap
URL: https://github.com/apache/spark/pull/24094#discussion_r266173707
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/internal/SessionState.scala
 ##########
 @@ -96,6 +98,11 @@ private[sql] class SessionState(
     hadoopConf
   }
 
+  def newHadoopConfWithCaseInsensitiveOptions(options: 
CaseInsensitiveStringMap): Configuration = {
 
 Review comment:
   I agree with @cloud-fan, I'd rather use `newHadoopConfWithOptions` and not 
add a new method here.

----------------------------------------------------------------
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