xanderbailey commented on code in PR #2887:
URL: https://github.com/apache/iceberg-rust/pull/2887#discussion_r3713647000


##########
crates/iceberg/src/spec/table_properties.rs:
##########
@@ -168,6 +190,20 @@ pub struct TableProperties {
     pub cdc_max_chunk_size: usize,
     /// Content-defined chunking normalization level (gearhash bit adjustment).
     pub cdc_norm_level: i32,
+    /// Parquet compression codec name (e.g. `zstd`, `gzip`). Validated when 
the
+    /// writer is built, not when properties are parsed.
+    pub parquet_compression_codec: String,

Review Comment:
   
[6b74b72](https://github.com/apache/iceberg-rust/pull/2887/commits/6b74b7254f02917650c9c0e67f708ac9ae4aede0)
   
   Thanks!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to