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 cf48cbaa5c chore(deps): bump the prost group across 1 directory with 3
updates
add 7a64f83c26 feat(parquet): add
ParquetPushDecoder::peek_next_row_group() (#10158)
add e625a3f562 fix: casting list to fixedsizelist didn't respect input
length (#10228)
add ea71b0a223 [arrow-flight encode path]re-use flatbufferbuilder (#10220)
add 9b190c9794 perf(arrow-ord): Avoid full index materialization for
small-limit lexsorts (#9991)
add f7ea295db3 chore(deps): bump actions/cache from 6.0.0 to 6.1.0 (#10240)
add ae21c899ac Replace `ArrayData` with direct `Array` construction in
`arrow-row` (#10229)
add 80546fdb81 fix: Rename parquet feature flag 'flate2-rust_backened' to
'flate2-rust_backend' (#10239)
add 0773216572 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 (cf48cbaa5c)
\
N -- N -- N refs/heads/dependabot/cargo/main/prost-b2daf72eba
(0773216572)
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/integration.yml | 4 +-
.github/workflows/parquet.yml | 4 +-
arrow-cast/src/cast/list.rs | 31 ++--
arrow-cast/src/cast/mod.rs | 39 ++++-
arrow-ipc/src/compression.rs | 9 +-
arrow-ipc/src/writer.rs | 33 ++--
arrow-ord/src/sort.rs | 180 ++++++++++++++++----
arrow-row/src/fixed.rs | 99 +++--------
arrow-row/src/lib.rs | 23 ++-
arrow-row/src/list.rs | 78 ++++-----
arrow-row/src/variable.rs | 61 +++----
parquet/Cargo.toml | 9 +-
parquet/src/arrow/push_decoder/mod.rs | 244 ++++++++++++++++++++++++++++
parquet/src/arrow/push_decoder/remaining.rs | 41 ++++-
parquet/src/lib.rs | 4 +-
15 files changed, 621 insertions(+), 238 deletions(-)