You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by gengliangwang <gi...@git.apache.org> on 2018/09/25 08:39:35 UTC

[GitHub] spark pull request #22534: [SPARK-25514][SQL] Generating pretty JSON by to_j...

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

    https://github.com/apache/spark/pull/22534#discussion_r220104540
  
    --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/json/JSONOptions.scala ---
    @@ -113,6 +113,11 @@ private[sql] class JSONOptions(
       }
       val lineSeparatorInWrite: String = lineSeparator.getOrElse("\n")
     
    +  /**
    +   * Generating JSON strings in pretty representation if the parameter enabled.
    --- End diff --
    
    "if the parameter enabled" => "if the parameter is enabled"


---

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