Skip to content

Commit 0e5d0bc

Browse files
committed
fix
1 parent 1b1711e commit 0e5d0bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/sql-programming-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -965,6 +965,8 @@ Configuration of Parquet can be done using the `setConf` method on `SparkSession
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:
967967
none, uncompressed, snappy, gzip, lzo, brotli, lz4, zstd.
968+
Note that `zstd` requires `ZStandardCodec` to be installed before Hadoop 2.9.0, `brotli` requires
969+
`BrotliCodec` to be installed.
968970
</td>
969971
</tr>
970972
<tr>

0 commit comments

Comments
 (0)