pratik0316 commented on code in PR #2037:
URL: https://github.com/apache/iceberg-rust/pull/2037#discussion_r2699406430


##########
crates/iceberg/src/spec/table_properties.rs:
##########
@@ -51,6 +51,9 @@ pub struct TableProperties {
     pub write_target_file_size_bytes: usize,
     /// Whether to use `FanoutWriter` for partitioned tables.
     pub write_datafusion_fanout_enabled: bool,
+    /// Any other properties that are not explicitly captured in named fields.
+    #[serde(flatten)]
+    pub other: HashMap<String, String>,

Review Comment:
   This field name is not very descriptive to what it actually holds



-- 
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