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

    https://github.com/apache/spark/pull/22358#discussion_r215874603
  
    --- Diff: docs/sql-programming-guide.md ---
    @@ -964,7 +964,7 @@ Configuration of Parquet can be done using the 
`setConf` method on `SparkSession
         Sets the compression codec used when writing Parquet files. If either 
`compression` or
         `parquet.compression` is specified in the table-specific 
options/properties, the precedence would be
         `compression`, `parquet.compression`, 
`spark.sql.parquet.compression.codec`. Acceptable values include:
    -    none, uncompressed, snappy, gzip, lzo, brotli, lz4, zstd.
    --- End diff --
    
    I prefer `none, uncompressed, snappy, gzip, lzo, brotli(need install ...), 
lz4, zstd(need install ...)`.


---

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

Reply via email to