This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch dependabot/cargo/main/tonic-5bf6a488fd
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
discard df279eb697 chore(deps): bump the tonic group across 1 directory with 3
updates
add a0ae731ffd Fix Flight LargeList schema encoding (#10298)
add 0408eef441 Bump MSRV to 1.88 (#10254)
add 034ae19d36 chore(deps): bump the tonic group across 1 directory with 3
updates
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 (df279eb697)
\
N -- N -- N refs/heads/dependabot/cargo/main/tonic-5bf6a488fd
(034ae19d36)
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 | 2 +-
arrow-array/src/arithmetic.rs | 29 ++------
arrow-array/src/array/byte_array.rs | 18 ++---
arrow-array/src/array/byte_view_array.rs | 18 ++---
arrow-array/src/array/fixed_size_binary_array.rs | 41 ++++++++---
arrow-array/src/array/fixed_size_list_array.rs | 32 ++++-----
arrow-array/src/array/list_array.rs | 16 ++---
arrow-array/src/array/list_view_array.rs | 16 ++---
arrow-array/src/array/map_array.rs | 14 ++--
arrow-array/src/array/primitive_array.rs | 16 ++---
arrow-array/src/array/struct_array.rs | 34 +++++----
.../src/builder/generic_bytes_view_builder.rs | 54 +++++++-------
arrow-avro/src/codec.rs | 56 +++++++--------
arrow-avro/src/reader/mod.rs | 57 ++++++++-------
arrow-avro/src/reader/record.rs | 49 ++++++-------
arrow-avro/src/schema.rs | 6 +-
arrow-buffer/src/buffer/boolean.rs | 2 +-
arrow-buffer/src/buffer/immutable.rs | 26 +++----
arrow-csv/src/reader/mod.rs | 8 +--
arrow-data/src/data.rs | 8 +--
arrow-data/src/equal/boolean.rs | 8 +--
arrow-flight/src/decode.rs | 3 +-
arrow-flight/src/encode.rs | 69 +++++++++++++++++-
arrow-flight/src/sql/client.rs | 5 +-
arrow-flight/tests/common/trailers_layer.rs | 8 +--
arrow-ipc/src/convert.rs | 43 ++++++------
arrow-ipc/src/writer.rs | 2 +-
arrow-json/src/reader/value_iter.rs | 8 +--
arrow-json/src/writer/encoder.rs | 8 +--
arrow-pyarrow-integration-testing/Cargo.toml | 2 +-
arrow-pyarrow-testing/Cargo.toml | 2 +-
arrow-row/src/lib.rs | 12 ++--
arrow-schema/src/schema.rs | 14 ++--
arrow-select/src/coalesce.rs | 44 ++++++------
arrow-select/src/dictionary.rs | 4 +-
arrow-string/src/concat_elements.rs | 16 ++---
arrow/src/tensor.rs | 24 +++----
parquet-variant-compute/src/variant_array.rs | 8 +--
parquet-variant-compute/src/variant_get.rs | 38 +++++-----
parquet-variant/src/variant.rs | 4 +-
parquet-variant/src/variant/metadata.rs | 12 ++--
parquet-variant/src/variant/object.rs | 12 ++--
parquet/benches/row_selector.rs | 2 +-
.../src/arrow/array_reader/fixed_len_byte_array.rs | 16 ++---
.../arrow/array_reader/fixed_size_list_array.rs | 8 +--
parquet/src/arrow/arrow_reader/read_plan.rs | 10 +--
parquet/src/arrow/arrow_writer/levels.rs | 11 +--
parquet/src/arrow/arrow_writer/mod.rs | 66 ++++++++---------
parquet/src/arrow/async_reader/store.rs | 15 ++--
parquet/src/arrow/buffer/offset_buffer.rs | 16 ++---
.../src/arrow/push_decoder/reader_builder/mod.rs | 8 +--
.../src/arrow/record_reader/definition_levels.rs | 35 +++++----
parquet/src/column/chunker/cdc.rs | 12 ++--
parquet/src/column/reader.rs | 12 ++--
parquet/src/encodings/decoding.rs | 6 +-
.../decoding/byte_stream_split_decoder.rs | 2 +-
parquet/src/file/metadata/reader.rs | 8 +--
parquet/src/file/metadata/thrift/mod.rs | 27 ++++---
parquet/src/file/page_index/column_index.rs | 82 ++++++++++++----------
parquet/src/file/properties.rs | 8 +--
parquet/src/file/serialized_reader.rs | 8 +--
parquet/src/file/statistics.rs | 24 +++----
parquet/src/file/writer.rs | 8 +--
parquet/src/schema/types.rs | 15 ++--
parquet/src/util/bit_util.rs | 2 +-
parquet_derive/src/parquet_field.rs | 43 ++++++------
66 files changed, 670 insertions(+), 622 deletions(-)