This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/tonic-69c70c2fa3
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
discard 690047fc0a Update tonic requirement in the tonic group across 1
directory
add 499de7dea6 Create empty buffer for a buffer specified in the C Data
Interface with length zero (#8009)
add 625e6ee41d Perf: improve sort via `partition_validity` to use fast
path for bit map scan (up to 30% faster) (#7962)
add 2418c59efa [Parquet] Allow writing compatible DictionaryArrays to
parquet writer (#8005)
add cbadec7518 Add benchmark for converting StringViewArray with mixed
short and long strings (#8015)
add d634ac805a Implement full-range `i256::to_f64` to eliminate ±∞
saturation for Decimal256 → Float64 casts (#7986)
add 079d4f2db8 Improve memory usage for `arrow-row -> String/BinaryView`
when utf8 validation disabled (#7917)
add 94230402c2 Prepare for `56.0.0` release: Update version and
`CHANGELOG.md` (#8014)
add 876585c1cd Fix doc test in avro-arrow (#8020)
add a3734439bb Update tonic requirement in the tonic group across 1
directory
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (690047fc0a)
\
N -- N -- N refs/heads/dependabot/cargo/main/tonic-69c70c2fa3
(a3734439bb)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/arrow.yml | 5 +-
CHANGELOG-old.md | 320 ++++++++++++++++++++++++++++
CHANGELOG.md | 346 ++++++++++++++++++++-----------
Cargo.toml | 34 +--
arrow-array/src/ffi.rs | 37 +++-
arrow-avro/src/reader/mod.rs | 8 +-
arrow-buffer/src/bigint/mod.rs | 39 ++++
arrow-buffer/src/buffer/boolean.rs | 7 +-
arrow-buffer/src/buffer/scalar.rs | 23 ++
arrow-buffer/src/util/bit_iterator.rs | 163 +++++++++++++++
arrow-cast/src/cast/mod.rs | 37 ++--
arrow-ord/src/sort.rs | 196 ++++++++++++++---
arrow-row/src/lib.rs | 65 +++++-
arrow-row/src/variable.rs | 36 +++-
arrow/benches/row_format.rs | 7 +
dev/release/update_change_log.sh | 4 +-
parquet/src/arrow/arrow_writer/levels.rs | 20 +-
parquet/src/arrow/arrow_writer/mod.rs | 142 +++++++++++++
18 files changed, 1286 insertions(+), 203 deletions(-)