Github user gengliangwang commented on a diff in the pull request:
https://github.com/apache/spark/pull/21182#discussion_r185820210
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/json/JSONOptions.scala
---
@@ -136,4 +138,6 @@ private[sql] class JSONOptions(
allowBackslashEscapingAnyCharacter)
factory.configure(JsonParser.Feature.ALLOW_UNQUOTED_CONTROL_CHARS,
allowUnquotedControlChars)
}
+
+ val textOptions = ListMap(parameters.toList: _*)
--- End diff --
I see, `CaseInsensitiveMap.. with Serializable` so I think it was ok. I
didn't try it and run tests.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]