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

dependabot[bot] pushed a change to branch 
dependabot/cargo/main/all-other-cargo-deps-01d3730bfa
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


 discard b59ec81994 chore(deps): bump syn
     add aee9535fb7 Add benchmark for parquet variant get (#11107)
     add 8634908e14 fix(variant): reject FixedSizeList shredding (#10639)
     add 8b0af89a3c chore: configure miri to skip slow tests (#11152)
     add b825e98ff6 chore: Skip Miri test that takes hours to run (#11158)
     add 6ea6c12189 MINOR: add complete lexsort_to_indices usage example 
(#11133)
     add 9d90f2b4cb chore(deps): bump syn

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   (b59ec81994)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/main/all-other-cargo-deps-01d3730bfa (9d90f2b4cb)

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:
 .config/nextest.toml                               |   2 +
 .github/workflows/miri.yaml                        |   1 +
 arrow-ord/src/sort.rs                              |  36 ++++
 parquet-variant-compute/benches/variant_kernels.rs | 229 ++++++++++++++++++++-
 parquet-variant-compute/src/shred_variant.rs       |  90 +-------
 parquet-variant-compute/src/unshred_variant.rs     |  10 +-
 parquet-variant-compute/src/variant_array.rs       |  46 ++++-
 parquet/src/arrow/arrow_reader/selection/mod.rs    |   2 +
 parquet/src/variant.rs                             |  59 +++++-
 9 files changed, 371 insertions(+), 104 deletions(-)
 create mode 100644 .config/nextest.toml

Reply via email to