This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch dependabot/cargo/main/atoi-3.1.0
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
discard 3a45f4a633 chore(deps): bump atoi from 2.0.0 to 3.1.0
add 8e7043bf93 bench(parquet): add async RowSelection policy baseline
(#10135)
add 1a46dd3384 feat(arrow-ipc): add sans-IO stream encoder (#10277)
add 25569a3328 benchmark/perf: add wide column take benchmarks (#10442)
add 4f96226d80 fix(parquet): restore opaque return type for
`RowSelection::iter` (#10450)
add 155dc0bc67 chore: add unchecked array builder methods (#10440)
add 95c54a35f9 chore(deps): bump actions/stale from 10.4.0 to 11.0.0
(#10452)
add 12091af35e Test: add alignment test for arrow-flight (#10428)
add a1ec3b18bf variant: Add unshredded Variant path benchmark (#10357)
add 005a2fd43f chore: fix `.gitattributes` and remove parquet `regen.sh`
(#10459)
add 1d4437018c fix(arrow-json): validate map value nullability (#10475)
add 4dc1469336 fix(arrow-json): validate ListView child nullability
(#10486)
add dfab9724e4 chore(deps): bump http from 1.4.2 to 1.5.0 in the
all-other-cargo-deps group across 1 directory (#10490)
add e4df827bc1 perf(ipc): benchmark stream encoder (#10447)
add 23e61b694f chore: add sub tags (#10473)
add 6183ac97b1 Add LICENSE.txt and NOTICE.txt to pyarrow crates (#10481)
add 34c7c2b9e0 parquet: Remove explicit `object_store` integration (#10354)
add fd8ead5d3c arrow-avro: Deprecate object_store integration (#10484)
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 f8a57f83f0 bench(parquet): cover DELTA_BYTE_ARRAY large values in the
arrow_writer benchmark (#10512)
add feb687ddf9 chore: remove unused env vars in `dev.yml` worflow (#10498)
add 4a62a8aa1b Add codeql scanning github action (#10487)
add cf744a6c94 perf(parquet): reuse `MaskSelection`'s cached selectors
when converting to selectors (#10443)
add f5c0d1c218 chore: remove rust label from infra yaml (#10456)
add f8510f03f4 chore: remove pre-commit scripts (#10463)
add 0f526f912d chore: remove unused `header` file (#10466)
add 30ca5d1305 chore: fix typo in release email template (#10530)
add efb6d1816e Implement PARQUET-2249: Introduce IEEE 754 total order
(#9619)
add f1ba4352bb fix(arrow-buffer): preserve bits outside the requested
range in in-place bitwise ops (#10444)
add 0d4f469d9b Allow reading and writing more than 32k Parquet row groups
(#10149)
add b9d3b08a49 Use `Metadata` struct instead of `HashMap<String, String>`
for metadata: Ordered; cheap to clone (#10075)
add cc49a83f44 fix(arrow-avro): fix split sync marker assembly and
validate per-block sync markers (#10497)
add f3399269b8 fix(arrow-cast): preserve null dictionary values when
casting to a view (#10510)
add 4a1c655c75 fix(arrow-data): account for view payload buffers in slice
memory size (#10519)
add d1adf58bc6 chore(deps): bump the codeql-actions group with 2 updates
(#10531)
add a712ba3dbd chore(deps): bump clap from 4.6.4 to 4.6.5 in the
all-other-cargo-deps group across 1 directory (#10532)
add aa7cfce828 Remove flight-sql-experimental feature from arrow-flight
(#10335)
add 1042e07e5d Update release schedule on README (#10528)
add 21f021e50c chore: setup dependabot to do `rust-toolchain` updates
(#10461)
add a0ae731ffd Fix Flight LargeList schema encoding (#10298)
add 0408eef441 Bump MSRV to 1.88 (#10254)
add 5fbed9c71a chore(deps): bump atoi from 2.0.0 to 3.1.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 (3a45f4a633)
\
N -- N -- N refs/heads/dependabot/cargo/main/atoi-3.1.0
(5fbed9c71a)
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:
.asf.yaml | 1 -
.gitattributes | 2 +-
.github/dependabot.yml | 12 +-
.github/workflows/{stale.yml => codeql.yml} | 47 +-
.github/workflows/dev.yml | 4 -
.github/workflows/dev_pr/labeler.yml | 135 +++-
.github/workflows/stale.yml | 2 +-
.pre-commit-config.yaml | 69 --
CHANGELOG-old.md | 139 ++++
CHANGELOG.md | 211 +++----
CONTRIBUTING.md | 25 -
Cargo.lock | 64 +-
Cargo.toml | 44 +-
README.md | 8 +-
arrow-array/src/arithmetic.rs | 29 +-
arrow-array/src/array/boolean_array.rs | 11 +
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 | 65 +-
arrow-array/src/array/fixed_size_list_array.rs | 58 +-
arrow-array/src/array/list_array.rs | 39 +-
arrow-array/src/array/list_view_array.rs | 16 +-
arrow-array/src/array/map_array.rs | 133 ++--
arrow-array/src/array/mod.rs | 6 +-
arrow-array/src/array/primitive_array.rs | 34 +-
arrow-array/src/array/struct_array.rs | 34 +-
.../src/builder/generic_bytes_view_builder.rs | 54 +-
arrow-array/src/builder/map_builder.rs | 46 +-
arrow-array/src/record_batch.rs | 8 +-
arrow-avro/Cargo.toml | 8 +
arrow-avro/README.md | 34 +-
arrow-avro/benches/avro_writer.rs | 14 +-
arrow-avro/examples/object_store.rs | 133 ++++
arrow-avro/src/codec.rs | 62 +-
arrow-avro/src/lib.rs | 42 +-
.../src/reader/async_reader/async_file_reader.rs | 54 +-
arrow-avro/src/reader/async_reader/mod.rs | 109 +++-
arrow-avro/src/reader/async_reader/spawn.rs | 176 ++++++
arrow-avro/src/reader/async_reader/store.rs | 11 +
arrow-avro/src/reader/block.rs | 25 +-
arrow-avro/src/reader/header.rs | 5 +-
arrow-avro/src/reader/mod.rs | 190 +++---
arrow-avro/src/reader/record.rs | 59 +-
arrow-avro/src/schema.rs | 61 +-
arrow-avro/src/writer/encoder.rs | 24 +-
arrow-avro/src/writer/mod.rs | 4 +-
arrow-buffer/src/buffer/boolean.rs | 2 +-
arrow-buffer/src/buffer/immutable.rs | 26 +-
arrow-buffer/src/util/bit_util.rs | 152 ++++-
arrow-cast/src/cast/dictionary.rs | 7 +
arrow-cast/src/cast/mod.rs | 109 +++-
arrow-cast/src/pretty.rs | 2 +-
arrow-csv/src/reader/mod.rs | 12 +-
arrow-data/src/data.rs | 144 +++--
arrow-data/src/equal/boolean.rs | 8 +-
arrow-flight/Cargo.toml | 2 -
arrow-flight/src/decode.rs | 3 +-
arrow-flight/src/encode.rs | 107 +++-
arrow-flight/src/sql/client.rs | 5 +-
arrow-flight/src/sql/metadata/sql_info.rs | 6 +-
arrow-flight/tests/common/trailers_layer.rs | 8 +-
arrow-flight/tests/encode_decode.rs | 123 +++-
arrow-integration-test/src/lib.rs | 16 +-
arrow-integration-test/src/schema.rs | 7 +-
.../LICENSE.txt | 0
.../NOTICE.txt | 0
arrow-integration-testing/src/lib.rs | 12 +-
arrow-ipc/Cargo.toml | 2 +-
arrow-ipc/benches/ipc_writer.rs | 59 +-
arrow-ipc/src/convert.rs | 55 +-
arrow-ipc/src/reader.rs | 12 +-
arrow-ipc/src/writer.rs | 703 ++++++++++++++++-----
arrow-json/benches/json_reader.rs | 6 +-
arrow-json/src/reader/list_array.rs | 17 +-
arrow-json/src/reader/map_array.rs | 15 +-
arrow-json/src/reader/mod.rs | 87 ++-
arrow-json/src/reader/value_iter.rs | 8 +-
arrow-json/src/writer/encoder.rs | 8 +-
arrow-json/src/writer/mod.rs | 14 +-
arrow-pyarrow-integration-testing/Cargo.toml | 2 +-
.../LICENSE.txt | 0
.../NOTICE.txt | 0
arrow-pyarrow-testing/Cargo.toml | 2 +-
{arrow-arith => arrow-pyarrow-testing}/LICENSE.txt | 0
{arrow-arith => arrow-pyarrow-testing}/NOTICE.txt | 0
{arrow-arith => arrow-pyarrow}/LICENSE.txt | 0
{arrow-arith => arrow-pyarrow}/NOTICE.txt | 0
arrow-row/src/lib.rs | 164 ++---
arrow-schema/src/datatype_display.rs | 27 +-
arrow-schema/src/datatype_parse.rs | 6 +-
arrow-schema/src/extension/canonical/bool8.rs | 29 +-
.../src/extension/canonical/fixed_shape_tensor.rs | 39 +-
arrow-schema/src/extension/canonical/json.rs | 26 +-
arrow-schema/src/extension/canonical/opaque.rs | 37 +-
.../extension/canonical/timestamp_with_offset.rs | 25 +-
arrow-schema/src/extension/canonical/uuid.rs | 27 +-
.../extension/canonical/variable_shape_tensor.rs | 36 +-
arrow-schema/src/extension/mod.rs | 3 +-
arrow-schema/src/ffi.rs | 25 +-
arrow-schema/src/field.rs | 119 +---
arrow-schema/src/fields.rs | 10 +-
arrow-schema/src/lib.rs | 2 +
arrow-schema/src/metadata.rs | 473 ++++++++++++++
arrow-schema/src/schema.rs | 122 +---
arrow-select/src/coalesce.rs | 44 +-
arrow-select/src/dictionary.rs | 4 +-
arrow-string/src/binary_predicate.rs | 2 +-
arrow-string/src/concat_elements.rs | 16 +-
arrow-string/src/lib.rs | 1 +
arrow-string/src/predicate.rs | 2 +-
arrow/benches/take_kernels.rs | 83 ++-
arrow/src/datatypes/mod.rs | 4 +-
arrow/src/tensor.rs | 24 +-
arrow/src/util/bench_util.rs | 27 +
arrow/src/util/data_gen.rs | 6 +-
arrow/tests/array_transform.rs | 18 +-
cliff.toml | 84 +++
dev/release/README.md | 52 +-
dev/release/create-tarball.sh | 2 +-
dev/release/label_issues.py | 153 -----
dev/release/update_change_log.sh | 76 ---
header | 16 -
parquet-variant-compute/benches/variant_kernels.rs | 54 +-
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_array.rs | 8 +-
parquet-variant-compute/src/variant_get.rs | 38 +-
parquet-variant-compute/src/variant_to_arrow.rs | 6 +-
parquet-variant/src/variant.rs | 4 +-
parquet-variant/src/variant/metadata.rs | 12 +-
parquet-variant/src/variant/object.rs | 12 +-
parquet/CONTRIBUTING.md | 6 -
parquet/Cargo.toml | 21 +-
parquet/benches/arrow_reader_clickbench.rs | 85 ++-
.../benches/arrow_reader_row_selection_policy.rs | 57 ++
parquet/benches/arrow_writer.rs | 76 ++-
parquet/benches/metadata.rs | 2 +-
.../row_selection_policy_common/assertions.rs | 65 ++
.../benches/row_selection_policy_common/cases.rs | 121 ++++
.../benches/row_selection_policy_common/fixture.rs | 163 +++++
.../benches/row_selection_policy_common}/mod.rs | 11 +-
.../benches/row_selection_policy_common/model.rs | 61 ++
.../row_selection_policy_common/register.rs | 59 ++
.../benches/row_selection_policy_common/runner.rs | 92 +++
.../benches/row_selection_policy_common/shapes.rs | 150 +++++
parquet/benches/row_selector.rs | 68 +-
parquet/examples/object_store.rs | 167 +++++
parquet/regen.sh | 44 --
.../src/arrow/array_reader/fixed_len_byte_array.rs | 16 +-
.../arrow/array_reader/fixed_size_list_array.rs | 8 +-
parquet/src/arrow/array_reader/map_array.rs | 6 +-
parquet/src/arrow/array_reader/row_group_index.rs | 4 +-
parquet/src/arrow/array_reader/row_number.rs | 4 +-
parquet/src/arrow/arrow_reader/mod.rs | 45 +-
parquet/src/arrow/arrow_reader/read_plan.rs | 14 +-
.../src/arrow/arrow_reader/selection/boolean.rs | 100 ++-
parquet/src/arrow/arrow_reader/selection/mod.rs | 54 +-
.../src/arrow/arrow_reader/selection/selector.rs | 53 --
parquet/src/arrow/arrow_reader/statistics.rs | 80 +++
parquet/src/arrow/arrow_writer/byte_array.rs | 2 +
parquet/src/arrow/arrow_writer/levels.rs | 21 +-
parquet/src/arrow/arrow_writer/mod.rs | 207 ++++--
parquet/src/arrow/async_reader/mod.rs | 117 +++-
parquet/src/arrow/async_reader/spawn.rs | 227 +++++++
parquet/src/arrow/async_reader/store.rs | 27 +-
parquet/src/arrow/async_writer/mod.rs | 6 +-
parquet/src/arrow/async_writer/store.rs | 19 +-
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/arrow/schema/complex.rs | 7 +-
parquet/src/arrow/schema/mod.rs | 12 +-
parquet/src/arrow/schema/virtual_type.rs | 70 +-
parquet/src/basic.rs | 126 +++-
parquet/src/column/chunker/cdc.rs | 12 +-
parquet/src/column/reader.rs | 12 +-
parquet/src/column/writer/encoder.rs | 103 ++-
parquet/src/column/writer/mod.rs | 432 +++++++++----
parquet/src/encodings/decoding.rs | 6 +-
.../decoding/byte_stream_split_decoder.rs | 2 +-
parquet/src/file/metadata/mod.rs | 88 ++-
parquet/src/file/metadata/reader.rs | 8 +-
parquet/src/file/metadata/thrift/mod.rs | 84 ++-
parquet/src/file/metadata/writer.rs | 9 +-
parquet/src/file/page_index/column_index.rs | 138 ++--
parquet/src/file/page_index/index_reader.rs | 1 +
parquet/src/file/properties.rs | 8 +-
parquet/src/file/serialized_reader.rs | 8 +-
parquet/src/file/statistics.rs | 242 ++++++-
parquet/src/file/writer.rs | 97 ++-
parquet/src/lib.rs | 11 +-
parquet/src/parquet_thrift.rs | 17 +
parquet/src/schema/types.rs | 57 +-
parquet/src/util/bit_util.rs | 2 +-
parquet/tests/arrow_reader/statistics.rs | 10 +-
parquet/tests/encryption/encryption_async.rs | 106 +++-
parquet/tests/ieee754_nan_interop.rs | 448 +++++++++++++
parquet_derive/src/parquet_field.rs | 43 +-
pre-commit.sh | 86 ---
200 files changed, 7473 insertions(+), 3119 deletions(-)
copy .github/workflows/{stale.yml => codeql.yml} (53%)
delete mode 100644 .pre-commit-config.yaml
create mode 100644 arrow-avro/examples/object_store.rs
create mode 100644 arrow-avro/src/reader/async_reader/spawn.rs
copy {arrow-arith => arrow-integration-testing}/LICENSE.txt (100%)
copy {arrow-arith => arrow-integration-testing}/NOTICE.txt (100%)
copy {arrow-arith => arrow-pyarrow-integration-testing}/LICENSE.txt (100%)
copy {arrow-arith => arrow-pyarrow-integration-testing}/NOTICE.txt (100%)
copy {arrow-arith => arrow-pyarrow-testing}/LICENSE.txt (100%)
copy {arrow-arith => arrow-pyarrow-testing}/NOTICE.txt (100%)
copy {arrow-arith => arrow-pyarrow}/LICENSE.txt (100%)
copy {arrow-arith => arrow-pyarrow}/NOTICE.txt (100%)
create mode 100644 arrow-schema/src/metadata.rs
create mode 100644 cliff.toml
delete mode 100755 dev/release/label_issues.py
delete mode 100755 dev/release/update_change_log.sh
delete mode 100644 header
create mode 100644 parquet/benches/arrow_reader_row_selection_policy.rs
create mode 100644 parquet/benches/row_selection_policy_common/assertions.rs
create mode 100644 parquet/benches/row_selection_policy_common/cases.rs
create mode 100644 parquet/benches/row_selection_policy_common/fixture.rs
copy {arrow-flight/tests/common =>
parquet/benches/row_selection_policy_common}/mod.rs (82%)
create mode 100644 parquet/benches/row_selection_policy_common/model.rs
create mode 100644 parquet/benches/row_selection_policy_common/register.rs
create mode 100644 parquet/benches/row_selection_policy_common/runner.rs
create mode 100644 parquet/benches/row_selection_policy_common/shapes.rs
create mode 100644 parquet/examples/object_store.rs
delete mode 100755 parquet/regen.sh
create mode 100644 parquet/src/arrow/async_reader/spawn.rs
create mode 100644 parquet/tests/ieee754_nan_interop.rs
delete mode 100755 pre-commit.sh