Skip to content

Commit 07bd6d9

Browse files
satlankJanKaul
authored andcommitted
docs: default compression level is 3
1 parent a6442fc commit 07bd6d9

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)