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 1a3f5c9496 chore(deps): bump the prost group across 1 directory with 3 
updates
     add 0606ef2879 chore(deps): bump lz4_flex from 0.13.1 to 0.14.0 (#10339)
     add 2edc0a044f fix(arrow-data): allow full dictionary key range when 
concatenating (#10323)
     add 73f275ff9f chore(deps): bump the all-other-cargo-deps group across 1 
directory with 2 updates (#10346)
     add 794a844642 fix: take FFI_ArrowArrayStream errno values from libc 
(#10299)
     add 3954050f43 docs: clarify decimal negative scale behavior (#10304)
     add ee30b61b00 perf:  allow users to skip utf8 validation (#10319)
     add 30c10d58a1 Make `parquet-index` work with column paths (#10330)
     add a82da28ffe 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   (1a3f5c9496)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/prost-b2daf72eba 
(a82da28ffe)

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/parquet.yml                |  1 +
 Cargo.lock                                   | 13 ++--
 arrow-array/Cargo.toml                       |  7 ++-
 arrow-array/src/ffi_stream.rs                | 13 +++-
 arrow-data/src/transform/mod.rs              |  5 +-
 arrow-ipc/Cargo.toml                         |  2 +-
 arrow-row/src/lib.rs                         | 38 ++++++++++++
 arrow-schema/src/datatype.rs                 | 64 +++++++++----------
 arrow-select/src/concat.rs                   | 50 +++++++++++++++
 parquet/Cargo.toml                           |  4 +-
 parquet/pytest/test_parquet_integration.py   | 69 ++++++++++++++++++++-
 parquet/src/bin/cli/mod.rs                   | 91 ++++++++++++++++++++++++++++
 parquet/src/bin/parquet-index.rs             | 17 ++++--
 parquet/src/bin/parquet-show-bloom-filter.rs | 18 +++++-
 14 files changed, 334 insertions(+), 58 deletions(-)
 create mode 100644 parquet/src/bin/cli/mod.rs

Reply via email to