xbattlax commented on issue #1878: URL: https://github.com/apache/iceberg-rust/issues/1878#issuecomment-3714009099
I've submitted a PR to address this issue: #2002 The implementation adds a table_properties() method to TableMetadata that returns Result<TableProperties>, providing type-safe access without manual TryFrom conversions at call sites. I also updated the existing usages in transaction/mod.rs and datafusion/write.rs to use the new method. -- 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]
