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-8a07fa6ec6
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


 discard e4bb08ce8a chore(deps): bump crc32fast
     add 06411df16f [Variant] Support list paths in ShreddedSchemaBuilder 
(#10635)
     add 8e517524bc feat(arrow-cast): move map cast tests to integration suite 
(#11041)
     add c505dfc7aa Add `Sbbf::estimated_fpp` to expose the bloom filter FPP 
estimate (#11088)
     add e6fb133e50 fix(arrow-array): reset NullBuilder length in finish 
(#11110)
     add c9e83cc864 fix(arrow-ord): return an error for nested dictionary 
comparisons (#11104)
     add 6faa52777b docs(avro): add OpenDAL read and write example (#11080)
     add f397a4b4b0 Split arrow_cast::cast struct helpers into their own 
submodule (#11074)
     add 46a16a5dd2 fix(csv): Infer leading-plus integers and decimals (#11105)
     add 0a5979560a Replace OffsetBufferBuilder with Vec in scalar byte-array 
zip (#10913)
     add 50424089ad chore(deps): bump crc32fast

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   (e4bb08ce8a)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/main/all-other-cargo-deps-8a07fa6ec6 (50424089ad)

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/builder/null_builder.rs            |  18 +-
 arrow-avro/Cargo.toml                              |   6 +
 .../examples/{object_store.rs => opendal.rs}       |  94 +++----
 arrow-cast/Cargo.toml                              |   4 +
 arrow-cast/src/cast/mod.rs                         | 293 +--------------------
 arrow-cast/src/cast/structs.rs                     |  86 ++++++
 arrow-cast/tests/cast/map.rs                       | 248 +++++++++++++++++
 .../row_filter => arrow-cast/tests/cast}/mod.rs    |   4 +-
 arrow-csv/src/reader/mod.rs                        |  28 +-
 arrow-ord/src/cmp.rs                               |  23 ++
 arrow-select/src/zip.rs                            |  69 +++--
 parquet-variant-compute/src/shred_variant.rs       | 129 +++++++--
 parquet-variant-compute/src/variant_get.rs         |  23 ++
 parquet-variant/src/path.rs                        |  21 +-
 parquet-variant/src/utils.rs                       |   4 +-
 parquet-variant/src/variant.rs                     |   1 +
 parquet/src/bloom_filter/mod.rs                    |  68 ++++-
 18 files changed, 722 insertions(+), 398 deletions(-)
 copy arrow-avro/examples/{object_store.rs => opendal.rs} (51%)
 create mode 100644 arrow-cast/src/cast/structs.rs
 create mode 100644 arrow-cast/tests/cast/map.rs
 copy {parquet/tests/arrow_reader/row_filter => arrow-cast/tests/cast}/mod.rs 
(94%)

Reply via email to