The GitHub Actions job "cargo in /. - Update #1205600773" on 
iceberg-rust.git/main has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
a169c470f637e97dd07b82fb19d3537d62d7ca51 / Nathan Metzger 
<[email protected]>
feat(spec): add table_properties() method to TableMetadata (#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

Report URL: https://github.com/apache/iceberg-rust/actions/runs/20895455674

With regards,
GitHub Actions via GitBox

Reply via email to