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


##########
crates/iceberg/src/spec/table_metadata.rs:
##########
@@ -360,6 +361,16 @@ impl TableMetadata {
         &self.properties
     }
 
+    /// Returns typed table properties parsed from the raw properties map.
+    ///
+    /// This provides type-safe access to table configuration properties
+    /// like commit retry settings and write defaults.
+    pub fn table_properties(&self) -> Result<TableProperties> {

Review Comment:
   lets make this inline 



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