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
Fix compilation for arrow-rs main (Metadata type, rand 0.10, object_store 0.14)
- Adapt to the new arrow_schema::Metadata type (was HashMap<String, String>):
DFSchema::metadata()/ExprSchema::metadata() now return &Metadata, DFSchema
constructors take impl Into<Metadata>, SchemaFieldMetadata is now an alias
for Metadata, and check_metadata_with_storage_equal/format_type_and_metadata
accept Option<&Metadata>
- Add FieldMetadata <-> Metadata conversions and a DFHeapSize impl for Metadata
- Replace deprecated fb_to_schema with try_fb_to_schema
- Rework two benches that mixed DataFusion's rand 0.9 with arrow's rand 0.10
- Add new object_store 0.14 GetResult/ListResult extensions field
- Update map field name expectations for new arrow spec defaults (key/value)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments