dependabot[bot] opened a new pull request, #198: URL: https://github.com/apache/hudi-rs/pull/198
Updates the requirements on [arrow-select](https://github.com/apache/arrow-rs) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md">arrow-select's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/apache/arrow-rs/tree/53.1.0">53.1.0</a> (2024-10-02)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/53.0.0...53.1.0">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Write null counts in Parquet statistics when they are known to be zero <a href="https://redirect.github.com/apache/arrow-rs/issues/6502">#6502</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Make it easier to find / work with <code>ByteView</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/6478">#6478</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Update lexical-core version due to soundness issues with current version <a href="https://redirect.github.com/apache/arrow-rs/issues/6468">#6468</a></li> <li>Add builder style API for manipulating <code>ParquetMetaData</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/6465">#6465</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li><code>ArrayData.align_buffers</code> should support <code>Struct</code> data type / child data <a href="https://redirect.github.com/apache/arrow-rs/issues/6461">#6461</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Add a method to return the number of skipped rows in a <code>RowSelection</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/6428">#6428</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Bump lexical-core to 1.0 <a href="https://redirect.github.com/apache/arrow-rs/issues/6397">#6397</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Add union_extract kernel <a href="https://redirect.github.com/apache/arrow-rs/issues/6386">#6386</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>implement <code>regexp_is_match_utf8</code> and <code>regexp_is_match_utf8_scalar</code> for <code>StringViewArray</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/6370">#6370</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Add support for BinaryView in arrow_string::length <a href="https://redirect.github.com/apache/arrow-rs/issues/6358">#6358</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Add <code>as_union</code> to <code>AsArray</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/6351">#6351</a></li> <li>Ability to append non contiguous strings to <code>StringBuilder</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/6347">#6347</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Add Catalog DB Schema subcommands to <code>flight_sql_client</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/6331">#6331</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>]</li> <li>Add support for Utf8View in arrow_string::length <a href="https://redirect.github.com/apache/arrow-rs/issues/6305">#6305</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Reading FIXED_LEN_BYTE_ARRAY columns with nulls is inefficient <a href="https://redirect.github.com/apache/arrow-rs/issues/6296">#6296</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Optionally verify 32-bit CRC checksum when decoding parquet pages <a href="https://redirect.github.com/apache/arrow-rs/issues/6289">#6289</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Speed up <code>pad_nulls</code> for <code>FixedLenByteArrayBuffer</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/6297">#6297</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/etseidl">etseidl</a>)</li> <li>Improve performance of set_bits by avoiding to set individual bits <a href="https://redirect.github.com/apache/arrow-rs/pull/6288">#6288</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/kazuyukitanimura">kazuyukitanimura</a>)</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>BitIterator panics when retrieving length <a href="https://redirect.github.com/apache/arrow-rs/issues/6480">#6480</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Flight data retrieved via Python client (wrapping C++) cannot be used by Rust Arrow <a href="https://redirect.github.com/apache/arrow-rs/issues/6471">#6471</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>CI integration test failing: Archery test With other arrows <a href="https://redirect.github.com/apache/arrow-rs/issues/6448">#6448</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>]</li> <li>IPC not respecting not preserving dict ID <a href="https://redirect.github.com/apache/arrow-rs/issues/6443">#6443</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>]</li> <li>Failing CI: Prost requires Rust 1.71.1 <a href="https://redirect.github.com/apache/arrow-rs/issues/6436">#6436</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>]</li> <li>Invalid struct arrays in IPC data causes panic during read <a href="https://redirect.github.com/apache/arrow-rs/issues/6416">#6416</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>REE Dicts cannot be encoded/decoded with streaming IPC <a href="https://redirect.github.com/apache/arrow-rs/issues/6398">#6398</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Reading json <code>map</code> with non-nullable value schema doesn't error if values are actually null <a href="https://redirect.github.com/apache/arrow-rs/issues/6391">#6391</a></li> <li>StringViewBuilder with deduplication does not clear observed values <a href="https://redirect.github.com/apache/arrow-rs/issues/6384">#6384</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Cast from Decimal(p, s) to dictionary-encoded Decimal(p, s) loses precision and scale <a href="https://redirect.github.com/apache/arrow-rs/issues/6381">#6381</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>LocalFileSystem <code>list</code> operation returns objects in wrong order <a href="https://redirect.github.com/apache/arrow-rs/issues/6375">#6375</a></li> <li><code>compute::binary_mut</code> returns <code>Err(PrimitiveArray<T>)</code> only with certain arrays <a href="https://redirect.github.com/apache/arrow-rs/issues/6374">#6374</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Exporting Binary/Utf8View from arrow-rs to pyarrow fails <a href="https://redirect.github.com/apache/arrow-rs/issues/6366">#6366</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>warning: methods <code>as_any</code> and <code>next_batch</code> are never used in <code>parquet</code> crate <a href="https://redirect.github.com/apache/arrow-rs/issues/6143">#6143</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> </ul> <p><strong>Documentation updates:</strong></p> <ul> <li>chore: add docs, part of <a href="https://redirect.github.com/apache/arrow-rs/issues/37">#37</a> <a href="https://redirect.github.com/apache/arrow-rs/pull/6496">#6496</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>] (<a href="https://github.com/ByteBaker">ByteBaker</a>)</li> <li>Minor: improve <code>ChunkedReader</code> docs <a href="https://redirect.github.com/apache/arrow-rs/pull/6477">#6477</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/alamb">alamb</a>)</li> <li>Minor: Add some missing documentation to fix CI errors <a href="https://redirect.github.com/apache/arrow-rs/pull/6445">#6445</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/etseidl">etseidl</a>)</li> <li>Fix doc "bit width" to "byte width" <a href="https://redirect.github.com/apache/arrow-rs/pull/6434">#6434</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/kylebarron">kylebarron</a>)</li> <li>chore: add docs, part of <a href="https://redirect.github.com/apache/arrow-rs/issues/37">#37</a> <a href="https://redirect.github.com/apache/arrow-rs/pull/6433">#6433</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/ByteBaker">ByteBaker</a>)</li> <li>chore: add docs, part of <a href="https://redirect.github.com/apache/arrow-rs/issues/37">#37</a> <a href="https://redirect.github.com/apache/arrow-rs/pull/6424">#6424</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/ByteBaker">ByteBaker</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/apache/arrow-rs/compare/53.1.0...53.1.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
