From 8627c444938ee737f48d23c7f4784dd34e11f96b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:12:04 +0100 Subject: [PATCH] chore(deps): update arrow to v53.1.0 (minor) (#986) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [arrow](https://redirect.github.com/apache/arrow-rs) | workspace.dependencies | minor | `53.0.0` -> `53.1.0` | | [arrow-cast](https://redirect.github.com/apache/arrow-rs) | workspace.dependencies | minor | `53.0.0` -> `53.1.0` | | [arrow-csv](https://redirect.github.com/apache/arrow-rs) | workspace.dependencies | minor | `53.0.0` -> `53.1.0` | | [arrow-ipc](https://redirect.github.com/apache/arrow-rs) | workspace.dependencies | minor | `53.0.0` -> `53.1.0` | | [parquet](https://redirect.github.com/apache/arrow-rs) | workspace.dependencies | minor | `53.0.0` -> `53.1.0` | --- ### Release Notes
apache/arrow-rs (arrow) ### [`v53.1.0`](https://redirect.github.com/apache/arrow-rs/blob/HEAD/CHANGELOG.md#5310-2024-10-02) [Compare Source](https://redirect.github.com/apache/arrow-rs/compare/53.0.0...53.1.0) [Full Changelog](https://redirect.github.com/apache/arrow-rs/compare/53.0.0...53.1.0) **Implemented enhancements:** - Write null counts in Parquet statistics when they are known to be zero [#​6502](https://redirect.github.com/apache/arrow-rs/issues/6502) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] - Make it easier to find / work with `ByteView` [#​6478](https://redirect.github.com/apache/arrow-rs/issues/6478) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] - Update lexical-core version due to soundness issues with current version [#​6468](https://redirect.github.com/apache/arrow-rs/issues/6468) - Add builder style API for manipulating `ParquetMetaData` [#​6465](https://redirect.github.com/apache/arrow-rs/issues/6465) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] - `ArrayData.align_buffers` should support `Struct` data type / child data [#​6461](https://redirect.github.com/apache/arrow-rs/issues/6461) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] - Add a method to return the number of skipped rows in a `RowSelection` [#​6428](https://redirect.github.com/apache/arrow-rs/issues/6428) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] - Bump lexical-core to 1.0 [#​6397](https://redirect.github.com/apache/arrow-rs/issues/6397) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] - Add union_extract kernel [#​6386](https://redirect.github.com/apache/arrow-rs/issues/6386) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] - implement `regexp_is_match_utf8` and `regexp_is_match_utf8_scalar` for `StringViewArray` [#​6370](https://redirect.github.com/apache/arrow-rs/issues/6370) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] - Add support for BinaryView in arrow_string::length [#​6358](https://redirect.github.com/apache/arrow-rs/issues/6358) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] - Add `as_union` to `AsArray` [#​6351](https://redirect.github.com/apache/arrow-rs/issues/6351) - Ability to append non contiguous strings to `StringBuilder` [#​6347](https://redirect.github.com/apache/arrow-rs/issues/6347) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] - Add Catalog DB Schema subcommands to `flight_sql_client` [#​6331](https://redirect.github.com/apache/arrow-rs/issues/6331) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] \[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)] - Add support for Utf8View in arrow_string::length [#​6305](https://redirect.github.com/apache/arrow-rs/issues/6305) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] - Reading FIXED_LEN_BYTE_ARRAY columns with nulls is inefficient [#​6296](https://redirect.github.com/apache/arrow-rs/issues/6296) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] - Optionally verify 32-bit CRC checksum when decoding parquet pages [#​6289](https://redirect.github.com/apache/arrow-rs/issues/6289) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] - Speed up `pad_nulls` for `FixedLenByteArrayBuffer` [#​6297](https://redirect.github.com/apache/arrow-rs/pull/6297) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] ([etseidl](https://redirect.github.com/etseidl)) - Improve performance of set_bits by avoiding to set individual bits [#​6288](https://redirect.github.com/apache/arrow-rs/pull/6288) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([kazuyukitanimura](https://redirect.github.com/kazuyukitanimura)) **Fixed bugs:** - BitIterator panics when retrieving length [#​6480](https://redirect.github.com/apache/arrow-rs/issues/6480) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] - Flight data retrieved via Python client (wrapping C++) cannot be used by Rust Arrow [#​6471](https://redirect.github.com/apache/arrow-rs/issues/6471) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] - CI integration test failing: Archery test With other arrows [#​6448](https://redirect.github.com/apache/arrow-rs/issues/6448) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] \[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)] - IPC not respecting not preserving dict ID [#​6443](https://redirect.github.com/apache/arrow-rs/issues/6443) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] \[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)] - Failing CI: Prost requires Rust 1.71.1 [#​6436](https://redirect.github.com/apache/arrow-rs/issues/6436) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] \[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)] - Invalid struct arrays in IPC data causes panic during read [#​6416](https://redirect.github.com/apache/arrow-rs/issues/6416) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] - REE Dicts cannot be encoded/decoded with streaming IPC [#​6398](https://redirect.github.com/apache/arrow-rs/issues/6398) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] - Reading json `map` with non-nullable value schema doesn't error if values are actually null [#​6391](https://redirect.github.com/apache/arrow-rs/issues/6391) - StringViewBuilder with deduplication does not clear observed values [#​6384](https://redirect.github.com/apache/arrow-rs/issues/6384) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] - Cast from Decimal(p, s) to dictionary-encoded Decimal(p, s) loses precision and scale [#​6381](https://redirect.github.com/apache/arrow-rs/issues/6381) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] - LocalFileSystem `list` operation returns objects in wrong order [#​6375](https://redirect.github.com/apache/arrow-rs/issues/6375) - `compute::binary_mut` returns `Err(PrimitiveArray)` only with certain arrays [#​6374](https://redirect.github.com/apache/arrow-rs/issues/6374) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] - Exporting Binary/Utf8View from arrow-rs to pyarrow fails [#​6366](https://redirect.github.com/apache/arrow-rs/issues/6366) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] - warning: methods `as_any` and `next_batch` are never used in `parquet` crate [#​6143](https://redirect.github.com/apache/arrow-rs/issues/6143) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] **Documentation updates:** - chore: add docs, part of [#​37](https://redirect.github.com/apache/arrow-rs/issues/37) [#​6496](https://redirect.github.com/apache/arrow-rs/pull/6496) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] \[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)] ([ByteBaker](https://redirect.github.com/ByteBaker)) - Minor: improve `ChunkedReader` docs [#​6477](https://redirect.github.com/apache/arrow-rs/pull/6477) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] ([alamb](https://redirect.github.com/alamb)) - Minor: Add some missing documentation to fix CI errors [#​6445](https://redirect.github.com/apache/arrow-rs/pull/6445) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([etseidl](https://redirect.github.com/etseidl)) - Fix doc "bit width" to "byte width" [#​6434](https://redirect.github.com/apache/arrow-rs/pull/6434) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([kylebarron](https://redirect.github.com/kylebarron)) - chore: add docs, part of [#​37](https://redirect.github.com/apache/arrow-rs/issues/37) [#​6433](https://redirect.github.com/apache/arrow-rs/pull/6433) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([ByteBaker](https://redirect.github.com/ByteBaker)) - chore: add docs, part of [#​37](https://redirect.github.com/apache/arrow-rs/issues/37) [#​6424](https://redirect.github.com/apache/arrow-rs/pull/6424) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([ByteBaker](https://redirect.github.com/ByteBaker)) - Rephrase doc comment [#​6421](https://redirect.github.com/apache/arrow-rs/pull/6421) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] \[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)] ([waynexia](https://redirect.github.com/waynexia)) - Remove "NOT YET FULLY SUPPORTED" comment from DataType::Utf8View/BinaryView [#​6380](https://redirect.github.com/apache/arrow-rs/pull/6380) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([alamb](https://redirect.github.com/alamb)) - Improve `GenericStringBuilder` documentation [#​6372](https://redirect.github.com/apache/arrow-rs/pull/6372) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([alamb](https://redirect.github.com/alamb)) **Closed issues:** - Columnar json writer for arrow-json [#​6411](https://redirect.github.com/apache/arrow-rs/issues/6411) - Primitive `binary`/`unary` are not as fast as they could be [#​6364](https://redirect.github.com/apache/arrow-rs/issues/6364) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] - Different numeric type may be able to compare [#​6357](https://redirect.github.com/apache/arrow-rs/issues/6357) **Merged pull requests:** - fix: override `size_hint` for `BitIterator` to return the exact remaining size [#​6495](https://redirect.github.com/apache/arrow-rs/pull/6495) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([Beihao-Zhou](https://redirect.github.com/Beihao-Zhou)) - Minor: Fix path in format command in CONTRIBUTING.md [#​6494](https://redirect.github.com/apache/arrow-rs/pull/6494) ([etseidl](https://redirect.github.com/etseidl)) - Write null counts in Parquet statistics when they are known [#​6490](https://redirect.github.com/apache/arrow-rs/pull/6490) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] ([etseidl](https://redirect.github.com/etseidl)) - Add configuration option to `StatisticsConverter` to control interpretation of missing null counts in Parquet statistics [#​6485](https://redirect.github.com/apache/arrow-rs/pull/6485) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] ([etseidl](https://redirect.github.com/etseidl)) - fix: check overflow numbers while inferring type for csv files [#​6481](https://redirect.github.com/apache/arrow-rs/pull/6481) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([CookiePieWw](https://redirect.github.com/CookiePieWw)) - Add better documentation, examples and builer-style API to `ByteView` [#​6479](https://redirect.github.com/apache/arrow-rs/pull/6479) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([alamb](https://redirect.github.com/alamb)) - Add take_arrays util for getting entries from 2d arrays [#​6475](https://redirect.github.com/apache/arrow-rs/pull/6475) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([akurmustafa](https://redirect.github.com/akurmustafa)) - Deprecate `MetadataLoader` [#​6474](https://redirect.github.com/apache/arrow-rs/pull/6474) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] ([etseidl](https://redirect.github.com/etseidl)) - Update tonic-build requirement from =0.12.2 to =0.12.3 [#​6473](https://redirect.github.com/apache/arrow-rs/pull/6473) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] \[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)] ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - Align buffers from Python (FFI) [#​6472](https://redirect.github.com/apache/arrow-rs/pull/6472) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([EnricoMi](https://redirect.github.com/EnricoMi)) - Add `ParquetMetaDataBuilder` [#​6466](https://redirect.github.com/apache/arrow-rs/pull/6466) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] ([alamb](https://redirect.github.com/alamb)) - Make `ArrayData.align_buffers` align child data buffers recursively [#​6462](https://redirect.github.com/apache/arrow-rs/pull/6462) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([EnricoMi](https://redirect.github.com/EnricoMi)) - Minor: Silence compiler warnings for `parquet::file::metadata::reader` [#​6457](https://redirect.github.com/apache/arrow-rs/pull/6457) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] ([etseidl](https://redirect.github.com/etseidl)) - Minor: Error rather than panic for unsupported for dictionary `cast`ing [#​6456](https://redirect.github.com/apache/arrow-rs/pull/6456) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([goldmedal](https://redirect.github.com/goldmedal)) - Support cast between Durations + between Durations all numeric types [#​6452](https://redirect.github.com/apache/arrow-rs/pull/6452) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([tisonkun](https://redirect.github.com/tisonkun)) - Deprecate methods from footer.rs in favor of `ParquetMetaDataReader` [#​6451](https://redirect.github.com/apache/arrow-rs/pull/6451) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] ([etseidl](https://redirect.github.com/etseidl)) - Workaround for missing Parquet page indexes in `ParquetMetadaReader` [#​6450](https://redirect.github.com/apache/arrow-rs/pull/6450) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] ([etseidl](https://redirect.github.com/etseidl)) - Fix CI by disabling newly failing rust <> nanoarrow integration test in CI [#​6449](https://redirect.github.com/apache/arrow-rs/pull/6449) ([alamb](https://redirect.github.com/alamb)) - Add `IpcSchemaEncoder`, deprecate ipc schema functions, Fix IPC not respecting not preserving dict ID [#​6444](https://redirect.github.com/apache/arrow-rs/pull/6444) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] \[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)] ([brancz](https://redirect.github.com/brancz)) - Add additional documentation and builder APIs to `SortOptions` [#​6441](https://redirect.github.com/apache/arrow-rs/pull/6441) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([alamb](https://redirect.github.com/alamb)) - Update prost-build requirement from =0.13.2 to =0.13.3 [#​6440](https://redirect.github.com/apache/arrow-rs/pull/6440) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] \[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)] ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - Bump arrow-flight MSRV to 1.71.1 [#​6437](https://redirect.github.com/apache/arrow-rs/pull/6437) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] \[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)] ([gstvg](https://redirect.github.com/gstvg)) - Silence warnings that `as_any` and `next_batch` are never used [#​6432](https://redirect.github.com/apache/arrow-rs/pull/6432) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] ([etseidl](https://redirect.github.com/etseidl)) - Add `ParquetMetaDataReader` [#​6431](https://redirect.github.com/apache/arrow-rs/pull/6431) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] ([etseidl](https://redirect.github.com/etseidl)) - Add RowSelection::skipped_row_count [#​6429](https://redirect.github.com/apache/arrow-rs/pull/6429) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] ([progval](https://redirect.github.com/progval)) - perf: Faster decimal precision overflow checks [#​6419](https://redirect.github.com/apache/arrow-rs/pull/6419) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([andygrove](https://redirect.github.com/andygrove)) - fix: don't panic in IPC reader if struct child arrays have different lengths [#​6417](https://redirect.github.com/apache/arrow-rs/pull/6417) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([alexwilcoxson-rel](https://redirect.github.com/alexwilcoxson-rel)) - Reduce integration test matrix [#​6407](https://redirect.github.com/apache/arrow-rs/pull/6407) ([kou](https://redirect.github.com/kou)) - Move lifetime of `take_iter` from iterator to its items [#​6403](https://redirect.github.com/apache/arrow-rs/pull/6403) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([dariocurr](https://redirect.github.com/dariocurr)) - Update lexical-core requirement from 0.8 to 1.0 (to resolve RUSTSEC-2023-0086) [#​6402](https://redirect.github.com/apache/arrow-rs/pull/6402) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([dariocurr](https://redirect.github.com/dariocurr)) - Fix encoding/decoding REE Dicts when using streaming IPC [#​6399](https://redirect.github.com/apache/arrow-rs/pull/6399) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([brancz](https://redirect.github.com/brancz)) - fix: binary_mut should work if only one input array has null buffer [#​6396](https://redirect.github.com/apache/arrow-rs/pull/6396) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([viirya](https://redirect.github.com/viirya)) - Add `set_bits` fuzz test [#​6394](https://redirect.github.com/apache/arrow-rs/pull/6394) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([alamb](https://redirect.github.com/alamb)) - impl `From>` for `Buffer` [#​6389](https://redirect.github.com/apache/arrow-rs/pull/6389) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([mbrobbel](https://redirect.github.com/mbrobbel)) - Add `union_extract` kernel [#​6387](https://redirect.github.com/apache/arrow-rs/pull/6387) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([gstvg](https://redirect.github.com/gstvg)) - Clear string-tracking hash table when ByteView deduplication is enabled [#​6385](https://redirect.github.com/apache/arrow-rs/pull/6385) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([shanesveller](https://redirect.github.com/shanesveller)) - fix: Stop losing precision and scale when casting decimal to dictionary [#​6383](https://redirect.github.com/apache/arrow-rs/pull/6383) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([andygrove](https://redirect.github.com/andygrove)) - Add `ARROW_VERSION` const [#​6379](https://redirect.github.com/apache/arrow-rs/pull/6379) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([samuelcolvin](https://redirect.github.com/samuelcolvin)) - parquet writer: Raise an error when the row_group_index overflows i16 [#​6378](https://redirect.github.com/apache/arrow-rs/pull/6378) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] ([progval](https://redirect.github.com/progval)) - Implement native support StringViewArray for `regexp_is_match` and `regexp_is_match_scalar` function, deprecate `regexp_is_match_utf8` and `regexp_is_match_utf8_scalar` [#​6376](https://redirect.github.com/apache/arrow-rs/pull/6376) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([tlm365](https://redirect.github.com/tlm365)) - Update chrono-tz requirement from 0.9 to 0.10 [#​6371](https://redirect.github.com/apache/arrow-rs/pull/6371) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - Support StringViewArray interop with python: fix lingering C Data Interface issues for \*ViewArray [#​6368](https://redirect.github.com/apache/arrow-rs/pull/6368) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([a10y](https://redirect.github.com/a10y)) - stop panic in `MetadataLoader` on invalid data [#​6367](https://redirect.github.com/apache/arrow-rs/pull/6367) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] ([samuelcolvin](https://redirect.github.com/samuelcolvin)) - Add support for BinaryView in arrow_string::length [#​6359](https://redirect.github.com/apache/arrow-rs/pull/6359) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([Omega359](https://redirect.github.com/Omega359)) - impl `From>` for `Buffer` [#​6355](https://redirect.github.com/apache/arrow-rs/pull/6355) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([mbrobbel](https://redirect.github.com/mbrobbel)) - Add breaking change from [#​6043](https://redirect.github.com/apache/arrow-rs/issues/6043) to `CHANGELOG` [#​6354](https://redirect.github.com/apache/arrow-rs/pull/6354) ([mbrobbel](https://redirect.github.com/mbrobbel)) - Benchmark for bit_mask (set_bits) [#​6353](https://redirect.github.com/apache/arrow-rs/pull/6353) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([kazuyukitanimura](https://redirect.github.com/kazuyukitanimura)) - Update prost-build requirement from =0.13.1 to =0.13.2 [#​6350](https://redirect.github.com/apache/arrow-rs/pull/6350) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] \[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)] ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - fix: clippy warnings from nightly rust 1.82 [#​6348](https://redirect.github.com/apache/arrow-rs/pull/6348) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([waynexia](https://redirect.github.com/waynexia)) - Add support for Utf8View in arrow_string::length [#​6345](https://redirect.github.com/apache/arrow-rs/pull/6345) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([Omega359](https://redirect.github.com/Omega359)) - feat: add catalog/schema subcommands to flight_sql_client. [#​6332](https://redirect.github.com/apache/arrow-rs/pull/6332) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] \[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)] ([nathanielc](https://redirect.github.com/nathanielc)) - Manually run fmt on all files under parquet [#​6328](https://redirect.github.com/apache/arrow-rs/pull/6328) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] ([etseidl](https://redirect.github.com/etseidl)) - Implement UnionArray logical_nulls [#​6303](https://redirect.github.com/apache/arrow-rs/pull/6303) \[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)] ([gstvg](https://redirect.github.com/gstvg)) - Parquet: Verify 32-bit CRC checksum when decoding pages [#​6290](https://redirect.github.com/apache/arrow-rs/pull/6290) \[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)] ([xmakro](https://redirect.github.com/xmakro)) \* *This Changelog was automatically generated by [github_changelog_generator](https://redirect.github.com/github-changelog-generator/github-changelog-generator)*
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled because a matching PR was automerged previously. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/spiraldb/vortex). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 62 +++++++++++++++++++++++++++--------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db571e8785..3949fec88f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,9 +163,9 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] name = "arrow" -version = "53.0.0" +version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45aef0d9cf9a039bf6cd1acc451b137aca819977b0928dece52bd92811b640ba" +checksum = "a9ba0d7248932f4e2a12fb37f0a2e3ec82b3bdedbac2a1dce186e036843b8f8c" dependencies = [ "arrow-arith", "arrow-array", @@ -228,9 +228,9 @@ dependencies = [ [[package]] name = "arrow-cast" -version = "53.0.0" +version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ce1018bb710d502f9db06af026ed3561552e493e989a79d0d0f5d9cf267a785" +checksum = "450e4abb5775bca0740bec0bcf1b1a5ae07eff43bd625661c4436d8e8e4540c4" dependencies = [ "arrow-array", "arrow-buffer", @@ -249,9 +249,9 @@ dependencies = [ [[package]] name = "arrow-csv" -version = "53.0.0" +version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd178575f45624d045e4ebee714e246a05d9652e41363ee3f57ec18cca97f740" +checksum = "d3a4e4d63830a341713e35d9a42452fbc6241d5f42fa5cf6a4681b8ad91370c4" dependencies = [ "arrow-array", "arrow-buffer", @@ -280,9 +280,9 @@ dependencies = [ [[package]] name = "arrow-ipc" -version = "53.0.0" +version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb307482348a1267f91b0912e962cd53440e5de0f7fb24c5f7b10da70b38c94a" +checksum = "f98e983549259a2b97049af7edfb8f28b8911682040e99a94e4ceb1196bd65c2" dependencies = [ "arrow-array", "arrow-buffer", @@ -295,9 +295,9 @@ dependencies = [ [[package]] name = "arrow-json" -version = "53.0.0" +version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d24805ba326758effdd6f2cbdd482fcfab749544f21b134701add25b33f474e6" +checksum = "b198b9c6fcf086501730efbbcb483317b39330a116125af7bb06467d04b352a3" dependencies = [ "arrow-array", "arrow-buffer", @@ -330,9 +330,9 @@ dependencies = [ [[package]] name = "arrow-row" -version = "53.0.0" +version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a29791f8eb13b340ce35525b723f5f0df17ecb955599e11f65c2a94ab34e2efb" +checksum = "15959657d92e2261a7a323517640af87f5afd9fd8a6492e424ebee2203c567f6" dependencies = [ "ahash", "arrow-array", @@ -367,9 +367,9 @@ dependencies = [ [[package]] name = "arrow-string" -version = "53.0.0" +version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0775b6567c66e56ded19b87a954b6b1beffbdd784ef95a3a2b03f59570c1d230" +checksum = "7ab3db7c09dd826e74079661d84ed01ed06547cf75d52c2818ef776d0d852305" dependencies = [ "arrow-array", "arrow-buffer", @@ -2159,9 +2159,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "lexical-core" -version = "0.8.5" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46" +checksum = "0431c65b318a590c1de6b8fd6e72798c92291d27762d94c9e6c37ed7a73d8458" dependencies = [ "lexical-parse-float", "lexical-parse-integer", @@ -2172,9 +2172,9 @@ dependencies = [ [[package]] name = "lexical-parse-float" -version = "0.8.5" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" +checksum = "eb17a4bdb9b418051aa59d41d65b1c9be5affab314a872e5ad7f06231fb3b4e0" dependencies = [ "lexical-parse-integer", "lexical-util", @@ -2183,9 +2183,9 @@ dependencies = [ [[package]] name = "lexical-parse-integer" -version = "0.8.6" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" +checksum = "5df98f4a4ab53bf8b175b363a34c7af608fe31f93cc1fb1bf07130622ca4ef61" dependencies = [ "lexical-util", "static_assertions", @@ -2193,18 +2193,18 @@ dependencies = [ [[package]] name = "lexical-util" -version = "0.8.5" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" +checksum = "85314db53332e5c192b6bca611fb10c114a80d1b831ddac0af1e9be1b9232ca0" dependencies = [ "static_assertions", ] [[package]] name = "lexical-write-float" -version = "0.8.5" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862" +checksum = "6e7c3ad4e37db81c1cbe7cf34610340adc09c322871972f74877a712abc6c809" dependencies = [ "lexical-util", "lexical-write-integer", @@ -2213,9 +2213,9 @@ dependencies = [ [[package]] name = "lexical-write-integer" -version = "0.8.5" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446" +checksum = "eb89e9f6958b83258afa3deed90b5de9ef68eef090ad5086c791cd2345610162" dependencies = [ "lexical-util", "static_assertions", @@ -2759,9 +2759,9 @@ dependencies = [ [[package]] name = "parquet" -version = "53.0.0" +version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0fbf928021131daaa57d334ca8e3904fe9ae22f73c56244fc7db9b04eedc3d8" +checksum = "310c46a70a3ba90d98fec39fa2da6d9d731e544191da6fb56c9d199484d0dd3e" dependencies = [ "ahash", "arrow-array", @@ -3019,7 +3019,7 @@ checksum = "0c1318b19085f08681016926435853bbf7858f9c082d0999b80550ff5d9abe15" dependencies = [ "bytes", "heck", - "itertools 0.13.0", + "itertools 0.10.5", "log", "multimap", "once_cell", @@ -3039,7 +3039,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5" dependencies = [ "anyhow", - "itertools 0.13.0", + "itertools 0.10.5", "proc-macro2", "quote", "syn 2.0.79", @@ -4836,7 +4836,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]]