This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/cargo/main/tonic-69c70c2fa3
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


    omit a4de26740b Update tonic requirement in the tonic group across 1 
directory
     add 3e7c887be1 [Variant] Minor: use From impl to make conversion 
infallable (#8068)
     add c6887ffee5 Fix arrow-avro type resolver register bug (#8046)
     add e4d359b49e Minor: Consolidate int96 stats roundtrip test (#8034)
     add 0710ecce79 Improve StringArray(Utf8) sort performance (~2-4x faster) 
(#7860)
     add 554cafa140 Implement `DataType::Float16` => `Variant::Float` (#8073)
     add 5036ca803e Support multi-threaded writing of Parquet files with 
modular encryption (#8029)
     add a4bcd6d34f Add arrow-avro Decoder Benchmarks  (#8025)
     add 9fc5a7e33c Update tonic requirement in the tonic group across 1 
directory

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   (a4de26740b)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/tonic-69c70c2fa3 
(9fc5a7e33c)

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-avro/Cargo.toml                              |   9 +-
 arrow-avro/benches/decoder.rs                      | 516 +++++++++++++++++++++
 arrow-avro/src/codec.rs                            | 180 ++++++-
 arrow-avro/src/reader/mod.rs                       | 243 ++++++++++
 arrow-avro/test/data/enum_reuse.avro               | Bin 0 -> 358 bytes
 arrow-avro/test/data/nested_record_reuse.avro      | Bin 0 -> 366 bytes
 arrow-ord/src/sort.rs                              | 381 ++++++++++++++-
 parquet-variant-compute/Cargo.toml                 |   2 +-
 parquet-variant-compute/src/cast_to_variant.rs     |  50 +-
 parquet-variant/src/variant.rs                     |   8 +-
 parquet/src/arrow/arrow_writer/mod.rs              |  89 ++--
 parquet/src/file/properties.rs                     |   8 +-
 parquet/src/file/writer.rs                         |   2 +-
 .../{ => arrow_reader}/int96_stats_roundtrip.rs    |   0
 parquet/tests/arrow_reader/mod.rs                  |   1 +
 parquet/tests/encryption/encryption.rs             |  68 +--
 parquet/tests/encryption/encryption_async.rs       | 110 ++++-
 parquet/tests/encryption/encryption_util.rs        | 153 +++++-
 18 files changed, 1684 insertions(+), 136 deletions(-)
 create mode 100644 arrow-avro/benches/decoder.rs
 create mode 100644 arrow-avro/test/data/enum_reuse.avro
 create mode 100644 arrow-avro/test/data/nested_record_reuse.avro
 rename parquet/tests/{ => arrow_reader}/int96_stats_roundtrip.rs (100%)

Reply via email to