Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/21182#discussion_r186275033
--- 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 --
Seems to me it's less possibly we have new options which are not passed by
`parameters`. If you think it can be, I'm fine with this.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]