xbattlax opened a new pull request, #2002:
URL: https://github.com/apache/iceberg-rust/pull/2002

   ## Summary
   
   Add a type-safe accessor method `table_properties()` to `TableMetadata` that 
returns `TableProperties`, eliminating manual `TryFrom` conversions at call 
sites.
   
   ### Changes
   - Add `table_properties()` method to `TableMetadata` that parses and returns 
typed `TableProperties`
   - Update `transaction/mod.rs` to use the new method
   - Simplify `datafusion/write.rs` property access (~60 lines reduced to ~10)
   - Add unit tests for the new accessor method
   
   Closes #1878


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