This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch 1.4.2
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git
The following commit(s) were added to refs/heads/1.4.2 by this push:
new 1c1cec79 Fix parquet default compression codec in 1.4.2 (#303)
1c1cec79 is described below
commit 1c1cec79d9c533d6fa9476a1691ce38a0e36777e
Author: Manu Zhang <[email protected]>
AuthorDate: Sat Jan 6 03:23:51 2024 +0800
Fix parquet default compression codec in 1.4.2 (#303)
---
docs/content/configuration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/configuration.md b/docs/content/configuration.md
index 7c568e7e..500b831f 100644
--- a/docs/content/configuration.md
+++ b/docs/content/configuration.md
@@ -55,7 +55,7 @@ Iceberg tables support table properties to configure table
behavior, like the de
| write.parquet.page-size-bytes | 1048576 (1 MB)
| Parquet page size
|
| write.parquet.page-row-limit | 20000
| Parquet page row limit
|
| write.parquet.dict-size-bytes | 2097152 (2 MB)
| Parquet dictionary page size
|
-| write.parquet.compression-codec | gzip
| Parquet compression codec: zstd, brotli, lz4, gzip, snappy,
uncompressed
|
+| write.parquet.compression-codec | zstd
| Parquet compression codec: zstd, brotli, lz4, gzip, snappy,
uncompressed
|
| write.parquet.compression-level | null
| Parquet compression level
|
| write.parquet.bloom-filter-enabled.column.col1 | (not set)
| Hint to parquet to write a bloom filter for the column: col1
|
| write.parquet.bloom-filter-max-bytes | 1048576 (1 MB)
| The maximum number of bytes for a bloom filter bitset
|