You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor PartitionedFile: add ordering field and new_from_meta constructor
Add infrastructure to track ordering information per file in preparation
for ordering inference from Parquet metadata.
Changes:
- Add `ordering: Option<LexOrdering>` field to `PartitionedFile` struct
- Add `new_from_meta(ObjectMeta)` constructor for creating files from metadata
- Add `with_ordering()` and `with_partition_values()` builder methods
- Update all PartitionedFile constructors to initialize `ordering: None`
- Update callsites in test_util, proto, and substrait to use new_from_meta
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments