dependabot[bot] opened a new pull request, #3270: URL: https://github.com/apache/arrow-adbc/pull/3270
Bumps the arrow-datafusion group in /rust with 4 updates: [arrow-array](https://github.com/apache/arrow-rs), [arrow-buffer](https://github.com/apache/arrow-rs), [arrow-schema](https://github.com/apache/arrow-rs) and [arrow-select](https://github.com/apache/arrow-rs). Updates `arrow-array` from 55.2.0 to 56.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/releases">arrow-array's releases</a>.</em></p> <blockquote> <h2>arrow 56.0.0</h2> <!-- raw HTML omitted --> <h1>Changelog</h1> <h2><a href="https://github.com/apache/arrow-rs/tree/56.0.0">56.0.0</a> (2025-07-29)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/55.2.0...56.0.0">Full Changelog</a></p> <p><strong>Breaking changes:</strong></p> <ul> <li>arrow-schema: Remove dict_id from being required equal for merging <a href="https://redirect.github.com/apache/arrow-rs/pull/7968">#7968</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/brancz">brancz</a>)</li> <li>[Parquet] Use <code>u64</code> for <code>SerializedPageReaderState.offset</code> & <code>remaining_bytes</code>, instead of <code>usize</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/7918">#7918</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/JigaoLuo">JigaoLuo</a>)</li> <li>Upgrade tonic dependencies to 0.13.0 version (try 2) <a href="https://redirect.github.com/apache/arrow-rs/pull/7839">#7839</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/alamb">alamb</a>)</li> <li>Remove deprecated Arrow functions <a href="https://redirect.github.com/apache/arrow-rs/pull/7830">#7830</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/etseidl">etseidl</a>)</li> <li>Remove deprecated temporal functions <a href="https://redirect.github.com/apache/arrow-rs/pull/7813">#7813</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/etseidl">etseidl</a>)</li> <li>Remove functions from parquet crate deprecated in or before 54.0.0 <a href="https://redirect.github.com/apache/arrow-rs/pull/7811">#7811</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/etseidl">etseidl</a>)</li> <li><a href="https://redirect.github.com/apache/arrow-rs/issues/7686">GH-7686</a>: [Parquet] Fix int96 min/max stats <a href="https://redirect.github.com/apache/arrow-rs/pull/7687">#7687</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/rahulketch">rahulketch</a>)</li> </ul> <p><strong>Implemented enhancements:</strong></p> <ul> <li>[parquet] Relax type restriction to allow writing dictionary/native batches for same column <a href="https://redirect.github.com/apache/arrow-rs/issues/8004">#8004</a></li> <li>Support casting int64 to interval <a href="https://redirect.github.com/apache/arrow-rs/issues/7988">#7988</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>[Variant] Add <code>ListBuilder::with_value</code> for convenience <a href="https://redirect.github.com/apache/arrow-rs/issues/7951">#7951</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant] Add <code>ObjectBuilder::with_field</code> for convenience <a href="https://redirect.github.com/apache/arrow-rs/issues/7949">#7949</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant] Impl PartialEq for VariantObject <a href="https://redirect.github.com/apache/arrow-rs/issues/7943">#7943</a> <a href="https://redirect.github.com/apache/arrow-rs/issues/7948">#7948</a></li> <li>[Variant] Offer <code>simdutf8</code> as an optional dependency when validating metadata <a href="https://redirect.github.com/apache/arrow-rs/issues/7902">#7902</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>[Variant] Avoid collecting offset iterator <a href="https://redirect.github.com/apache/arrow-rs/issues/7901">#7901</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant] Remove superfluous check when validating monotonic offsets <a href="https://redirect.github.com/apache/arrow-rs/issues/7900">#7900</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant] Avoid extra allocation in <code>ObjectBuilder</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/7899">#7899</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant][Compute] <code>variant_get</code> kernel <a href="https://redirect.github.com/apache/arrow-rs/issues/7893">#7893</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant][Compute] Add batch processing for Variant-JSON String conversion <a href="https://redirect.github.com/apache/arrow-rs/issues/7883">#7883</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Support <code>MapArray</code> in lexsort <a href="https://redirect.github.com/apache/arrow-rs/issues/7881">#7881</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-old.md">arrow-array's changelog</a>.</em></p> <blockquote> <!-- raw HTML omitted --> <h1>Historical Changelog</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/arrow-rs/commit/876585c1cd986dbaee0c26d52b55a4186a2f68c8"><code>876585c</code></a> Fix doc test in avro-arrow (<a href="https://redirect.github.com/apache/arrow-rs/issues/8020">#8020</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/94230402c2d31e7da5dc73d1a284cf17940c093c"><code>9423040</code></a> Prepare for <code>56.0.0</code> release: Update version and <code>CHANGELOG.md</code> (<a href="https://redirect.github.com/apache/arrow-rs/issues/8014">#8014</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/079d4f2db87c9b542c63c4f862876d5559dbfd99"><code>079d4f2</code></a> Improve memory usage for <code>arrow-row -> String/BinaryView</code> when utf8 validatio...</li> <li><a href="https://github.com/apache/arrow-rs/commit/d634ac805a19e72dfb456a0e5012de568b8d28ab"><code>d634ac8</code></a> Implement full-range <code>i256::to_f64</code> to eliminate ±∞ saturation for Decimal256...</li> <li><a href="https://github.com/apache/arrow-rs/commit/cbadec751860b3c5ec1ed75a7274b21743c194c4"><code>cbadec7</code></a> Add benchmark for converting StringViewArray with mixed short and long string...</li> <li><a href="https://github.com/apache/arrow-rs/commit/2418c59efa50edfd456dcc042e2bf84692398745"><code>2418c59</code></a> [Parquet] Allow writing compatible DictionaryArrays to parquet writer (<a href="https://redirect.github.com/apache/arrow-rs/issues/8005">#8005</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/625e6ee41d9dc463c08490070278b2090e168e31"><code>625e6ee</code></a> Perf: improve sort via <code>partition_validity</code> to use fast path for bit map scan...</li> <li><a href="https://github.com/apache/arrow-rs/commit/499de7dea66b9500f82bd9f1096c62e6b868ee6a"><code>499de7d</code></a> Create empty buffer for a buffer specified in the C Data Interface with lengt...</li> <li><a href="https://github.com/apache/arrow-rs/commit/00a2f7354d4aa42ad2ff6c5a3bff3f2ea17ca4ba"><code>00a2f73</code></a> [Variant] impl FromIterator for VariantPath (<a href="https://redirect.github.com/apache/arrow-rs/issues/8011">#8011</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/1d9afbc037d7c0562b7f80115928a1b5050c5692"><code>1d9afbc</code></a> Minor: Upate <code>cast_with_options</code> docs about casting integers --> intervals (#...</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/55.2.0...56.0.0">compare view</a></li> </ul> </details> <br /> Updates `arrow-buffer` from 55.2.0 to 56.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/releases">arrow-buffer's releases</a>.</em></p> <blockquote> <h2>arrow 56.0.0</h2> <!-- raw HTML omitted --> <h1>Changelog</h1> <h2><a href="https://github.com/apache/arrow-rs/tree/56.0.0">56.0.0</a> (2025-07-29)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/55.2.0...56.0.0">Full Changelog</a></p> <p><strong>Breaking changes:</strong></p> <ul> <li>arrow-schema: Remove dict_id from being required equal for merging <a href="https://redirect.github.com/apache/arrow-rs/pull/7968">#7968</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/brancz">brancz</a>)</li> <li>[Parquet] Use <code>u64</code> for <code>SerializedPageReaderState.offset</code> & <code>remaining_bytes</code>, instead of <code>usize</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/7918">#7918</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/JigaoLuo">JigaoLuo</a>)</li> <li>Upgrade tonic dependencies to 0.13.0 version (try 2) <a href="https://redirect.github.com/apache/arrow-rs/pull/7839">#7839</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/alamb">alamb</a>)</li> <li>Remove deprecated Arrow functions <a href="https://redirect.github.com/apache/arrow-rs/pull/7830">#7830</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/etseidl">etseidl</a>)</li> <li>Remove deprecated temporal functions <a href="https://redirect.github.com/apache/arrow-rs/pull/7813">#7813</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/etseidl">etseidl</a>)</li> <li>Remove functions from parquet crate deprecated in or before 54.0.0 <a href="https://redirect.github.com/apache/arrow-rs/pull/7811">#7811</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/etseidl">etseidl</a>)</li> <li><a href="https://redirect.github.com/apache/arrow-rs/issues/7686">GH-7686</a>: [Parquet] Fix int96 min/max stats <a href="https://redirect.github.com/apache/arrow-rs/pull/7687">#7687</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/rahulketch">rahulketch</a>)</li> </ul> <p><strong>Implemented enhancements:</strong></p> <ul> <li>[parquet] Relax type restriction to allow writing dictionary/native batches for same column <a href="https://redirect.github.com/apache/arrow-rs/issues/8004">#8004</a></li> <li>Support casting int64 to interval <a href="https://redirect.github.com/apache/arrow-rs/issues/7988">#7988</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>[Variant] Add <code>ListBuilder::with_value</code> for convenience <a href="https://redirect.github.com/apache/arrow-rs/issues/7951">#7951</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant] Add <code>ObjectBuilder::with_field</code> for convenience <a href="https://redirect.github.com/apache/arrow-rs/issues/7949">#7949</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant] Impl PartialEq for VariantObject <a href="https://redirect.github.com/apache/arrow-rs/issues/7943">#7943</a> <a href="https://redirect.github.com/apache/arrow-rs/issues/7948">#7948</a></li> <li>[Variant] Offer <code>simdutf8</code> as an optional dependency when validating metadata <a href="https://redirect.github.com/apache/arrow-rs/issues/7902">#7902</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>[Variant] Avoid collecting offset iterator <a href="https://redirect.github.com/apache/arrow-rs/issues/7901">#7901</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant] Remove superfluous check when validating monotonic offsets <a href="https://redirect.github.com/apache/arrow-rs/issues/7900">#7900</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant] Avoid extra allocation in <code>ObjectBuilder</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/7899">#7899</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant][Compute] <code>variant_get</code> kernel <a href="https://redirect.github.com/apache/arrow-rs/issues/7893">#7893</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant][Compute] Add batch processing for Variant-JSON String conversion <a href="https://redirect.github.com/apache/arrow-rs/issues/7883">#7883</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Support <code>MapArray</code> in lexsort <a href="https://redirect.github.com/apache/arrow-rs/issues/7881">#7881</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-old.md">arrow-buffer's changelog</a>.</em></p> <blockquote> <!-- raw HTML omitted --> <h1>Historical Changelog</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/arrow-rs/commit/876585c1cd986dbaee0c26d52b55a4186a2f68c8"><code>876585c</code></a> Fix doc test in avro-arrow (<a href="https://redirect.github.com/apache/arrow-rs/issues/8020">#8020</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/94230402c2d31e7da5dc73d1a284cf17940c093c"><code>9423040</code></a> Prepare for <code>56.0.0</code> release: Update version and <code>CHANGELOG.md</code> (<a href="https://redirect.github.com/apache/arrow-rs/issues/8014">#8014</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/079d4f2db87c9b542c63c4f862876d5559dbfd99"><code>079d4f2</code></a> Improve memory usage for <code>arrow-row -> String/BinaryView</code> when utf8 validatio...</li> <li><a href="https://github.com/apache/arrow-rs/commit/d634ac805a19e72dfb456a0e5012de568b8d28ab"><code>d634ac8</code></a> Implement full-range <code>i256::to_f64</code> to eliminate ±∞ saturation for Decimal256...</li> <li><a href="https://github.com/apache/arrow-rs/commit/cbadec751860b3c5ec1ed75a7274b21743c194c4"><code>cbadec7</code></a> Add benchmark for converting StringViewArray with mixed short and long string...</li> <li><a href="https://github.com/apache/arrow-rs/commit/2418c59efa50edfd456dcc042e2bf84692398745"><code>2418c59</code></a> [Parquet] Allow writing compatible DictionaryArrays to parquet writer (<a href="https://redirect.github.com/apache/arrow-rs/issues/8005">#8005</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/625e6ee41d9dc463c08490070278b2090e168e31"><code>625e6ee</code></a> Perf: improve sort via <code>partition_validity</code> to use fast path for bit map scan...</li> <li><a href="https://github.com/apache/arrow-rs/commit/499de7dea66b9500f82bd9f1096c62e6b868ee6a"><code>499de7d</code></a> Create empty buffer for a buffer specified in the C Data Interface with lengt...</li> <li><a href="https://github.com/apache/arrow-rs/commit/00a2f7354d4aa42ad2ff6c5a3bff3f2ea17ca4ba"><code>00a2f73</code></a> [Variant] impl FromIterator for VariantPath (<a href="https://redirect.github.com/apache/arrow-rs/issues/8011">#8011</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/1d9afbc037d7c0562b7f80115928a1b5050c5692"><code>1d9afbc</code></a> Minor: Upate <code>cast_with_options</code> docs about casting integers --> intervals (#...</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/55.2.0...56.0.0">compare view</a></li> </ul> </details> <br /> Updates `arrow-schema` from 55.2.0 to 56.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 56.0.0</h2> <!-- raw HTML omitted --> <h1>Changelog</h1> <h2><a href="https://github.com/apache/arrow-rs/tree/56.0.0">56.0.0</a> (2025-07-29)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/55.2.0...56.0.0">Full Changelog</a></p> <p><strong>Breaking changes:</strong></p> <ul> <li>arrow-schema: Remove dict_id from being required equal for merging <a href="https://redirect.github.com/apache/arrow-rs/pull/7968">#7968</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/brancz">brancz</a>)</li> <li>[Parquet] Use <code>u64</code> for <code>SerializedPageReaderState.offset</code> & <code>remaining_bytes</code>, instead of <code>usize</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/7918">#7918</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/JigaoLuo">JigaoLuo</a>)</li> <li>Upgrade tonic dependencies to 0.13.0 version (try 2) <a href="https://redirect.github.com/apache/arrow-rs/pull/7839">#7839</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/alamb">alamb</a>)</li> <li>Remove deprecated Arrow functions <a href="https://redirect.github.com/apache/arrow-rs/pull/7830">#7830</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/etseidl">etseidl</a>)</li> <li>Remove deprecated temporal functions <a href="https://redirect.github.com/apache/arrow-rs/pull/7813">#7813</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/etseidl">etseidl</a>)</li> <li>Remove functions from parquet crate deprecated in or before 54.0.0 <a href="https://redirect.github.com/apache/arrow-rs/pull/7811">#7811</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/etseidl">etseidl</a>)</li> <li><a href="https://redirect.github.com/apache/arrow-rs/issues/7686">GH-7686</a>: [Parquet] Fix int96 min/max stats <a href="https://redirect.github.com/apache/arrow-rs/pull/7687">#7687</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/rahulketch">rahulketch</a>)</li> </ul> <p><strong>Implemented enhancements:</strong></p> <ul> <li>[parquet] Relax type restriction to allow writing dictionary/native batches for same column <a href="https://redirect.github.com/apache/arrow-rs/issues/8004">#8004</a></li> <li>Support casting int64 to interval <a href="https://redirect.github.com/apache/arrow-rs/issues/7988">#7988</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>[Variant] Add <code>ListBuilder::with_value</code> for convenience <a href="https://redirect.github.com/apache/arrow-rs/issues/7951">#7951</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant] Add <code>ObjectBuilder::with_field</code> for convenience <a href="https://redirect.github.com/apache/arrow-rs/issues/7949">#7949</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant] Impl PartialEq for VariantObject <a href="https://redirect.github.com/apache/arrow-rs/issues/7943">#7943</a> <a href="https://redirect.github.com/apache/arrow-rs/issues/7948">#7948</a></li> <li>[Variant] Offer <code>simdutf8</code> as an optional dependency when validating metadata <a href="https://redirect.github.com/apache/arrow-rs/issues/7902">#7902</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>[Variant] Avoid collecting offset iterator <a href="https://redirect.github.com/apache/arrow-rs/issues/7901">#7901</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant] Remove superfluous check when validating monotonic offsets <a href="https://redirect.github.com/apache/arrow-rs/issues/7900">#7900</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant] Avoid extra allocation in <code>ObjectBuilder</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/7899">#7899</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant][Compute] <code>variant_get</code> kernel <a href="https://redirect.github.com/apache/arrow-rs/issues/7893">#7893</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant][Compute] Add batch processing for Variant-JSON String conversion <a href="https://redirect.github.com/apache/arrow-rs/issues/7883">#7883</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Support <code>MapArray</code> in lexsort <a href="https://redirect.github.com/apache/arrow-rs/issues/7881">#7881</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-old.md">arrow-schema's changelog</a>.</em></p> <blockquote> <!-- raw HTML omitted --> <h1>Historical Changelog</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/arrow-rs/commit/876585c1cd986dbaee0c26d52b55a4186a2f68c8"><code>876585c</code></a> Fix doc test in avro-arrow (<a href="https://redirect.github.com/apache/arrow-rs/issues/8020">#8020</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/94230402c2d31e7da5dc73d1a284cf17940c093c"><code>9423040</code></a> Prepare for <code>56.0.0</code> release: Update version and <code>CHANGELOG.md</code> (<a href="https://redirect.github.com/apache/arrow-rs/issues/8014">#8014</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/079d4f2db87c9b542c63c4f862876d5559dbfd99"><code>079d4f2</code></a> Improve memory usage for <code>arrow-row -> String/BinaryView</code> when utf8 validatio...</li> <li><a href="https://github.com/apache/arrow-rs/commit/d634ac805a19e72dfb456a0e5012de568b8d28ab"><code>d634ac8</code></a> Implement full-range <code>i256::to_f64</code> to eliminate ±∞ saturation for Decimal256...</li> <li><a href="https://github.com/apache/arrow-rs/commit/cbadec751860b3c5ec1ed75a7274b21743c194c4"><code>cbadec7</code></a> Add benchmark for converting StringViewArray with mixed short and long string...</li> <li><a href="https://github.com/apache/arrow-rs/commit/2418c59efa50edfd456dcc042e2bf84692398745"><code>2418c59</code></a> [Parquet] Allow writing compatible DictionaryArrays to parquet writer (<a href="https://redirect.github.com/apache/arrow-rs/issues/8005">#8005</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/625e6ee41d9dc463c08490070278b2090e168e31"><code>625e6ee</code></a> Perf: improve sort via <code>partition_validity</code> to use fast path for bit map scan...</li> <li><a href="https://github.com/apache/arrow-rs/commit/499de7dea66b9500f82bd9f1096c62e6b868ee6a"><code>499de7d</code></a> Create empty buffer for a buffer specified in the C Data Interface with lengt...</li> <li><a href="https://github.com/apache/arrow-rs/commit/00a2f7354d4aa42ad2ff6c5a3bff3f2ea17ca4ba"><code>00a2f73</code></a> [Variant] impl FromIterator for VariantPath (<a href="https://redirect.github.com/apache/arrow-rs/issues/8011">#8011</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/1d9afbc037d7c0562b7f80115928a1b5050c5692"><code>1d9afbc</code></a> Minor: Upate <code>cast_with_options</code> docs about casting integers --> intervals (#...</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/55.2.0...56.0.0">compare view</a></li> </ul> </details> <br /> Updates `arrow-select` from 55.2.0 to 56.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/releases">arrow-select's releases</a>.</em></p> <blockquote> <h2>arrow 56.0.0</h2> <!-- raw HTML omitted --> <h1>Changelog</h1> <h2><a href="https://github.com/apache/arrow-rs/tree/56.0.0">56.0.0</a> (2025-07-29)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/55.2.0...56.0.0">Full Changelog</a></p> <p><strong>Breaking changes:</strong></p> <ul> <li>arrow-schema: Remove dict_id from being required equal for merging <a href="https://redirect.github.com/apache/arrow-rs/pull/7968">#7968</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/brancz">brancz</a>)</li> <li>[Parquet] Use <code>u64</code> for <code>SerializedPageReaderState.offset</code> & <code>remaining_bytes</code>, instead of <code>usize</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/7918">#7918</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/JigaoLuo">JigaoLuo</a>)</li> <li>Upgrade tonic dependencies to 0.13.0 version (try 2) <a href="https://redirect.github.com/apache/arrow-rs/pull/7839">#7839</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/alamb">alamb</a>)</li> <li>Remove deprecated Arrow functions <a href="https://redirect.github.com/apache/arrow-rs/pull/7830">#7830</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/etseidl">etseidl</a>)</li> <li>Remove deprecated temporal functions <a href="https://redirect.github.com/apache/arrow-rs/pull/7813">#7813</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/etseidl">etseidl</a>)</li> <li>Remove functions from parquet crate deprecated in or before 54.0.0 <a href="https://redirect.github.com/apache/arrow-rs/pull/7811">#7811</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/etseidl">etseidl</a>)</li> <li><a href="https://redirect.github.com/apache/arrow-rs/issues/7686">GH-7686</a>: [Parquet] Fix int96 min/max stats <a href="https://redirect.github.com/apache/arrow-rs/pull/7687">#7687</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/rahulketch">rahulketch</a>)</li> </ul> <p><strong>Implemented enhancements:</strong></p> <ul> <li>[parquet] Relax type restriction to allow writing dictionary/native batches for same column <a href="https://redirect.github.com/apache/arrow-rs/issues/8004">#8004</a></li> <li>Support casting int64 to interval <a href="https://redirect.github.com/apache/arrow-rs/issues/7988">#7988</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>[Variant] Add <code>ListBuilder::with_value</code> for convenience <a href="https://redirect.github.com/apache/arrow-rs/issues/7951">#7951</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant] Add <code>ObjectBuilder::with_field</code> for convenience <a href="https://redirect.github.com/apache/arrow-rs/issues/7949">#7949</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant] Impl PartialEq for VariantObject <a href="https://redirect.github.com/apache/arrow-rs/issues/7943">#7943</a> <a href="https://redirect.github.com/apache/arrow-rs/issues/7948">#7948</a></li> <li>[Variant] Offer <code>simdutf8</code> as an optional dependency when validating metadata <a href="https://redirect.github.com/apache/arrow-rs/issues/7902">#7902</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>[Variant] Avoid collecting offset iterator <a href="https://redirect.github.com/apache/arrow-rs/issues/7901">#7901</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant] Remove superfluous check when validating monotonic offsets <a href="https://redirect.github.com/apache/arrow-rs/issues/7900">#7900</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant] Avoid extra allocation in <code>ObjectBuilder</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/7899">#7899</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant][Compute] <code>variant_get</code> kernel <a href="https://redirect.github.com/apache/arrow-rs/issues/7893">#7893</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant][Compute] Add batch processing for Variant-JSON String conversion <a href="https://redirect.github.com/apache/arrow-rs/issues/7883">#7883</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Support <code>MapArray</code> in lexsort <a href="https://redirect.github.com/apache/arrow-rs/issues/7881">#7881</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-old.md">arrow-select's changelog</a>.</em></p> <blockquote> <!-- raw HTML omitted --> <h1>Historical Changelog</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/arrow-rs/commit/876585c1cd986dbaee0c26d52b55a4186a2f68c8"><code>876585c</code></a> Fix doc test in avro-arrow (<a href="https://redirect.github.com/apache/arrow-rs/issues/8020">#8020</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/94230402c2d31e7da5dc73d1a284cf17940c093c"><code>9423040</code></a> Prepare for <code>56.0.0</code> release: Update version and <code>CHANGELOG.md</code> (<a href="https://redirect.github.com/apache/arrow-rs/issues/8014">#8014</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/079d4f2db87c9b542c63c4f862876d5559dbfd99"><code>079d4f2</code></a> Improve memory usage for <code>arrow-row -> String/BinaryView</code> when utf8 validatio...</li> <li><a href="https://github.com/apache/arrow-rs/commit/d634ac805a19e72dfb456a0e5012de568b8d28ab"><code>d634ac8</code></a> Implement full-range <code>i256::to_f64</code> to eliminate ±∞ saturation for Decimal256...</li> <li><a href="https://github.com/apache/arrow-rs/commit/cbadec751860b3c5ec1ed75a7274b21743c194c4"><code>cbadec7</code></a> Add benchmark for converting StringViewArray with mixed short and long string...</li> <li><a href="https://github.com/apache/arrow-rs/commit/2418c59efa50edfd456dcc042e2bf84692398745"><code>2418c59</code></a> [Parquet] Allow writing compatible DictionaryArrays to parquet writer (<a href="https://redirect.github.com/apache/arrow-rs/issues/8005">#8005</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/625e6ee41d9dc463c08490070278b2090e168e31"><code>625e6ee</code></a> Perf: improve sort via <code>partition_validity</code> to use fast path for bit map scan...</li> <li><a href="https://github.com/apache/arrow-rs/commit/499de7dea66b9500f82bd9f1096c62e6b868ee6a"><code>499de7d</code></a> Create empty buffer for a buffer specified in the C Data Interface with lengt...</li> <li><a href="https://github.com/apache/arrow-rs/commit/00a2f7354d4aa42ad2ff6c5a3bff3f2ea17ca4ba"><code>00a2f73</code></a> [Variant] impl FromIterator for VariantPath (<a href="https://redirect.github.com/apache/arrow-rs/issues/8011">#8011</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/1d9afbc037d7c0562b7f80115928a1b5050c5692"><code>1d9afbc</code></a> Minor: Upate <code>cast_with_options</code> docs about casting integers --> intervals (#...</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/55.2.0...56.0.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org