This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch dependabot/cargo/main/rand-0.10.1
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
discard 75bcbc498a chore(deps): bump rand from 0.9.4 to 0.10.1
add 803b51c38d perf: speed up substring_by_char with an ASCII fast path
and single-pass bounds (#10334)
add 305bf260a1 hoist calls for null_sentinel (#10356)
add 8d41934d8f chore(deps): bump tokio from 1.52.4 to 1.53.0 in the
all-other-cargo-deps group across 1 directory (#10366)
add d09e4b434a Make more of i256 available in const code (#10363)
add 4aee48acaf perf(parquet): splice buffered pages with `write_all`
instead of `io::copy` (adapts #10052) (#10353)
add cc83f7eb25 fix(arrow-cast): make `b64_encode` reject invalid UTF-8
from misbehaving `Engine` impls (#10324)
add ba2ac554c7 Remove always-panicking benchmarks (#10384)
add f7f7545901 fix(arrow-json): render coerced f32 as its value in the
string decoder (#10386)
add a16c4584d1 support white space prefixed parse for ints and floats
(#10374)
add a0051f7708 chore(deps): bump syn from 2.0.119 to 3.0.2 (#10391)
add b71c8f208a perf: add decimal and fsb arrow_writer bench (#10388)
add 665462d5b6 optimize(parquet): Nested list batching child.write calls
(#10085)
add 0cc07133c6 fix(parquet): support mask filtering across skipped pages
(#10288)
add e36abd72f3 chore(deps): bump actions/setup-python from 6.3.0 to 7.0.0
(#10387)
add 98998a8533 fix: `GenericByteViewArray::gc()` drops inline views on the
multi-buffer slow path (#10287)
add d176d94d20 chore(deps): bump actions/checkout from 7.0.0 to 7.0.1
(#10402)
add cd17899fe4 chore(deps): bump actions/labeler from 6.2.0 to 7.0.0
(#10403)
add 81dce78385 fix off by one error for slice accounting (#10406)
add 26aff59685 perf(parquet): use Cursor in ZSTDCodec to avoid Vec alloc
and copy (#10345)
add 707872fbd5 chore(deps): bump the all-other-cargo-deps group across 1
directory with 13 updates (#10411)
add 1233a18ed7 add test to catch mis-aligned ipc buffers (#10405)
add b46e7334b3 [Variant] make `value` mandatory field for
`VariantArray`/`ShreddingState` (#10318)
add a5158c8bf9 arrow-row: Fix decode_fixed_size_list to apply the
corrected_type step for dictionary children (#10414)
add f9bf62845c feat(coalesce): add size function (#10331)
add f7dfcd25aa add i32 benchmarks (#10421)
add f0ec758f4f feat(parquet): `RowSelection` can be backed by a
`BooleanBuffer` (#10141)
add b8b59fb38d avro: bound VLQDecoder::long against overlong varints
(#10407)
add b278c547a3 fix(arrow-schema): stop asserting on unstable
TryFromIntError message in tests (#10433)
add 784fa7c2ad chore: deduplicate filter nulls code in coalesce/filter
kernel (#10348)
add b1ca9c42ac refactor(parquet): split `arrow_reader/selection` into
smaller modules (#10434)
add 09ebd4eaeb perf(parquet): slice up contiguous buffer for decimals and
fsb (#10364)
add cd47d4a421 support suffix white space in arrow-cast parse (#10396)
add 87cd2e5265 chore(deps): bump base64 from 0.22.1 to 0.23.0 (#10430)
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 d148f0914a chore(deps): bump rand from 0.9.4 to 0.10.1
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 (75bcbc498a)
\
N -- N -- N refs/heads/dependabot/cargo/main/rand-0.10.1
(d148f0914a)
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/arrow.yml | 10 +-
.github/workflows/arrow_flight.yml | 6 +-
.github/workflows/audit.yml | 2 +-
.github/workflows/{stale.yml => codeql.yml} | 47 +-
.github/workflows/dev.yml | 10 +-
.github/workflows/dev_pr.yml | 4 +-
.github/workflows/dev_pr/labeler.yml | 135 +-
.github/workflows/docs.yml | 4 +-
.github/workflows/integration.yml | 18 +-
.github/workflows/miri.yaml | 2 +-
.github/workflows/parquet-geospatial.yml | 6 +-
.github/workflows/parquet-variant.yml | 6 +-
.github/workflows/parquet.yml | 12 +-
.github/workflows/parquet_derive.yml | 4 +-
.github/workflows/release.yml | 2 +-
.github/workflows/rust.yml | 8 +-
.github/workflows/stale.yml | 2 +-
.pre-commit-config.yaml | 69 -
CHANGELOG-old.md | 139 ++
CHANGELOG.md | 211 +--
CONTRIBUTING.md | 25 -
Cargo.lock | 249 +--
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 | 207 ++-
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 | 29 +-
arrow-avro/src/reader/header.rs | 13 +-
arrow-avro/src/reader/mod.rs | 190 ++-
arrow-avro/src/reader/record.rs | 59 +-
arrow-avro/src/reader/vlq.rs | 62 +-
arrow-avro/src/schema.rs | 61 +-
arrow-avro/src/writer/encoder.rs | 24 +-
arrow-avro/src/writer/mod.rs | 4 +-
arrow-buffer/src/bigint/mod.rs | 189 ++-
arrow-buffer/src/buffer/boolean.rs | 2 +-
arrow-buffer/src/buffer/immutable.rs | 26 +-
arrow-buffer/src/util/bit_util.rs | 152 +-
arrow-cast/Cargo.toml | 2 +-
arrow-cast/src/base64.rs | 63 +-
arrow-cast/src/cast/dictionary.rs | 7 +
arrow-cast/src/cast/mod.rs | 109 +-
arrow-cast/src/parse.rs | 95 +-
arrow-cast/src/pretty.rs | 2 +-
arrow-csv/src/reader/mod.rs | 12 +-
arrow-data/src/data.rs | 196 ++-
arrow-data/src/equal/boolean.rs | 8 +-
arrow-flight/Cargo.toml | 4 +-
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 | 107 +-
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 | 102 +-
arrow-json/src/reader/string_array.rs | 2 +-
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/fixed.rs | 9 +-
arrow-row/src/lib.rs | 219 ++-
arrow-row/src/list.rs | 14 +-
arrow-row/src/variable.rs | 3 +-
arrow-schema/src/datatype_display.rs | 27 +-
arrow-schema/src/datatype_parse.rs | 24 +-
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 | 171 +-
arrow-select/src/coalesce/byte_view.rs | 161 +-
arrow-select/src/coalesce/generic.rs | 139 +-
arrow-select/src/coalesce/primitive.rs | 91 +-
arrow-select/src/dictionary.rs | 4 +-
arrow-select/src/filter.rs | 27 -
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-string/src/substring.rs | 153 +-
arrow/benches/cast_kernels.rs | 4 +
arrow/benches/concatenate_elements.rs | 17 -
arrow/benches/substring_kernels.rs | 36 +
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 | 36 +-
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/from_json.rs | 6 +-
parquet-variant-compute/src/shred_variant.rs | 96 +-
parquet-variant-compute/src/unshred_variant.rs | 14 +-
parquet-variant-compute/src/variant_array.rs | 356 ++--
.../src/variant_array_builder.rs | 4 +-
parquet-variant-compute/src/variant_get.rs | 220 ++-
parquet-variant-compute/src/variant_to_arrow.rs | 10 +-
parquet-variant-json/Cargo.toml | 2 +-
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 | 30 +-
parquet/benches/arrow_reader_clickbench.rs | 85 +-
.../benches/arrow_reader_row_selection_policy.rs | 57 +
parquet/benches/arrow_writer.rs | 109 +-
parquet/benches/metadata.rs | 2 +-
parquet/benches/row_selection_cursor.rs | 86 +-
.../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/benches/row_selector_boolean_buffer.rs | 233 +++
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 | 289 +++-
parquet/src/arrow/arrow_reader/read_plan.rs | 318 +++-
parquet/src/arrow/arrow_reader/selection.rs | 1704 --------------------
.../src/arrow/arrow_reader/selection/algebra.rs | 828 ++++++++++
.../src/arrow/arrow_reader/selection/boolean.rs | 844 ++++++++++
parquet/src/arrow/arrow_reader/selection/cursor.rs | 419 +++++
parquet/src/arrow/arrow_reader/selection/mod.rs | 947 +++++++++++
parquet/src/arrow/arrow_reader/selection/ranges.rs | 283 ++++
.../src/arrow/arrow_reader/selection/selector.rs | 469 ++++++
parquet/src/arrow/arrow_reader/statistics.rs | 80 +
parquet/src/arrow/arrow_writer/byte_array.rs | 2 +
parquet/src/arrow/arrow_writer/levels.rs | 263 ++-
parquet/src/arrow/arrow_writer/mod.rs | 402 +++--
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 | 184 ++-
.../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/compression.rs | 37 +-
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 | 192 ++-
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/row_filter/async.rs | 422 ++++-
parquet/tests/arrow_reader/row_filter/sync.rs | 2 +-
parquet/tests/arrow_reader/statistics.rs | 10 +-
parquet/tests/encryption/encryption_async.rs | 106 +-
parquet/tests/ieee754_nan_interop.rs | 448 +++++
parquet/tests/variant_integration.rs | 8 +
parquet_derive/Cargo.toml | 2 +-
parquet_derive/src/parquet_field.rs | 43 +-
pre-commit.sh | 86 -
245 files changed, 14636 insertions(+), 5918 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/benches/row_selector_boolean_buffer.rs
create mode 100644 parquet/examples/object_store.rs
delete mode 100755 parquet/regen.sh
delete mode 100644 parquet/src/arrow/arrow_reader/selection.rs
create mode 100644 parquet/src/arrow/arrow_reader/selection/algebra.rs
create mode 100644 parquet/src/arrow/arrow_reader/selection/boolean.rs
create mode 100644 parquet/src/arrow/arrow_reader/selection/cursor.rs
create mode 100644 parquet/src/arrow/arrow_reader/selection/mod.rs
create mode 100644 parquet/src/arrow/arrow_reader/selection/ranges.rs
create mode 100644 parquet/src/arrow/arrow_reader/selection/selector.rs
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