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

    https://github.com/apache/spark/pull/20076#discussion_r159142765
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -323,11 +323,13 @@ object SQLConf {
         .createWithDefault(false)
     
       val PARQUET_COMPRESSION = 
buildConf("spark.sql.parquet.compression.codec")
    -    .doc("Sets the compression codec use when writing Parquet files. 
Acceptable values include: " +
    -      "uncompressed, snappy, gzip, lzo.")
    +    .doc("Sets the compression codec use when writing Parquet files. If 
other compression codec " +
    --- End diff --
    
    s/use when/used when


---

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

Reply via email to