We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7451bc0 + 2f4a1c4 commit 0f5513fCopy full SHA for 0f5513f
iceberg-rust/src/table/mod.rs
@@ -59,7 +59,7 @@ impl Table {
59
///
60
/// Returns a `CreateTableBuilder` initialized with default properties:
61
/// * WRITE_PARQUET_COMPRESSION_CODEC: "zstd"
62
- /// * WRITE_PARQUET_COMPRESSION_LEVEL: "1"
+ /// * WRITE_PARQUET_COMPRESSION_LEVEL: "3"
63
/// * WRITE_OBJECT_STORAGE_ENABLED: "false"
64
65
/// # Returns
0 commit comments