Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/21182#discussion_r186280648
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/json/JSONOptions.scala
---
@@ -136,4 +136,6 @@ private[sql] class JSONOptions(
allowBackslashEscapingAnyCharacter)
factory.configure(JsonParser.Feature.ALLOW_UNQUOTED_CONTROL_CHARS,
allowUnquotedControlChars)
}
+
+ @transient val textOptions = parameters
--- End diff --
Shall we make this less complicated and do what @MaxGekk's said in place
next time?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]