Github user gatorsmile commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20885#discussion_r176958504
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/json/JSONOptions.scala
 ---
    @@ -85,6 +85,38 @@ private[sql] class JSONOptions(
     
       val multiLine = 
parameters.get("multiLine").map(_.toBoolean).getOrElse(false)
     
    +  val charset: Option[String] = Some("UTF-8")
    --- End diff --
    
    It sounds like we need to review https://github.com/apache/spark/pull/20849 
first


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to