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 bd6d1da269 Merge remote-tracking branch 'origin/main' into
gh5854_thrift_remodel
add bed9ed8ffb Variant integration fixes (#8438)
add 3adccb9ae7 Respect `CastOptions.safe` when casting `BinaryView` →
`Utf8View` (return `null` for invalid UTF‑8) (#8415)
new d5005e26b2 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-cast/src/cast/mod.rs | 36 ++++-
arrow-cast/src/cast/string.rs | 33 ++++-
parquet-variant-compute/src/variant_array.rs | 207 +++++++++++++++++---------
parquet-variant-compute/src/variant_get.rs | 210 +--------------------------
parquet/tests/variant_integration.rs | 16 +-
5 files changed, 206 insertions(+), 296 deletions(-)