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

alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


    from d3a875f8b6 feat(object_store): random IP address selection (#7123)
     add 34b2184ccb Revert "Update rand requirement from 0.8 to 0.9 (#7045)" 
(#7125)

No new revisions were added by this update.

Summary of changes:
 arrow-array/Cargo.toml                             |  2 +-
 arrow-array/benches/fixed_size_list_array.rs       |  6 +-
 arrow-array/benches/occupancy.rs                   |  8 +-
 arrow-array/benches/union_array.rs                 | 12 +--
 arrow-array/src/array/boolean_array.rs             |  8 +-
 arrow-array/src/array/run_array.rs                 | 10 +--
 arrow-array/src/run_iterator.rs                    |  6 +-
 arrow-avro/Cargo.toml                              |  3 +-
 arrow-buffer/Cargo.toml                            |  2 +-
 arrow-buffer/benches/i256.rs                       |  8 +-
 arrow-buffer/benches/offset.rs                     |  2 +-
 arrow-buffer/src/bigint/mod.rs                     | 12 +--
 arrow-buffer/src/builder/boolean.rs                |  2 +-
 arrow-buffer/src/util/bit_chunk_iterator.rs        | 17 ++---
 arrow-buffer/src/util/bit_mask.rs                  | 14 ++--
 arrow-buffer/src/util/bit_util.rs                  |  8 +-
 arrow-cast/Cargo.toml                              |  2 +-
 arrow-cast/src/base64.rs                           | 10 +--
 arrow-json/Cargo.toml                              |  3 +-
 arrow-json/benches/serde.rs                        | 20 +++--
 arrow-ord/Cargo.toml                               |  2 +-
 arrow-ord/src/sort.rs                              |  2 +-
 arrow-row/Cargo.toml                               |  3 +-
 arrow-row/src/lib.rs                               | 78 +++++++++----------
 arrow-select/Cargo.toml                            |  2 +-
 arrow-select/src/filter.rs                         | 48 +++++-------
 arrow-select/src/nullif.rs                         | 14 ++--
 arrow/Cargo.toml                                   |  4 +-
 arrow/benches/aggregate_kernels.rs                 |  4 +-
 arrow/benches/array_from_vec.rs                    |  8 +-
 arrow/benches/boolean_append_packed.rs             | 10 +--
 arrow/benches/buffer_create.rs                     |  6 +-
 arrow/benches/builder.rs                           | 12 +--
 arrow/benches/cast_kernels.rs                      | 16 ++--
 arrow/benches/comparison_kernels.rs                |  4 +-
 arrow/benches/csv_reader.rs                        | 20 ++---
 arrow/benches/decimal_validate.rs                  |  8 +-
 arrow/benches/interleave_kernels.rs                |  4 +-
 arrow/benches/json_writer.rs                       |  4 +-
 arrow/benches/mutable_array.rs                     |  4 +-
 arrow/benches/partition_kernels.rs                 |  4 +-
 arrow/benches/primitive_run_take.rs                |  4 +-
 arrow/benches/string_dictionary_builder.rs         |  8 +-
 arrow/benches/string_run_iterator.rs               |  6 +-
 arrow/benches/take_kernels.rs                      |  4 +-
 arrow/src/util/bench_util.rs                       | 89 ++++++++++------------
 arrow/src/util/data_gen.rs                         | 14 ++--
 arrow/src/util/test_util.rs                        |  2 +-
 object_store/Cargo.toml                            |  4 +-
 object_store/src/aws/dynamo.rs                     |  6 +-
 object_store/src/azure/client.rs                   |  2 +-
 object_store/src/client/backoff.rs                 |  8 +-
 object_store/src/client/dns.rs                     |  2 +-
 object_store/src/integration.rs                    | 10 +--
 object_store/src/upload.rs                         |  6 +-
 object_store/src/util.rs                           | 14 ++--
 parquet/Cargo.toml                                 |  2 +-
 parquet/benches/arrow_reader.rs                    | 35 +++++----
 parquet/benches/compression.rs                     |  6 +-
 parquet/benches/encoding.rs                        |  8 +-
 parquet/benches/row_selector.rs                    |  4 +-
 parquet/src/arrow/array_reader/byte_view_array.rs  |  4 +-
 parquet/src/arrow/array_reader/primitive_array.rs  |  2 +-
 parquet/src/arrow/arrow_reader/mod.rs              | 37 +++++----
 parquet/src/arrow/arrow_reader/selection.rs        | 10 +--
 parquet/src/arrow/async_reader/mod.rs              | 14 ++--
 parquet/src/arrow/buffer/bit_util.rs               | 10 +--
 .../src/arrow/record_reader/definition_levels.rs   | 20 ++---
 parquet/src/column/reader.rs                       |  2 +-
 parquet/src/column/reader/decoder.rs               | 10 +--
 parquet/src/column/writer/mod.rs                   |  2 +-
 parquet/src/encodings/rle.rs                       | 11 +--
 parquet/src/util/bit_util.rs                       |  4 +-
 parquet/src/util/test_common/rand_gen.rs           | 42 +++++-----
 74 files changed, 390 insertions(+), 424 deletions(-)

Reply via email to