Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/21182#discussion_r186263531
--- 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 --
If you want to access `parameters` like this, why not just remove `private`
on it?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]