Skip to content

Commit 1b4f7cf

Browse files
maropurxin
authored andcommitted
[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. (cherry picked from commit cda4603) Signed-off-by: Reynold Xin <rxin@databricks.com>
1 parent f0d05f6 commit 1b4f7cf

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
@@ -749,7 +749,7 @@ Configuration of Parquet can be done using the `setConf` method on `SparkSession
749749
</tr>
750750
<tr>
751751
<td><code>spark.sql.parquet.compression.codec</code></td>
752-
<td>gzip</td>
752+
<td>snappy</td>
753753
<td>
754754
Sets the compression codec use when writing Parquet files. Acceptable values include:
755755
uncompressed, snappy, gzip, lzo.

0 commit comments

Comments
 (0)