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.2
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
discard 1e345bd96b chore(deps): bump rand from 0.9.5 to 0.10.2
add 7e4432e997 Move arrow_writer_layout.rs into arrow_writer/layout.rs
(#10542)
add f5aba4f86e More workspace lints: fill out `[workspace.lints.clippy]`
(#10552)
add a50bfd9e47 chore: promote arrow_writer to a directory (#10544)
add 013263d806 chore: bump more rand deps to 0.10 (#10556)
add 68f104c0ae 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 (1e345bd96b)
\
N -- N -- N refs/heads/dependabot/cargo/main/rand-0.10.2
(68f104c0ae)
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.toml | 62 +++++++++++++++
arrow-array/src/array/byte_array.rs | 2 +-
arrow-array/src/array/byte_view_array.rs | 2 +-
arrow-array/src/array/fixed_size_binary_array.rs | 2 +-
arrow-array/src/builder/generic_bytes_builder.rs | 2 +-
arrow-array/src/ffi.rs | 2 +-
arrow-array/src/iterator.rs | 2 +-
arrow-array/src/trusted_len.rs | 2 +-
arrow-avro/Cargo.toml | 2 +-
arrow-avro/benches/avro_writer.rs | 2 +-
arrow-avro/benches/project_record.rs | 2 +-
arrow-avro/src/codec.rs | 4 +-
arrow-avro/src/reader/record.rs | 5 +-
arrow-avro/src/writer/format.rs | 2 +-
arrow-buffer/src/bigint/mod.rs | 6 +-
arrow-buffer/src/buffer/mutable.rs | 8 +-
arrow-buffer/src/buffer/run.rs | 4 +-
arrow-buffer/src/bytes.rs | 4 +-
arrow-csv/src/writer.rs | 4 +
arrow-data/src/data.rs | 2 +-
arrow-flight/gen/src/main.rs | 20 +----
arrow-flight/src/sql/client.rs | 4 +
arrow-integration-test/src/lib.rs | 7 +-
.../flight_server_scenarios/auth_basic_proto.rs | 24 +++---
.../flight_server_scenarios/integration_test.rs | 10 +--
arrow-ipc/src/reader.rs | 3 +-
arrow-ipc/src/writer.rs | 17 ++--
arrow-ord/src/sort.rs | 10 +--
arrow-row/src/lib.rs | 93 ++++++++--------------
arrow-schema/src/ffi.rs | 4 +-
arrow-select/src/take.rs | 4 +-
arrow-string/src/concat_elements.rs | 2 +-
arrow/benches/builder.rs | 4 +
arrow/benches/cast_kernels.rs | 2 +-
parquet-variant-compute/Cargo.toml | 3 +-
parquet-variant-compute/benches/variant_kernels.rs | 9 +--
parquet-variant/benches/variant_builder.rs | 2 +-
parquet-variant/src/builder/metadata.rs | 2 +-
parquet-variant/src/decoder.rs | 2 +-
parquet-variant/tests/variant_interop.rs | 4 +-
parquet/Cargo.toml | 6 +-
parquet/benches/arrow_reader.rs | 2 +-
parquet/benches/arrow_reader_peak_memory.rs | 2 +-
parquet/benches/arrow_reader_row_filter.rs | 2 +-
parquet/benches/arrow_writer.rs | 2 +-
parquet/benches/bloom_filter.rs | 2 +-
parquet/benches/metadata.rs | 6 +-
parquet/benches/parquet_round_trip.rs | 2 +-
parquet/benches/row_selection_cursor.rs | 2 +-
parquet/benches/row_selector.rs | 2 +-
parquet/benches/row_selector_boolean_buffer.rs | 2 +-
parquet/src/arrow/arrow_reader/mod.rs | 2 +-
parquet/src/arrow/arrow_reader/read_plan.rs | 2 +-
.../src/arrow/arrow_reader/selection/algebra.rs | 2 +-
.../src/arrow/arrow_reader/selection/boolean.rs | 2 +-
parquet/src/arrow/async_reader/mod.rs | 2 +-
parquet/src/arrow/mod.rs | 2 +-
.../src/arrow/record_reader/definition_levels.rs | 16 +---
parquet/src/arrow/record_reader/mod.rs | 2 +-
parquet/src/column/chunker/cdc.rs | 37 +++++----
parquet/src/encodings/rle.rs | 2 +-
parquet/src/file/metadata/thrift/mod.rs | 79 ++++++++----------
parquet/src/file/page_index/column_index.rs | 2 +-
parquet/src/file/serialized_reader.rs | 51 ++++++------
parquet/src/record/reader.rs | 5 +-
parquet/src/util/test_common/rand_gen.rs | 2 +-
.../layout.rs} | 0
.../tests/{arrow_writer.rs => arrow_writer/mod.rs} | 2 +
parquet_derive_test/src/lib.rs | 4 +
69 files changed, 301 insertions(+), 290 deletions(-)
rename parquet/tests/{arrow_writer_layout.rs => arrow_writer/layout.rs} (100%)
rename parquet/tests/{arrow_writer.rs => arrow_writer/mod.rs} (99%)