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

github-bot pushed a change to branch dependabot/cargo/main/object_store-0.12.0
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


 discard 2a9026cd14 build(deps): update object_store requirement from 0.11.0 to 
0.12.0
     add 87ff531f0b Reapply "Box `FlightErrror::tonic` to reduce size (fixes 
nightly clippy) (#7229)" (#7266) (#7277)
     add 3b90fc96ab bugfix: correct offsets when serializing a list of fixed 
sized list and non-zero start offset (#7318)
     add 329f6c99c6 Allow retrieving Parquet decryption keys using the key 
metadata (#7286)
     add 9f1ab95511 Bump `pyo3` to `0.24` (#7324)
     add 3a7f47bb4d feat: allow if expressions for fallbacks in downcast macro 
(#7322)
     add f9a569d85a chore: upgrade flatbuffer version (#7134)
     add 1bf9a1bef6 Add hooks to json encoder to override default encoding or 
add support for unsupported types (#7015)
     add f3fc890739 Add missing type annotation (#7326)
     add a2cc42639b Update rand requirement from 0.8 to 0.9 (try 2) (#7126)
     add 15db256bcd Fix: `date_part` to extract only the requested part (not 
the overall interval) (#7189)
     add c15c5814d2 build(deps): update object_store requirement from 0.11.0 to 
0.12.0

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   (2a9026cd14)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/object_store-0.12.0 
(c15c5814d2)

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:
 arrow-arith/src/temporal.rs                        | 141 ++++---
 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/cast.rs                            | 128 ++++--
 arrow-array/src/run_iterator.rs                    |   6 +-
 arrow-avro/Cargo.toml                              |   2 +-
 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-flight/src/client.rs                         |   8 +-
 arrow-flight/src/error.rs                          |  12 +-
 arrow-flight/src/sql/client.rs                     |   2 +-
 arrow-flight/src/streams.rs                        |   2 +-
 arrow-ipc/Cargo.toml                               |   2 +-
 arrow-ipc/src/writer.rs                            | 231 +++++++++++
 arrow-json/Cargo.toml                              |   2 +-
 arrow-json/benches/serde.rs                        |  20 +-
 arrow-json/src/lib.rs                              |   5 +-
 arrow-json/src/writer/encoder.rs                   | 421 ++++++++++++++-----
 arrow-json/src/writer/mod.rs                       | 451 ++++++++++++++++++++-
 arrow-ord/Cargo.toml                               |   2 +-
 arrow-ord/src/sort.rs                              |   2 +-
 arrow-pyarrow-integration-testing/Cargo.toml       |   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                                   |   6 +-
 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 +-
 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              |  78 ++--
 parquet/src/arrow/arrow_reader/selection.rs        |  10 +-
 parquet/src/arrow/async_reader/mod.rs              |  63 ++-
 parquet/src/arrow/buffer/bit_util.rs               |  10 +-
 .../src/arrow/record_reader/definition_levels.rs   |  20 +-
 parquet/src/arrow/schema/primitive.rs              |   2 +-
 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/encryption/decrypt.rs                  | 228 ++++++++---
 parquet/src/file/column_crypto_metadata.rs         |  98 +++++
 parquet/src/file/metadata/mod.rs                   |  47 ++-
 parquet/src/file/metadata/reader.rs                |  15 +-
 parquet/src/file/mod.rs                            |   2 +
 parquet/src/util/bit_util.rs                       |   4 +-
 parquet/src/util/test_common/rand_gen.rs           |  42 +-
 parquet/tests/arrow_reader/encryption.rs           |  58 ++-
 parquet/tests/arrow_reader/encryption_async.rs     |  94 ++++-
 parquet/tests/arrow_reader/encryption_util.rs      |  42 ++
 87 files changed, 2138 insertions(+), 705 deletions(-)
 create mode 100644 parquet/src/file/column_crypto_metadata.rs

Reply via email to