dependabot[bot] opened a new pull request, #1601: URL: https://github.com/apache/datafusion-python/pull/1601
Bumps [arrow-schema](https://github.com/apache/arrow-rs) from 58.3.0 to 59.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/releases">arrow-schema's releases</a>.</em></p> <blockquote> <h2>arrow 59.0.0</h2> <!-- raw HTML omitted --> <h1>Changelog</h1> <h2><a href="https://github.com/apache/arrow-rs/tree/59.0.0">59.0.0</a> (2026-06-04)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/57.3.1...59.0.0">Full Changelog</a></p> <p><strong>Breaking changes:</strong></p> <ul> <li>chore: Remove some deprecated Arrow functions from the public API <a href="https://redirect.github.com/apache/arrow-rs/pull/10040">#10040</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/etseidl">etseidl</a>)</li> <li>chore: Remove some deprecated functions from parquet crate <a href="https://redirect.github.com/apache/arrow-rs/pull/10035">#10035</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/etseidl">etseidl</a>)</li> <li>Replace <code>From<Vec<_>></code> impls with <code>TryFrom</code>s for <code>FixedSizeBinaryArray</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/10019">#10019</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/quantumish">quantumish</a>)</li> <li>Use Thrift macro to generate Parquet <code>LogicalType</code> serialization code <a href="https://redirect.github.com/apache/arrow-rs/pull/9997">#9997</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/etseidl">etseidl</a>)</li> <li>refactor: make <code>BloomFilterProperties</code> fpp/ndv private with accessors <a href="https://redirect.github.com/apache/arrow-rs/pull/9969">#9969</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/CuteChuanChuan">CuteChuanChuan</a>)</li> <li>Remove deprecated parquet::format module and thrift dependency <a href="https://redirect.github.com/apache/arrow-rs/pull/9962">#9962</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/jhorstmann">jhorstmann</a>)</li> <li>generic channel support for FlightClient <a href="https://redirect.github.com/apache/arrow-rs/pull/9933">#9933</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/rumenov">rumenov</a>)</li> <li>Add <code>CompressionCodec</code> Thrift enum for Parquet metadata <a href="https://redirect.github.com/apache/arrow-rs/pull/9864">#9864</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/etseidl">etseidl</a>)</li> <li>[Variant] remove <code>BorrowedShreddingState</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/9791">#9791</a> (<a href="https://github.com/sdf-jkl">sdf-jkl</a>)</li> <li>Remove deprecated legacy <code>like</code> kernels in <code>arrow-string</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/9674">#9674</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/AdamGS">AdamGS</a>)</li> </ul> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Allow casting plain struct to dictionary encoded struct <a href="https://redirect.github.com/apache/arrow-rs/issues/10038">#10038</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Optimize arrow-flight <a href="https://redirect.github.com/apache/arrow-rs/issues/10029">#10029</a></li> <li>Align buffers when importing via <code>from_ffi</code> / <code>ArrowArrayStreamReader</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/10028">#10028</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Switch Parquet <code>LogicalType</code> enum to macro generated version <a href="https://redirect.github.com/apache/arrow-rs/issues/9995">#9995</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Future proof Parquet Thrift parser <a href="https://redirect.github.com/apache/arrow-rs/issues/9973">#9973</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Add <code>DatePart</code> 1-indexed variants <a href="https://redirect.github.com/apache/arrow-rs/issues/9964">#9964</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>perf: Rework Parquet Thrift handling of boolean fields <a href="https://redirect.github.com/apache/arrow-rs/issues/9946">#9946</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Add benchmarks for REE to parquet <a href="https://redirect.github.com/apache/arrow-rs/issues/9935">#9935</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>]</li> <li>(re) Allow Large <code>FixedSizeBinaryArray</code>s <a href="https://redirect.github.com/apache/arrow-rs/issues/9906">#9906</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md">arrow-schema's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/apache/arrow-rs/tree/59.0.0">59.0.0</a> (2026-06-04)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/57.3.1...59.0.0">Full Changelog</a></p> <p><strong>Breaking changes:</strong></p> <ul> <li>chore: Remove some deprecated Arrow functions from the public API <a href="https://redirect.github.com/apache/arrow-rs/pull/10040">#10040</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/etseidl">etseidl</a>)</li> <li>chore: Remove some deprecated functions from parquet crate <a href="https://redirect.github.com/apache/arrow-rs/pull/10035">#10035</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/etseidl">etseidl</a>)</li> <li>Replace <code>From<Vec<_>></code> impls with <code>TryFrom</code>s for <code>FixedSizeBinaryArray</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/10019">#10019</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/quantumish">quantumish</a>)</li> <li>Use Thrift macro to generate Parquet <code>LogicalType</code> serialization code <a href="https://redirect.github.com/apache/arrow-rs/pull/9997">#9997</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/etseidl">etseidl</a>)</li> <li>refactor: make <code>BloomFilterProperties</code> fpp/ndv private with accessors <a href="https://redirect.github.com/apache/arrow-rs/pull/9969">#9969</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/CuteChuanChuan">CuteChuanChuan</a>)</li> <li>Remove deprecated parquet::format module and thrift dependency <a href="https://redirect.github.com/apache/arrow-rs/pull/9962">#9962</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/jhorstmann">jhorstmann</a>)</li> <li>generic channel support for FlightClient <a href="https://redirect.github.com/apache/arrow-rs/pull/9933">#9933</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/rumenov">rumenov</a>)</li> <li>Add <code>CompressionCodec</code> Thrift enum for Parquet metadata <a href="https://redirect.github.com/apache/arrow-rs/pull/9864">#9864</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/etseidl">etseidl</a>)</li> <li>[Variant] remove <code>BorrowedShreddingState</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/9791">#9791</a> (<a href="https://github.com/sdf-jkl">sdf-jkl</a>)</li> <li>Remove deprecated legacy <code>like</code> kernels in <code>arrow-string</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/9674">#9674</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/AdamGS">AdamGS</a>)</li> </ul> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Allow casting plain struct to dictionary encoded struct <a href="https://redirect.github.com/apache/arrow-rs/issues/10038">#10038</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Optimize arrow-flight <a href="https://redirect.github.com/apache/arrow-rs/issues/10029">#10029</a></li> <li>Align buffers when importing via <code>from_ffi</code> / <code>ArrowArrayStreamReader</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/10028">#10028</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Switch Parquet <code>LogicalType</code> enum to macro generated version <a href="https://redirect.github.com/apache/arrow-rs/issues/9995">#9995</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Future proof Parquet Thrift parser <a href="https://redirect.github.com/apache/arrow-rs/issues/9973">#9973</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Add <code>DatePart</code> 1-indexed variants <a href="https://redirect.github.com/apache/arrow-rs/issues/9964">#9964</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>perf: Rework Parquet Thrift handling of boolean fields <a href="https://redirect.github.com/apache/arrow-rs/issues/9946">#9946</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Add benchmarks for REE to parquet <a href="https://redirect.github.com/apache/arrow-rs/issues/9935">#9935</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>]</li> <li>(re) Allow Large <code>FixedSizeBinaryArray</code>s <a href="https://redirect.github.com/apache/arrow-rs/issues/9906">#9906</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Add a is_normalized flag to DictionaryArray <a href="https://redirect.github.com/apache/arrow-rs/issues/9841">#9841</a></li> <li>[Variant] Remove <code>BorrowedShreddingState</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/9790">#9790</a></li> <li>[parquet] Expose whether FileDecryptionProperties uses a KeyRetriever <a href="https://redirect.github.com/apache/arrow-rs/issues/9721">#9721</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Align cast logic for from/to_decimal for variant to cast kernel <a href="https://redirect.github.com/apache/arrow-rs/issues/9688">#9688</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>parquet-variant build might fail on s390x <a href="https://redirect.github.com/apache/arrow-rs/issues/10026">#10026</a></li> <li><code>FixedSizeBinaryArray</code> implements <code>From<Vec<&[u8]>></code> etc despite conversion being fallible <a href="https://redirect.github.com/apache/arrow-rs/issues/10018">#10018</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>]</li> <li>string -> decimal cast should not treat empty string as 0 <a href="https://redirect.github.com/apache/arrow-rs/issues/10009">#10009</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Cast FixedSizeList to List will lost datatype metadata in list <a href="https://redirect.github.com/apache/arrow-rs/issues/10004">#10004</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Record reader panics with "index out of bounds" when row group num_rows exceeds actual column data <a href="https://redirect.github.com/apache/arrow-rs/issues/9992">#9992</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>parquet predicate-cache: panic / silent row drop on single-leaf nullable struct <a href="https://redirect.github.com/apache/arrow-rs/issues/9982">#9982</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>parquet-variant doesn't build on 32-bit targets <a href="https://redirect.github.com/apache/arrow-rs/issues/9977">#9977</a></li> <li>Date32 doesn't parse date with large year <a href="https://redirect.github.com/apache/arrow-rs/issues/9960">#9960</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>msrv check failing on main due to <code>[email protected]</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/9938">#9938</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> </ul> <p><strong>Documentation updates:</strong></p> <ul> <li>Release arrow-rs / parquet Minor/Patch version <code>58.3.0</code> or <code>58.2.1</code> (May 2026) <a href="https://redirect.github.com/apache/arrow-rs/issues/9859">#9859</a></li> <li>Add docs for <code>BitWriter</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/9949">#9949</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/alamb">alamb</a>)</li> <li>Add docs for <code>BitReader</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/9948">#9948</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/alamb">alamb</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/arrow-rs/commit/e5e66fa05ce986fa6a3f61c36c11ff6b476cb76c"><code>e5e66fa</code></a> Add test for <code>parquet-testing/bad_data/ARROW-[GH-47662](https://github.com/apache/arrow-rs/issues/47662).parquet</code> (<a href="https://redirect.github.com/apache/arrow-rs/issues/10077">#10077</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/9f96a8f5c3f47c6303c7d17ac7f00ad4ad0df513"><code>9f96a8f</code></a> Prepare for <code>59.0.0</code> release (<a href="https://redirect.github.com/apache/arrow-rs/issues/10063">#10063</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/d7ef673275d6b7f124d5f588146acb6c49d59a0a"><code>d7ef673</code></a> Bump max throughput in <code>flight</code> benchmark before blocking (<a href="https://redirect.github.com/apache/arrow-rs/issues/10070">#10070</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/8042ea288e084107b602f9e25a850314942567b6"><code>8042ea2</code></a> Pluggable page spilling API for the Parquet ArrowWriter (PageStore) (<a href="https://redirect.github.com/apache/arrow-rs/issues/10020">#10020</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/1e8ea5eb6857bad5247908c1c27aa51e62aa9006"><code>1e8ea5e</code></a> fix(parquet): bound data page byte size for large variable-width values (<a href="https://redirect.github.com/apache/arrow-rs/issues/9972">#9972</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/2a1d40d35c3dd5cc274dd97baa413a5384006fb2"><code>2a1d40d</code></a> Reduce Miri runtime even more (<a href="https://redirect.github.com/apache/arrow-rs/issues/9650">#9650</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/97f4b1460cd32b5b8c3b91ed554238e12e3e68cf"><code>97f4b14</code></a> arrow-buffer: i256: implement ilog (<a href="https://redirect.github.com/apache/arrow-rs/issues/9453">#9453</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/6c397977687380f5e3d13d3d061b0369fe31cb3a"><code>6c39797</code></a> Improve email created by create_tarball.sh script (<a href="https://redirect.github.com/apache/arrow-rs/issues/9944">#9944</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/9949226f0ab644c701e6ed283db32989bbf6b006"><code>9949226</code></a> perf(parquet): LevelInfoBuilder batch write when no repetition childs (<a href="https://redirect.github.com/apache/arrow-rs/issues/10037">#10037</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/58bdc7d557df323b5c15b5779f8ea23b05bf0ccf"><code>58bdc7d</code></a> arrow-buffer: i256: Implement num_traits wrapping shift (<a href="https://redirect.github.com/apache/arrow-rs/issues/9418">#9418</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/58.3.0...59.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
