dongjoon-hyun commented on a change in pull request #29702:
URL: https://github.com/apache/spark/pull/29702#discussion_r486051135
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/streaming/DataStreamReader.scala
##########
@@ -535,5 +536,5 @@ final class DataStreamReader private[sql](sparkSession:
SparkSession) extends Lo
private var userSpecifiedSchema: Option[StructType] = None
- private var extraOptions = new scala.collection.mutable.HashMap[String,
String]
+ private var extraOptions = CaseInsensitiveMap[String](Map.empty)
Review comment:
Thanks. It's updated now.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]