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

dependabot[bot] pushed a change to branch dependabot/cargo/main/tonic-5bf6a488fd
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


    omit 11c3fa0c15 chore(deps): bump the tonic group across 1 directory with 3 
updates
     add 26f4c1d9ed chore(deps): bump actions/stale from 10.3.0 to 10.4.0 
(#10314)
     add e1de892def [Variant] Add `variant_to_arrow` `Map` type support (#10307)
     add dee3a9206a chore(deps): bump the all-other-cargo-deps group across 1 
directory with 2 updates (#10310)
     add b19aa6538e fix(REE): check upfront if sorting empty array or 0 limit 
(#10293)
     add b963ecf647 chore: formalize the default map field names to match 
default arrow spec (#10297)
     add 970391f248 Perf: Pre-size buffer allocations to avoid intermediate 
allocations (#10262)
     add 543b806925 bench(arrow): add fsl/map interleave benchmark (#10322)
     add cd35c3593b chore(deps): bump the tonic 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   (11c3fa0c15)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/tonic-5bf6a488fd 
(cd35c3593b)

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/stale.yml                     |   2 +-
 Cargo.lock                                      |   8 +-
 arrow-array/src/array/map_array.rs              |  94 ++++++++++----
 arrow-array/src/array/mod.rs                    |   6 +-
 arrow-array/src/builder/map_builder.rs          |  46 +++++--
 arrow-avro/benches/avro_writer.rs               |  14 +-
 arrow-avro/src/codec.rs                         |   6 +-
 arrow-avro/src/reader/mod.rs                    |  68 +++++-----
 arrow-avro/src/reader/record.rs                 |  10 +-
 arrow-avro/src/schema.rs                        |  42 ++++--
 arrow-avro/src/writer/encoder.rs                |  24 +++-
 arrow-cast/src/cast/mod.rs                      |  65 ++++------
 arrow-cast/src/pretty.rs                        |   2 +-
 arrow-data/src/data.rs                          |  74 ++++++++---
 arrow-flight/src/encode.rs                      |  73 +++++++----
 arrow-flight/src/sql/metadata/sql_info.rs       |   6 +-
 arrow-integration-testing/src/lib.rs            |  12 +-
 arrow-ipc/src/compression.rs                    |  21 ++-
 arrow-ipc/src/reader.rs                         |  12 +-
 arrow-ipc/src/writer.rs                         |  52 ++++++--
 arrow-json/benches/json_reader.rs               |   6 +-
 arrow-json/src/reader/mod.rs                    |  34 ++---
 arrow-json/src/writer/mod.rs                    |  14 +-
 arrow-ord/src/sort.rs                           |  31 +++++
 arrow-row/src/lib.rs                            | 152 +++++++++++++++++-----
 arrow-schema/src/datatype_display.rs            |  12 +-
 arrow-schema/src/datatype_parse.rs              |   6 +-
 arrow-schema/src/ffi.rs                         |  14 +-
 arrow-schema/src/field.rs                       |  12 ++
 arrow-schema/src/fields.rs                      |  10 +-
 arrow/benches/interleave_kernels.rs             |  10 ++
 arrow/src/util/bench_util.rs                    |  80 +++++++++++-
 arrow/src/util/data_gen.rs                      |   6 +-
 arrow/tests/array_transform.rs                  |  18 ++-
 parquet-variant-compute/src/arrow_to_variant.rs |   6 +-
 parquet-variant-compute/src/cast_to_variant.rs  |  16 ++-
 parquet-variant-compute/src/shred_variant.rs    |   6 +-
 parquet-variant-compute/src/variant_get.rs      | 166 +++++++++++++++++++++++-
 parquet-variant-compute/src/variant_to_arrow.rs | 163 ++++++++++++++++++++++-
 parquet/src/arrow/array_reader/map_array.rs     |   6 +-
 parquet/src/arrow/arrow_writer/levels.rs        |  10 +-
 parquet/src/arrow/arrow_writer/mod.rs           |  20 +--
 parquet/src/arrow/schema/mod.rs                 |  12 +-
 43 files changed, 1110 insertions(+), 337 deletions(-)

Reply via email to