This is an automated email from the ASF dual-hosted git repository.

dependabot[bot] pushed a change to branch dependabot/cargo/main/prost-b2daf72eba
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


    omit edaec8c232 chore(deps): bump the prost group across 1 directory with 3 
updates
     add a173f012fa Improve performance of `concat_elements` ByteViewArray 
concatenation (#10161)
     add 8678fd6ad6 Minor: improve PageStore docs with a temp-file spilling 
example (#10074)
     add 4e5583273f fix: `Buffer::into_mutable` return error instead of panic 
for converting owned sliced when not start at 0 and fix returned Mutable length 
(#10118)
     add 1d857758a1 [10125] Introduce mult-batch decode benchmarks (#10207)
     add d0d3c52e61 chore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 
(#10210)
     add 9f37683968 feat(arrow_csv): add header validation option (#10144)
     add aef9a2b63d chore(deps): bump the prost 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   (edaec8c232)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/prost-b2daf72eba 
(aef9a2b63d)

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/dev.yml             |   2 +-
 .github/workflows/integration.yml     |   2 +-
 .github/workflows/parquet.yml         |   2 +-
 arrow-buffer/src/buffer/immutable.rs  |  81 ++++++--
 arrow-buffer/src/buffer/null.rs       |  47 ++++-
 arrow-csv/src/reader/mod.rs           | 135 ++++++++++++
 arrow-flight/benches/flight.rs        |  60 +++++-
 arrow-string/src/concat_elements.rs   | 380 +++++++++++++++++++++++++++-------
 arrow/Cargo.toml                      |   5 +
 arrow/benches/concatenate_elements.rs |  92 ++++++++
 parquet/src/arrow/arrow_writer/mod.rs |  74 ++++---
 parquet/src/column/page_store.rs      |   9 +-
 12 files changed, 758 insertions(+), 131 deletions(-)
 create mode 100644 arrow/benches/concatenate_elements.rs

Reply via email to