Skip to content
Snippets Groups Projects
Commit cda4603d authored by Takeshi YAMAMURO's avatar Takeshi YAMAMURO Committed by Reynold Xin
Browse files

[SQL][DOC] Fix a default name for parquet compression

## What changes were proposed in this pull request?
This pr is to fix a wrong description for parquet default compression.

Author: Takeshi YAMAMURO <linguin.m.s@gmail.com>

Closes #14351 from maropu/FixParquetDoc.
parent fc17121d
No related branches found
No related tags found
No related merge requests found
...@@ -749,7 +749,7 @@ Configuration of Parquet can be done using the `setConf` method on `SparkSession ...@@ -749,7 +749,7 @@ Configuration of Parquet can be done using the `setConf` method on `SparkSession
</tr> </tr>
<tr> <tr>
<td><code>spark.sql.parquet.compression.codec</code></td> <td><code>spark.sql.parquet.compression.codec</code></td>
<td>gzip</td> <td>snappy</td>
<td> <td>
Sets the compression codec use when writing Parquet files. Acceptable values include: Sets the compression codec use when writing Parquet files. Acceptable values include:
uncompressed, snappy, gzip, lzo. uncompressed, snappy, gzip, lzo.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment