This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch dependabot/cargo/main/prost-b2daf72eba
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
omit d1e699f35d chore(deps): bump the prost group across 1 directory with 3
updates
add 37866b463f fix(arrow-schema): Persist dictionary ordered flag on FFI
schema import (#10514)
add e7ae89c1a2 Enable allow_attributes lint for arrow-string (#10482)
add 15c20f0146 chore(avro): add link to ticket in object_store deprecation
message (#10503)
add bf82c786c5 chore(parquet): add link to ticket in object_store
deprecation message (#10502)
add ed92960c8a Revert "chore: formalize the default map field names to
match default arrow spec (#10297)" (#10506)
add 782e5a6855 Update version to 59.2.0, update changelog generation to
git-cliff (#10451)
add e9827ad8ac chore(deps): bump the prost 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 (d1e699f35d)
\
N -- N -- N refs/heads/dependabot/cargo/main/prost-b2daf72eba
(e9827ad8ac)
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:
CHANGELOG-old.md | 139 ++++++++++++++
CHANGELOG.md | 211 +++++++--------------
Cargo.lock | 52 ++---
Cargo.toml | 42 ++--
arrow-array/src/array/map_array.rs | 94 +++------
arrow-array/src/array/mod.rs | 6 +-
arrow-array/src/builder/map_builder.rs | 46 ++---
arrow-avro/benches/avro_writer.rs | 14 +-
arrow-avro/src/codec.rs | 6 +-
arrow-avro/src/lib.rs | 6 +-
.../src/reader/async_reader/async_file_reader.rs | 4 +-
arrow-avro/src/reader/async_reader/store.rs | 4 +-
arrow-avro/src/reader/mod.rs | 68 ++++---
arrow-avro/src/reader/record.rs | 10 +-
arrow-avro/src/schema.rs | 42 +---
arrow-avro/src/writer/encoder.rs | 24 +--
arrow-cast/src/cast/mod.rs | 65 ++++---
arrow-cast/src/pretty.rs | 2 +-
arrow-data/src/data.rs | 74 ++------
arrow-flight/src/encode.rs | 38 +---
arrow-flight/src/sql/metadata/sql_info.rs | 6 +-
arrow-integration-testing/src/lib.rs | 12 +-
arrow-ipc/src/reader.rs | 12 +-
arrow-ipc/src/writer.rs | 49 ++---
arrow-json/benches/json_reader.rs | 6 +-
arrow-json/src/reader/mod.rs | 42 ++--
arrow-json/src/writer/mod.rs | 14 +-
arrow-row/src/lib.rs | 152 ++++-----------
arrow-schema/src/datatype_display.rs | 12 +-
arrow-schema/src/datatype_parse.rs | 6 +-
arrow-schema/src/ffi.rs | 23 ++-
arrow-schema/src/field.rs | 12 --
arrow-schema/src/fields.rs | 10 +-
arrow-string/src/binary_predicate.rs | 2 +-
arrow-string/src/lib.rs | 1 +
arrow-string/src/predicate.rs | 2 +-
arrow/src/util/data_gen.rs | 6 +-
arrow/tests/array_transform.rs | 18 +-
cliff.toml | 84 ++++++++
dev/release/README.md | 52 +++--
dev/release/label_issues.py | 153 ---------------
dev/release/update_change_log.sh | 76 --------
parquet-variant-compute/src/arrow_to_variant.rs | 6 +-
parquet-variant-compute/src/cast_to_variant.rs | 16 +-
parquet-variant-compute/src/shred_variant.rs | 6 +-
parquet-variant-compute/src/variant_to_arrow.rs | 6 +-
parquet/Cargo.toml | 3 +-
parquet/examples/object_store.rs | 3 +-
parquet/src/arrow/array_reader/map_array.rs | 6 +-
parquet/src/arrow/arrow_writer/levels.rs | 10 +-
parquet/src/arrow/arrow_writer/mod.rs | 20 +-
parquet/src/arrow/async_reader/store.rs | 4 +-
parquet/src/arrow/async_writer/store.rs | 2 +-
parquet/src/arrow/schema/mod.rs | 12 +-
54 files changed, 697 insertions(+), 1094 deletions(-)
create mode 100644 cliff.toml
delete mode 100755 dev/release/label_issues.py
delete mode 100755 dev/release/update_change_log.sh