Skip to content

Commit 6c9d47b

Browse files
committed
SPARK-23972: Update sql-programming-guide.md.
1 parent 270540f commit 6c9d47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sql-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ Configuration of Parquet can be done using the `setConf` method on `SparkSession
964964
Sets the compression codec used when writing Parquet files. If either `compression` or
965965
`parquet.compression` is specified in the table-specific options/properties, the precedence would be
966966
`compression`, `parquet.compression`, `spark.sql.parquet.compression.codec`. Acceptable values include:
967-
none, uncompressed, snappy, gzip, lzo.
967+
none, uncompressed, snappy, gzip, lzo, brotli, lz4, zstd.
968968
</td>
969969
</tr>
970970
<tr>

0 commit comments

Comments
 (0)