Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/20877#discussion_r177721014
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/json/JSONOptions.scala
---
@@ -85,6 +86,16 @@ private[sql] class JSONOptions(
val multiLine =
parameters.get("multiLine").map(_.toBoolean).getOrElse(false)
+ val lineSeparator: Option[String] = parameters.get("lineSep").map { sep
=>
--- End diff --
this can be private?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]