This is an automated email from the ASF dual-hosted git repository.
mbrobbel pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from 422da15fa5 [Variant] Add a VariantBuilderExt impl for
VariantValueArrayBuilder (#8501)
add 883380b68c Migrate `arrow-schema` to Rust 2024 (#8489)
No new revisions were added by this update.
Summary of changes:
arrow-schema/Cargo.toml | 2 +-
arrow-schema/src/datatype_parse.rs | 89 +++++++++----
arrow-schema/src/extension/canonical/bool8.rs | 4 +-
.../src/extension/canonical/fixed_shape_tensor.rs | 4 +-
arrow-schema/src/extension/canonical/json.rs | 4 +-
arrow-schema/src/extension/canonical/mod.rs | 16 ++-
arrow-schema/src/extension/canonical/opaque.rs | 4 +-
arrow-schema/src/extension/canonical/uuid.rs | 4 +-
.../extension/canonical/variable_shape_tensor.rs | 23 ++--
arrow-schema/src/ffi.rs | 145 +++++++++++----------
arrow-schema/src/field.rs | 61 +++++----
arrow-schema/src/fields.rs | 10 +-
arrow-schema/src/schema.rs | 18 +--
13 files changed, 225 insertions(+), 159 deletions(-)