liurenjie1024 commented on issue #1878: URL: https://github.com/apache/iceberg-rust/issues/1878#issuecomment-3727771327
> I've submitted a PR to address this issue: [#2002](https://github.com/apache/iceberg-rust/pull/2002) The implementation adds a table_properties() method to TableMetadata that returns Result, 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. Thanks @xbattlax for this pr! -- 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]
