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 f5bc52fb59 chore(deps): bump the prost group across 1 directory with 3 
updates
     add d8d3fa32c1 refactor: add `take_n_true` method to `BooleanArray` (#9823)
     add 38230b014b [10125] arrow-flight decode path optimizations (add 
`skip_validation` to arrow-flight) (#10206)
     add 32bba5ad27 rename Compression struct (#10221)
     add 6ffeea9d3d feat: support uuid from fixed type of length 16 (#10241)
     add d3d7ae83e7 fix(ipc): reject dictionary-encoded dictionary values 
(#10230)
     add 684d06c43c 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   (f5bc52fb59)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/prost-b2daf72eba 
(684d06c43c)

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:
 Cargo.lock                                         |   1 +
 arrow-array/src/array/boolean_array.rs             | 109 +++++++++++-
 arrow-avro/src/codec.rs                            |  45 +++++
 arrow-flight/Cargo.toml                            |   4 +-
 arrow-flight/src/decode.rs                         |  29 ++-
 arrow-flight/src/encode.rs                         |  12 +-
 arrow-flight/src/utils.rs                          |   6 +-
 arrow-integration-testing/Cargo.toml               |   1 +
 .../flight_client_scenarios/integration_test.rs    |  12 +-
 arrow-ipc/src/compression.rs                       |  22 ++-
 arrow-ipc/src/reader.rs                            |  66 +++++--
 arrow-ipc/src/writer.rs                            | 195 +++++++++++++--------
 parquet/src/arrow/arrow_reader/read_plan.rs        | 122 ++++++-------
 13 files changed, 442 insertions(+), 182 deletions(-)

Reply via email to