This is an automated email from the ASF dual-hosted git repository.
Jefffrey pushed a change to branch
dependabot/rust_toolchain/rust-toolchain-1.98.0
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from ed6dd90667 bump to rust 1.98.1
add 2f03e2262b perf(arrow-cast): Scan integer and fractional decimal
digits in separate loops (#10974)
add 128d200558 perf(NullBuffer::Exapand) optimize 8 byte chunks (#10976)
add 22327cb27e fix(arrow-string): reject FixedSizeBinary concat widths
that overflow i32 (#10981)
add 67e829ad35 Merge branch 'main' into
dependabot/rust_toolchain/rust-toolchain-1.98.0
No new revisions were added by this update.
Summary of changes:
arrow-buffer/src/buffer/null.rs | 63 ++++++++++++++++++---
arrow-cast/src/parse.rs | 107 +++++++++++++++++++++++++-----------
arrow-string/src/concat_elements.rs | 22 +++++++-
3 files changed, 151 insertions(+), 41 deletions(-)