Skip to content

Commit 566e15c

Browse files
committed
Merge pull request JanKaul#250 from satlank/fixDoc
docs: default compression level is 3
2 parents e2ca9ec + 07bd6d9 commit 566e15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iceberg-rust/src/table/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ impl Table {
5959
///
6060
/// Returns a `CreateTableBuilder` initialized with default properties:
6161
/// * WRITE_PARQUET_COMPRESSION_CODEC: "zstd"
62-
/// * WRITE_PARQUET_COMPRESSION_LEVEL: "1"
62+
/// * WRITE_PARQUET_COMPRESSION_LEVEL: "3"
6363
/// * WRITE_OBJECT_STORAGE_ENABLED: "false"
6464
///
6565
/// # Returns

0 commit comments

Comments
 (0)