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 1bdf9bf70d chore(deps): bump the tonic group across 1 directory with 3
updates
add b71c8f208a perf: add decimal and fsb arrow_writer bench (#10388)
add 665462d5b6 optimize(parquet): Nested list batching child.write calls
(#10085)
add 0cc07133c6 fix(parquet): support mask filtering across skipped pages
(#10288)
add e36abd72f3 chore(deps): bump actions/setup-python from 6.3.0 to 7.0.0
(#10387)
add 98998a8533 fix: `GenericByteViewArray::gc()` drops inline views on the
multi-buffer slow path (#10287)
add fa0bb0f4fb 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 (1bdf9bf70d)
\
N -- N -- N refs/heads/dependabot/cargo/main/tonic-5bf6a488fd
(fa0bb0f4fb)
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-array/src/array/byte_view_array.rs | 189 +++++++++--
arrow/src/util/data_gen.rs | 30 ++
parquet/benches/arrow_writer.rs | 33 ++
parquet/src/arrow/arrow_reader/mod.rs | 243 +++++++++-----
parquet/src/arrow/arrow_reader/read_plan.rs | 39 ++-
parquet/src/arrow/arrow_reader/selection.rs | 250 ++++++++++++---
parquet/src/arrow/arrow_writer/levels.rs | 242 +++++++-------
.../src/arrow/push_decoder/reader_builder/mod.rs | 176 +++++++---
parquet/tests/arrow_reader/row_filter/async.rs | 355 ++++++++++++++++++---
parquet/tests/arrow_reader/row_filter/sync.rs | 2 +-
13 files changed, 1178 insertions(+), 387 deletions(-)