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


 discard 067b9cb33b chore(deps): bump the tonic group across 1 directory with 3 
updates
     add 155dc0bc67 chore: add unchecked array builder methods (#10440)
     add 95c54a35f9 chore(deps): bump actions/stale from 10.4.0 to 11.0.0 
(#10452)
     add 12091af35e Test: add alignment test for arrow-flight  (#10428)
     add a1ec3b18bf variant: Add unshredded Variant path benchmark (#10357)
     add 005a2fd43f chore: fix `.gitattributes` and remove parquet `regen.sh` 
(#10459)
     add c7d8878dd4 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   (067b9cb33b)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/tonic-5bf6a488fd 
(c7d8878dd4)

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:
 .gitattributes                                     |   2 +-
 .github/workflows/stale.yml                        |   2 +-
 arrow-array/src/array/boolean_array.rs             |  11 ++
 arrow-array/src/array/fixed_size_binary_array.rs   |  24 ++++
 arrow-array/src/array/fixed_size_list_array.rs     |  26 +++++
 arrow-array/src/array/list_array.rs                |  23 ++++
 arrow-array/src/array/map_array.rs                 |  25 +++++
 arrow-array/src/array/primitive_array.rs           |  18 +++
 arrow-flight/tests/encode_decode.rs                | 123 ++++++++++++++++++++-
 parquet-variant-compute/benches/variant_kernels.rs |  54 ++++++++-
 parquet/CONTRIBUTING.md                            |   6 -
 parquet/regen.sh                                   |  44 --------
 12 files changed, 302 insertions(+), 56 deletions(-)
 delete mode 100755 parquet/regen.sh

Reply via email to