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 d5005e26b2 Merge remote-tracking branch 'origin/main' into
gh5854_thrift_remodel
add f73928439e Unpin comfytable (#8440)
add 28c7c5239c builder: Error when concatenating binary arrays would
exceed offset size (#8252)
add b540248270 Refactor: Move parquet metadata parsing code into its own
module (#8436)
add e2db7d4c44 [Variant]: Implement `DataType::FixedSizeList` support for
`cast_to_variant` kernel (#8282)
new 94306a5f14 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-array/src/array/list_array.rs | 4 +-
arrow-array/src/builder/generic_bytes_builder.rs | 54 +++--
arrow-cast/Cargo.toml | 3 +-
arrow-select/src/concat.rs | 2 +-
parquet-variant-compute/src/arrow_to_variant.rs | 33 ++-
parquet-variant-compute/src/cast_to_variant.rs | 96 +++++++-
parquet/src/file/metadata/mod.rs | 7 +-
parquet/src/file/metadata/parser.rs | 224 +++++++++++++++++++
parquet/src/file/metadata/reader.rs | 269 +++++------------------
9 files changed, 443 insertions(+), 249 deletions(-)
create mode 100644 parquet/src/file/metadata/parser.rs