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
discard 1a4dfccd98 chore(deps): bump the prost group across 1 directory with 3
updates
add 1a46dd3384 feat(arrow-ipc): add sans-IO stream encoder (#10277)
add 25569a3328 benchmark/perf: add wide column take benchmarks (#10442)
add 4f96226d80 fix(parquet): restore opaque return type for
`RowSelection::iter` (#10450)
add 49ca1e7ad1 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 (1a4dfccd98)
\
N -- N -- N refs/heads/dependabot/cargo/main/prost-b2daf72eba
(49ca1e7ad1)
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:
arrow-ipc/Cargo.toml | 2 +-
arrow-ipc/src/writer.rs | 650 +++++++++++++++++----
arrow/benches/take_kernels.rs | 83 ++-
arrow/src/util/bench_util.rs | 27 +
parquet/src/arrow/arrow_reader/mod.rs | 3 +-
parquet/src/arrow/arrow_reader/selection/mod.rs | 11 +-
.../src/arrow/arrow_reader/selection/selector.rs | 53 --
7 files changed, 641 insertions(+), 188 deletions(-)