This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch dependabot/cargo/main/tonic-5bf6a488fd
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
discard a82f3ab231 chore(deps): bump the tonic group across 1 directory with 3
updates
add 803b51c38d perf: speed up substring_by_char with an ASCII fast path
and single-pass bounds (#10334)
add 305bf260a1 hoist calls for null_sentinel (#10356)
add 8d41934d8f chore(deps): bump tokio from 1.52.4 to 1.53.0 in the
all-other-cargo-deps group across 1 directory (#10366)
add d09e4b434a Make more of i256 available in const code (#10363)
add 4aee48acaf perf(parquet): splice buffered pages with `write_all`
instead of `io::copy` (adapts #10052) (#10353)
add cc83f7eb25 fix(arrow-cast): make `b64_encode` reject invalid UTF-8
from misbehaving `Engine` impls (#10324)
add ba2ac554c7 Remove always-panicking benchmarks (#10384)
add f7f7545901 fix(arrow-json): render coerced f32 as its value in the
string decoder (#10386)
add a16c4584d1 support white space prefixed parse for ints and floats
(#10374)
add 42e7e48f64 chore(deps): bump the tonic group across 1 directory with 3
updates
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 (a82f3ab231)
\
N -- N -- N refs/heads/dependabot/cargo/main/tonic-5bf6a488fd
(42e7e48f64)
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:
Cargo.lock | 4 +-
arrow-buffer/src/bigint/mod.rs | 189 ++++++++++++++++++++++++++++------
arrow-cast/src/base64.rs | 59 ++++++++++-
arrow-cast/src/parse.rs | 44 +++++++-
arrow-json/src/reader/mod.rs | 15 +++
arrow-json/src/reader/string_array.rs | 2 +-
arrow-row/src/fixed.rs | 9 +-
arrow-row/src/list.rs | 3 +-
arrow-row/src/variable.rs | 3 +-
arrow-string/src/substring.rs | 153 +++++++++++++++++++++------
arrow/benches/concatenate_elements.rs | 17 ---
arrow/benches/substring_kernels.rs | 36 +++++++
parquet/src/arrow/arrow_writer/mod.rs | 37 +++----
parquet/src/file/writer.rs | 95 ++++++++++++++---
14 files changed, 536 insertions(+), 130 deletions(-)