This is an automated email from the ASF dual-hosted git repository.
etseidl pushed a change to branch gh5854_thrift_remodel
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from 2a9b0614e3 Merge remote-tracking branch 'origin/main' into
gh5854_thrift_remodel
add 3540c19014 Migrate `parquet_derive_test` to Rust 2024 (#8508)
add a82e340405 Migrate `parquet-geospatial` to Rust 2024 (#8509)
add fbb1f65b23 Migrate `parquet-variant-json` to Rust 2024 (#8512)
add 7a18329c67 Migrate `parquet_derive` to Rust 2024 (#8507)
add 2a99714f9f build(deps): update sysinfo requirement from 0.36.0 to
0.37.1 (#8500)
add 19379e1b42 Add `append_n` method to `FixedSizeBinaryDictionaryBuilder`
(#8498)
add 570af8a1b2 Use `doc_cfg` instead of removed `doc_auto_cfg` (#8494)
add d7a871f2ed [Variant] Support strict casting for Decimals (#8483)
add ef51f1170d [Variant] Reverse VariantAsPrimitive trait to
PrimitiveFromVariant (#8519)
add b9c2bf73e7 Fix some new rustdoc warnings (#8522)
new 77a6cf7f3c Merge remote-tracking branch 'origin/main' into
gh5854_thrift_remodel
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
arrow-arith/src/lib.rs | 2 +-
.../fixed_size_binary_dictionary_builder.rs | 60 +++++
arrow-array/src/lib.rs | 2 +-
arrow-avro/src/lib.rs | 2 +-
arrow-buffer/src/lib.rs | 2 +-
arrow-cast/src/lib.rs | 2 +-
arrow-csv/src/lib.rs | 2 +-
arrow-data/src/lib.rs | 2 +-
arrow-flight/src/lib.rs | 2 +-
arrow-integration-test/src/lib.rs | 2 +-
arrow-ipc/src/lib.rs | 2 +-
arrow-json/src/lib.rs | 2 +-
arrow-ord/src/lib.rs | 2 +-
arrow-row/src/lib.rs | 2 +-
arrow-schema/src/lib.rs | 2 +-
arrow-select/src/lib.rs | 2 +-
arrow-string/src/lib.rs | 2 +-
arrow/src/lib.rs | 2 +-
parquet-geospatial/Cargo.toml | 2 +-
parquet-geospatial/src/bounding.rs | 6 +-
parquet-geospatial/src/interval.rs | 7 +-
parquet-variant-compute/src/arrow_to_variant.rs | 58 +++--
parquet-variant-compute/src/cast_to_variant.rs | 242 +++++++++++++++------
parquet-variant-compute/src/type_conversion.rs | 86 +++-----
parquet-variant-compute/src/variant_to_arrow.rs | 14 +-
parquet-variant-json/Cargo.toml | 2 +-
parquet-variant-json/src/from_json.rs | 6 +-
parquet-variant-json/src/to_json.rs | 64 +++---
parquet/Cargo.toml | 2 +-
parquet/src/arrow/array_reader/map_array.rs | 1 +
parquet/src/arrow/arrow_reader/mod.rs | 2 +-
parquet/src/arrow/async_reader/mod.rs | 8 +-
parquet/src/lib.rs | 2 +-
parquet_derive/Cargo.toml | 2 +-
parquet_derive/src/lib.rs | 6 +-
parquet_derive/src/parquet_field.rs | 94 ++++----
parquet_derive_test/Cargo.toml | 2 +-
parquet_derive_test/src/lib.rs | 2 +-
38 files changed, 436 insertions(+), 266 deletions(-)