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

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


 discard e74f53056e chore(deps): bump rand from 0.9.4 to 0.10.1
     add 3c938dd8d5 chore: bump resolver to v3 (#10460)
     add 8024dbb6c5 formalize the default map field names to match default 
arrow spec (#10517)
     add 3a27874d0c Remove old deprecated items (`ffi::export_array_into_raw` 
and IPC `StreamReader::try_new_unbuffered`) (#10479)
     add 34245d875c chore(deps): bump atoi from 2.0.0 to 3.1.0 (#10219)
     add fe325ba3db chore: update some dev deps rand to 0.10 (#10537)
     add 9f9db79d31 chore: set permissions in github action workflows (#10536)
     add 59234c226f docs(arrow-select): document FilterSelection / 
FilterPredicate::selection (docs for #9755) (#10056)
     add 7f1080f855 chore: fix readmes (#10472)
     add c9c3c8467f Deprecate 
`parquet::basic::ColumnOrder::sort_order_for_type` (#10104)
     add b9707e5ba9 chore: bump `object_store` to `0.14.1` (#10375)
     add f28db3e5b4 Introduce workspace lints (#10533)
     add 2e81b05de7 bench(parquet): cover DELTA_BYTE_ARRAY at sub-page-limit 
value sizes (#10550)
     add 3566d07ee4 perf(parquet): scan DELTA_BYTE_ARRAY shared prefixes a 
block at a time (#10549)
     add b5471c192c Implement Parquet GH-583 INT96 timestamp `ColumnOrder` 
(#10106)
     add eb18720f1b chore(deps): bump rand from 0.9.5 to 0.10.2

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   (e74f53056e)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/rand-0.10.1 
(eb18720f1b)

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/arrow.yml                        |   4 +-
 .github/workflows/arrow_flight.yml                 |   3 +
 .github/workflows/audit.yml                        |   8 +-
 .github/workflows/dev.yml                          |   4 +-
 .github/workflows/docs.yml                         |   3 +-
 .github/workflows/integration.yml                  |   3 +
 .github/workflows/miri.yaml                        |   3 +
 .github/workflows/parquet-geospatial.yml           |   3 +
 .github/workflows/parquet-variant.yml              |   3 +
 .github/workflows/parquet.yml                      |   3 +
 .github/workflows/parquet_derive.yml               |   3 +
 .github/workflows/rust.yml                         |   3 +
 CONTRIBUTING.md                                    |  11 +
 Cargo.lock                                         | 835 +++++++++------------
 Cargo.toml                                         |  81 +-
 README.md                                          |   1 +
 arrow-arith/Cargo.toml                             |   3 +
 arrow-array/Cargo.toml                             |   3 +
 arrow-array/benches/fixed_size_list_array.rs       |   2 +-
 arrow-array/benches/occupancy.rs                   |   2 +-
 arrow-array/benches/union_array.rs                 |   2 +-
 arrow-array/src/array/boolean_array.rs             |   6 +-
 arrow-array/src/array/byte_view_array.rs           |   2 +-
 arrow-array/src/array/map_array.rs                 |  94 ++-
 arrow-array/src/array/mod.rs                       |   6 +-
 arrow-array/src/array/run_array.rs                 |   2 +-
 arrow-array/src/array/union_array.rs               |   4 +-
 arrow-array/src/builder/map_builder.rs             |  46 +-
 arrow-array/src/builder/primitive_run_builder.rs   |   2 +-
 arrow-array/src/ffi.rs                             |  58 --
 arrow-array/src/ffi_stream.rs                      |  10 +-
 arrow-array/src/iterator.rs                        |   2 +-
 arrow-array/src/record_batch.rs                    |   2 +-
 arrow-array/src/run_iterator.rs                    |   2 +-
 arrow-avro/Cargo.toml                              |   5 +-
 arrow-avro/benches/avro_writer.rs                  |  14 +-
 arrow-avro/src/codec.rs                            |   8 +-
 arrow-avro/src/reader/mod.rs                       |  68 +-
 arrow-avro/src/reader/record.rs                    |  10 +-
 arrow-avro/src/schema.rs                           |  50 +-
 arrow-avro/src/writer/encoder.rs                   |  26 +-
 arrow-buffer/Cargo.toml                            |   2 +
 arrow-buffer/benches/i256.rs                       |   2 +-
 .../benches/mutable_buffer_repeat_slice.rs         |   2 +-
 arrow-buffer/benches/offset.rs                     |   2 +-
 arrow-buffer/src/bigint/mod.rs                     |   4 +-
 arrow-buffer/src/buffer/immutable.rs               |   4 +-
 arrow-buffer/src/util/bit_iterator.rs              |   6 +-
 arrow-buffer/src/util/bit_mask.rs                  |   2 +-
 arrow-buffer/src/util/bit_util.rs                  |   2 +-
 arrow-cast/Cargo.toml                              |   4 +-
 arrow-cast/src/base64.rs                           |   2 +-
 arrow-cast/src/cast/mod.rs                         |  69 +-
 arrow-cast/src/pretty.rs                           |   2 +-
 arrow-csv/Cargo.toml                               |   3 +
 arrow-data/Cargo.toml                              |   3 +
 arrow-data/src/data.rs                             |  74 +-
 arrow-data/src/decimal.rs                          |   2 +-
 arrow-data/src/ffi.rs                              |   2 +-
 arrow-flight/Cargo.toml                            |   3 +
 arrow-flight/gen/Cargo.toml                        |   3 +
 arrow-flight/gen/src/main.rs                       |   2 +
 arrow-flight/src/bin/flight_sql_client.rs          |   4 +-
 arrow-flight/src/encode.rs                         |  44 +-
 arrow-flight/src/sql/metadata/sql_info.rs          |   6 +-
 arrow-flight/src/sql/metadata/tables.rs            |   2 +-
 arrow-flight/tests/flight_sql_client.rs            |  16 +-
 arrow-integration-test/Cargo.toml                  |   3 +
 arrow-integration-testing/Cargo.toml               |   3 +
 .../src/bin/arrow-file-to-stream.rs                |   2 +
 .../src/bin/arrow-json-integration-test.rs         |   2 +
 .../src/bin/arrow-stream-to-file.rs                |   2 +
 .../src/bin/flight-test-integration-client.rs      |   2 +
 .../src/bin/flight-test-integration-server.rs      |   2 +
 arrow-integration-testing/src/lib.rs               |  12 +-
 arrow-ipc/Cargo.toml                               |   3 +
 arrow-ipc/src/convert.rs                           |   2 +-
 arrow-ipc/src/reader.rs                            |  23 +-
 arrow-ipc/src/writer.rs                            |  49 +-
 arrow-json/Cargo.toml                              |   3 +
 arrow-json/benches/json_reader.rs                  |   6 +-
 arrow-json/benches/serde.rs                        |   2 +-
 arrow-json/src/reader/mod.rs                       |  42 +-
 arrow-json/src/writer/encoder.rs                   |   2 +-
 arrow-json/src/writer/mod.rs                       |  14 +-
 arrow-ord/Cargo.toml                               |   3 +
 arrow-ord/src/sort.rs                              |  12 +-
 arrow-pyarrow/Cargo.toml                           |   3 +
 arrow-row/Cargo.toml                               |   3 +
 arrow-row/src/lib.rs                               | 154 +++-
 arrow-schema/Cargo.toml                            |   3 +
 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                         |  26 +-
 arrow-select/Cargo.toml                            |   3 +
 arrow-select/src/coalesce.rs                       |   2 +-
 arrow-select/src/filter.rs                         |  24 +-
 arrow-select/src/merge.rs                          |   5 +-
 arrow-select/src/nullif.rs                         |   2 +-
 arrow-string/Cargo.toml                            |   3 +
 arrow/Cargo.toml                                   |   3 +
 arrow/README.md                                    |   5 -
 arrow/src/array/mod.rs                             |   4 -
 arrow/src/util/data_gen.rs                         |   6 +-
 arrow/src/util/test_util.rs                        |   9 +-
 arrow/tests/array_transform.rs                     |  18 +-
 arrow/tests/shrink_to_fit.rs                       |   1 -
 parquet-geospatial/Cargo.toml                      |   3 +
 parquet-geospatial/src/bounding.rs                 |   2 +-
 parquet-testing                                    |   2 +-
 parquet-variant-compute/Cargo.toml                 |   5 +-
 parquet-variant-compute/src/arrow_to_variant.rs    |   6 +-
 parquet-variant-compute/src/cast_to_variant.rs     |  16 +-
 parquet-variant-compute/src/lib.rs                 |   2 +-
 parquet-variant-compute/src/shred_variant.rs       |   6 +-
 parquet-variant-compute/src/variant_get.rs         |   2 +-
 parquet-variant-compute/src/variant_to_arrow.rs    |   6 +-
 parquet-variant-json/Cargo.toml                    |   3 +
 parquet-variant/Cargo.toml                         |   3 +
 parquet-variant/src/builder/list.rs                |   2 +-
 parquet-variant/src/utils.rs                       |   4 +-
 parquet/Cargo.toml                                 |   3 +
 parquet/benches/arrow_writer.rs                    |  79 +-
 parquet/benches/metadata.rs                        |   3 +-
 parquet/examples/write_parquet.rs                  |   2 +-
 parquet/src/arrow/array_reader/map_array.rs        |   6 +-
 parquet/src/arrow/arrow_reader/mod.rs              |   4 +-
 parquet/src/arrow/arrow_reader/statistics.rs       |   2 +-
 parquet/src/arrow/arrow_writer/byte_array.rs       |  10 +-
 parquet/src/arrow/arrow_writer/levels.rs           |  14 +-
 parquet/src/arrow/arrow_writer/mod.rs              |  20 +-
 parquet/src/arrow/push_decoder/mod.rs              |   2 +-
 parquet/src/arrow/schema/mod.rs                    |  14 +-
 parquet/src/arrow/schema/primitive.rs              |   2 +-
 parquet/src/basic.rs                               |  60 +-
 parquet/src/bin/parquet-fromcsv.rs                 |   9 +-
 parquet/src/column/chunker/cdc.rs                  |   4 +-
 parquet/src/column/writer/encoder.rs               |   2 +-
 parquet/src/column/writer/mod.rs                   |   2 +-
 parquet/src/compression.rs                         |   4 +-
 parquet/src/data_type.rs                           |  10 +-
 parquet/src/encodings/encoding/mod.rs              |  10 +-
 parquet/src/errors.rs                              |  26 +
 parquet/src/file/metadata/push_decoder.rs          |   2 +-
 parquet/src/file/metadata/reader.rs                |   3 +-
 parquet/src/file/metadata/thrift/mod.rs            |   6 +-
 parquet/src/file/writer.rs                         |  82 +-
 parquet/src/parquet_thrift.rs                      |   2 +-
 parquet/src/schema/types.rs                        |  14 +-
 parquet/src/util/mod.rs                            |   1 +
 parquet/src/util/prefix.rs                         | 133 ++++
 parquet/src/util/test_common/file_util.rs          |   6 +-
 parquet/tests/arrow_reader/row_filter/async.rs     |   2 +-
 parquet_derive/Cargo.toml                          |   3 +
 parquet_derive_test/Cargo.toml                     |   3 +
 parquet_derive_test/src/lib.rs                     |  11 +-
 158 files changed, 1747 insertions(+), 1045 deletions(-)
 create mode 100644 parquet/src/util/prefix.rs

Reply via email to