dependabot[bot] opened a new pull request, #22125:
URL: https://github.com/apache/datafusion/pull/22125

   Bumps the arrow-parquet group with 9 updates:
   
   | Package | From | To |
   | --- | --- | --- |
   | [arrow](https://github.com/apache/arrow-rs) | `58.2.0` | `58.3.0` |
   | [arrow-avro](https://github.com/apache/arrow-rs) | `58.2.0` | `58.3.0` |
   | [arrow-buffer](https://github.com/apache/arrow-rs) | `58.2.0` | `58.3.0` |
   | [arrow-data](https://github.com/apache/arrow-rs) | `58.2.0` | `58.3.0` |
   | [arrow-flight](https://github.com/apache/arrow-rs) | `58.2.0` | `58.3.0` |
   | [arrow-ipc](https://github.com/apache/arrow-rs) | `58.2.0` | `58.3.0` |
   | [arrow-ord](https://github.com/apache/arrow-rs) | `58.2.0` | `58.3.0` |
   | [arrow-schema](https://github.com/apache/arrow-rs) | `58.2.0` | `58.3.0` |
   | [parquet](https://github.com/apache/arrow-rs) | `58.2.0` | `58.3.0` |
   
   Updates `arrow` from 58.2.0 to 58.3.0
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md";>arrow's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/58.3.0";>58.3.0</a> 
(2026-05-07)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/58.2.0...58.3.0";>Full 
Changelog</a></p>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Add <code>DatePart::from_str</code> API <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9930";>#9930</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>should use DictionaryArray::with_values instead of try_new on the 
dictionary fast path <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9889";>#9889</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-string] add concat_elements for BinaryViewArray and 
FixedSizeBinary <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9875";>#9875</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Expose eq ignore ascii case from arrow-string <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9870";>#9870</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Configurable data page v2 compression threshold <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9827";>#9827</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>[arrow-cast] incorrect Time32 -&gt; Time64 conversion <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9851";>#9851</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Panic when reading malformed compact-Thrift bool fields in Parquet page 
metadata <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9839";>#9839</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Parquet <code>DeltaBitPackDecoder::skip</code> could panic on 
&quot;non-standard&quot; miniblocks <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9793";>#9793</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>docs: Add guidance for AI assisted submissions to CONTRIBUTING.md <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9892";>#9892</a> (<a 
href="https://github.com/etseidl";>etseidl</a>)</li>
   <li>Update release schedule on README <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9881";>#9881</a> (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Add more documentation for FixedSizeBinary arrays <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9866";>#9866</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Minor: document why FixedSizeBinary offset is always 0 <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9861";>#9861</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>docs: Update contributing guidelines with benchmark results <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9782";>#9782</a> (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>GenericByteDictionaryBuilder::with_capacity does not pre-size dedup 
HashTable <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9907";>#9907</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in repeat_slice_n_times leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9904";>#9904</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in BitChunks::new leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9903";>#9903</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-row] Integer overflow in Rows::row index handling leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9901";>#9901</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-data] Integer overflow in ArrayData validation leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9900";>#9900</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-data] Integer overflow in ArrayData::slice leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9899";>#9899</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-array] Integer overflow in FixedSizeBinaryArray::value leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9898";>#9898</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in BufferBuilder::reserve leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9897";>#9897</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-csv: integer overflow panic in Reader::records::flush <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9885";>#9885</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Make an API to help with the pattern of 'replaces the values of the REE 
array'  <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9854";>#9854</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Parquet reader rejects canonical UNKNOWN logical type on BOOLEAN 
physical columns <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9844";>#9844</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>ColumnIndex length mismatch can cause panic during decoding in Parquet 
<a href="https://redirect.github.com/apache/arrow-rs/issues/9832";>#9832</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Bug converting json to fixed list of zero size <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9780";>#9780</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>impl <code>FromStr</code> for <code>DatePart</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9931";>#9931</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/sdf-jkl";>sdf-jkl</a>)</li>
   <li>Pre-size dedup HashTable in GenericByteDictionaryBuilder::with_capacity 
<a href="https://redirect.github.com/apache/arrow-rs/pull/9908";>#9908</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/rabenhorst";>rabenhorst</a>)</li>
   <li>[arrow-array] Use consistent <code>value_length</code> name in 
FixedSizeBinaryArray <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9905";>#9905</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>replace Dictionary::try_new() calls with with_values. <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9894";>#9894</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Rich-T-kid";>Rich-T-kid</a>)</li>
   <li>API to help with the pattern of 'replaces the values of the REE array <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9891";>#9891</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Rich-T-kid";>Rich-T-kid</a>)</li>
   <li>fix(arrow-csv): bound RecordDecoder::flush offset accumulation <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9886";>#9886</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/masumi-ryugo";>masumi-ryugo</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/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-avro` from 58.2.0 to 58.3.0
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md";>arrow-avro's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/58.3.0";>58.3.0</a> 
(2026-05-07)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/58.2.0...58.3.0";>Full 
Changelog</a></p>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Add <code>DatePart::from_str</code> API <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9930";>#9930</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>should use DictionaryArray::with_values instead of try_new on the 
dictionary fast path <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9889";>#9889</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-string] add concat_elements for BinaryViewArray and 
FixedSizeBinary <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9875";>#9875</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Expose eq ignore ascii case from arrow-string <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9870";>#9870</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Configurable data page v2 compression threshold <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9827";>#9827</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>[arrow-cast] incorrect Time32 -&gt; Time64 conversion <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9851";>#9851</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Panic when reading malformed compact-Thrift bool fields in Parquet page 
metadata <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9839";>#9839</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Parquet <code>DeltaBitPackDecoder::skip</code> could panic on 
&quot;non-standard&quot; miniblocks <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9793";>#9793</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>docs: Add guidance for AI assisted submissions to CONTRIBUTING.md <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9892";>#9892</a> (<a 
href="https://github.com/etseidl";>etseidl</a>)</li>
   <li>Update release schedule on README <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9881";>#9881</a> (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Add more documentation for FixedSizeBinary arrays <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9866";>#9866</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Minor: document why FixedSizeBinary offset is always 0 <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9861";>#9861</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>docs: Update contributing guidelines with benchmark results <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9782";>#9782</a> (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>GenericByteDictionaryBuilder::with_capacity does not pre-size dedup 
HashTable <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9907";>#9907</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in repeat_slice_n_times leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9904";>#9904</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in BitChunks::new leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9903";>#9903</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-row] Integer overflow in Rows::row index handling leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9901";>#9901</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-data] Integer overflow in ArrayData validation leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9900";>#9900</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-data] Integer overflow in ArrayData::slice leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9899";>#9899</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-array] Integer overflow in FixedSizeBinaryArray::value leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9898";>#9898</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in BufferBuilder::reserve leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9897";>#9897</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-csv: integer overflow panic in Reader::records::flush <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9885";>#9885</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Make an API to help with the pattern of 'replaces the values of the REE 
array'  <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9854";>#9854</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Parquet reader rejects canonical UNKNOWN logical type on BOOLEAN 
physical columns <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9844";>#9844</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>ColumnIndex length mismatch can cause panic during decoding in Parquet 
<a href="https://redirect.github.com/apache/arrow-rs/issues/9832";>#9832</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Bug converting json to fixed list of zero size <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9780";>#9780</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>impl <code>FromStr</code> for <code>DatePart</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9931";>#9931</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/sdf-jkl";>sdf-jkl</a>)</li>
   <li>Pre-size dedup HashTable in GenericByteDictionaryBuilder::with_capacity 
<a href="https://redirect.github.com/apache/arrow-rs/pull/9908";>#9908</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/rabenhorst";>rabenhorst</a>)</li>
   <li>[arrow-array] Use consistent <code>value_length</code> name in 
FixedSizeBinaryArray <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9905";>#9905</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>replace Dictionary::try_new() calls with with_values. <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9894";>#9894</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Rich-T-kid";>Rich-T-kid</a>)</li>
   <li>API to help with the pattern of 'replaces the values of the REE array <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9891";>#9891</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Rich-T-kid";>Rich-T-kid</a>)</li>
   <li>fix(arrow-csv): bound RecordDecoder::flush offset accumulation <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9886";>#9886</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/masumi-ryugo";>masumi-ryugo</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/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-buffer` from 58.2.0 to 58.3.0
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md";>arrow-buffer's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/58.3.0";>58.3.0</a> 
(2026-05-07)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/58.2.0...58.3.0";>Full 
Changelog</a></p>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Add <code>DatePart::from_str</code> API <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9930";>#9930</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>should use DictionaryArray::with_values instead of try_new on the 
dictionary fast path <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9889";>#9889</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-string] add concat_elements for BinaryViewArray and 
FixedSizeBinary <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9875";>#9875</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Expose eq ignore ascii case from arrow-string <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9870";>#9870</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Configurable data page v2 compression threshold <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9827";>#9827</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>[arrow-cast] incorrect Time32 -&gt; Time64 conversion <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9851";>#9851</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Panic when reading malformed compact-Thrift bool fields in Parquet page 
metadata <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9839";>#9839</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Parquet <code>DeltaBitPackDecoder::skip</code> could panic on 
&quot;non-standard&quot; miniblocks <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9793";>#9793</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>docs: Add guidance for AI assisted submissions to CONTRIBUTING.md <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9892";>#9892</a> (<a 
href="https://github.com/etseidl";>etseidl</a>)</li>
   <li>Update release schedule on README <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9881";>#9881</a> (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Add more documentation for FixedSizeBinary arrays <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9866";>#9866</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Minor: document why FixedSizeBinary offset is always 0 <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9861";>#9861</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>docs: Update contributing guidelines with benchmark results <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9782";>#9782</a> (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>GenericByteDictionaryBuilder::with_capacity does not pre-size dedup 
HashTable <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9907";>#9907</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in repeat_slice_n_times leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9904";>#9904</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in BitChunks::new leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9903";>#9903</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-row] Integer overflow in Rows::row index handling leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9901";>#9901</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-data] Integer overflow in ArrayData validation leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9900";>#9900</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-data] Integer overflow in ArrayData::slice leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9899";>#9899</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-array] Integer overflow in FixedSizeBinaryArray::value leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9898";>#9898</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in BufferBuilder::reserve leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9897";>#9897</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-csv: integer overflow panic in Reader::records::flush <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9885";>#9885</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Make an API to help with the pattern of 'replaces the values of the REE 
array'  <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9854";>#9854</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Parquet reader rejects canonical UNKNOWN logical type on BOOLEAN 
physical columns <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9844";>#9844</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>ColumnIndex length mismatch can cause panic during decoding in Parquet 
<a href="https://redirect.github.com/apache/arrow-rs/issues/9832";>#9832</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Bug converting json to fixed list of zero size <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9780";>#9780</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>impl <code>FromStr</code> for <code>DatePart</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9931";>#9931</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/sdf-jkl";>sdf-jkl</a>)</li>
   <li>Pre-size dedup HashTable in GenericByteDictionaryBuilder::with_capacity 
<a href="https://redirect.github.com/apache/arrow-rs/pull/9908";>#9908</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/rabenhorst";>rabenhorst</a>)</li>
   <li>[arrow-array] Use consistent <code>value_length</code> name in 
FixedSizeBinaryArray <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9905";>#9905</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>replace Dictionary::try_new() calls with with_values. <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9894";>#9894</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Rich-T-kid";>Rich-T-kid</a>)</li>
   <li>API to help with the pattern of 'replaces the values of the REE array <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9891";>#9891</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Rich-T-kid";>Rich-T-kid</a>)</li>
   <li>fix(arrow-csv): bound RecordDecoder::flush offset accumulation <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9886";>#9886</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/masumi-ryugo";>masumi-ryugo</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/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-data` from 58.2.0 to 58.3.0
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md";>arrow-data's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/58.3.0";>58.3.0</a> 
(2026-05-07)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/58.2.0...58.3.0";>Full 
Changelog</a></p>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Add <code>DatePart::from_str</code> API <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9930";>#9930</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>should use DictionaryArray::with_values instead of try_new on the 
dictionary fast path <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9889";>#9889</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-string] add concat_elements for BinaryViewArray and 
FixedSizeBinary <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9875";>#9875</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Expose eq ignore ascii case from arrow-string <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9870";>#9870</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Configurable data page v2 compression threshold <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9827";>#9827</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>[arrow-cast] incorrect Time32 -&gt; Time64 conversion <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9851";>#9851</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Panic when reading malformed compact-Thrift bool fields in Parquet page 
metadata <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9839";>#9839</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Parquet <code>DeltaBitPackDecoder::skip</code> could panic on 
&quot;non-standard&quot; miniblocks <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9793";>#9793</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>docs: Add guidance for AI assisted submissions to CONTRIBUTING.md <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9892";>#9892</a> (<a 
href="https://github.com/etseidl";>etseidl</a>)</li>
   <li>Update release schedule on README <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9881";>#9881</a> (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Add more documentation for FixedSizeBinary arrays <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9866";>#9866</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Minor: document why FixedSizeBinary offset is always 0 <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9861";>#9861</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>docs: Update contributing guidelines with benchmark results <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9782";>#9782</a> (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>GenericByteDictionaryBuilder::with_capacity does not pre-size dedup 
HashTable <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9907";>#9907</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in repeat_slice_n_times leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9904";>#9904</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in BitChunks::new leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9903";>#9903</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-row] Integer overflow in Rows::row index handling leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9901";>#9901</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-data] Integer overflow in ArrayData validation leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9900";>#9900</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-data] Integer overflow in ArrayData::slice leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9899";>#9899</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-array] Integer overflow in FixedSizeBinaryArray::value leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9898";>#9898</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in BufferBuilder::reserve leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9897";>#9897</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-csv: integer overflow panic in Reader::records::flush <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9885";>#9885</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Make an API to help with the pattern of 'replaces the values of the REE 
array'  <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9854";>#9854</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Parquet reader rejects canonical UNKNOWN logical type on BOOLEAN 
physical columns <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9844";>#9844</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>ColumnIndex length mismatch can cause panic during decoding in Parquet 
<a href="https://redirect.github.com/apache/arrow-rs/issues/9832";>#9832</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Bug converting json to fixed list of zero size <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9780";>#9780</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>impl <code>FromStr</code> for <code>DatePart</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9931";>#9931</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/sdf-jkl";>sdf-jkl</a>)</li>
   <li>Pre-size dedup HashTable in GenericByteDictionaryBuilder::with_capacity 
<a href="https://redirect.github.com/apache/arrow-rs/pull/9908";>#9908</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/rabenhorst";>rabenhorst</a>)</li>
   <li>[arrow-array] Use consistent <code>value_length</code> name in 
FixedSizeBinaryArray <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9905";>#9905</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>replace Dictionary::try_new() calls with with_values. <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9894";>#9894</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Rich-T-kid";>Rich-T-kid</a>)</li>
   <li>API to help with the pattern of 'replaces the values of the REE array <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9891";>#9891</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Rich-T-kid";>Rich-T-kid</a>)</li>
   <li>fix(arrow-csv): bound RecordDecoder::flush offset accumulation <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9886";>#9886</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/masumi-ryugo";>masumi-ryugo</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/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-flight` from 58.2.0 to 58.3.0
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md";>arrow-flight's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/58.3.0";>58.3.0</a> 
(2026-05-07)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/58.2.0...58.3.0";>Full 
Changelog</a></p>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Add <code>DatePart::from_str</code> API <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9930";>#9930</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>should use DictionaryArray::with_values instead of try_new on the 
dictionary fast path <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9889";>#9889</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-string] add concat_elements for BinaryViewArray and 
FixedSizeBinary <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9875";>#9875</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Expose eq ignore ascii case from arrow-string <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9870";>#9870</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Configurable data page v2 compression threshold <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9827";>#9827</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>[arrow-cast] incorrect Time32 -&gt; Time64 conversion <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9851";>#9851</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Panic when reading malformed compact-Thrift bool fields in Parquet page 
metadata <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9839";>#9839</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Parquet <code>DeltaBitPackDecoder::skip</code> could panic on 
&quot;non-standard&quot; miniblocks <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9793";>#9793</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>docs: Add guidance for AI assisted submissions to CONTRIBUTING.md <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9892";>#9892</a> (<a 
href="https://github.com/etseidl";>etseidl</a>)</li>
   <li>Update release schedule on README <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9881";>#9881</a> (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Add more documentation for FixedSizeBinary arrays <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9866";>#9866</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Minor: document why FixedSizeBinary offset is always 0 <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9861";>#9861</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>docs: Update contributing guidelines with benchmark results <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9782";>#9782</a> (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>GenericByteDictionaryBuilder::with_capacity does not pre-size dedup 
HashTable <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9907";>#9907</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in repeat_slice_n_times leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9904";>#9904</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in BitChunks::new leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9903";>#9903</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-row] Integer overflow in Rows::row index handling leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9901";>#9901</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-data] Integer overflow in ArrayData validation leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9900";>#9900</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-data] Integer overflow in ArrayData::slice leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9899";>#9899</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-array] Integer overflow in FixedSizeBinaryArray::value leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9898";>#9898</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in BufferBuilder::reserve leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9897";>#9897</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-csv: integer overflow panic in Reader::records::flush <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9885";>#9885</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Make an API to help with the pattern of 'replaces the values of the REE 
array'  <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9854";>#9854</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Parquet reader rejects canonical UNKNOWN logical type on BOOLEAN 
physical columns <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9844";>#9844</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>ColumnIndex length mismatch can cause panic during decoding in Parquet 
<a href="https://redirect.github.com/apache/arrow-rs/issues/9832";>#9832</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Bug converting json to fixed list of zero size <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9780";>#9780</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>impl <code>FromStr</code> for <code>DatePart</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9931";>#9931</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/sdf-jkl";>sdf-jkl</a>)</li>
   <li>Pre-size dedup HashTable in GenericByteDictionaryBuilder::with_capacity 
<a href="https://redirect.github.com/apache/arrow-rs/pull/9908";>#9908</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/rabenhorst";>rabenhorst</a>)</li>
   <li>[arrow-array] Use consistent <code>value_length</code> name in 
FixedSizeBinaryArray <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9905";>#9905</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>replace Dictionary::try_new() calls with with_values. <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9894";>#9894</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Rich-T-kid";>Rich-T-kid</a>)</li>
   <li>API to help with the pattern of 'replaces the values of the REE array <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9891";>#9891</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Rich-T-kid";>Rich-T-kid</a>)</li>
   <li>fix(arrow-csv): bound RecordDecoder::flush offset accumulation <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9886";>#9886</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/masumi-ryugo";>masumi-ryugo</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/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-ipc` from 58.2.0 to 58.3.0
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md";>arrow-ipc's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/58.3.0";>58.3.0</a> 
(2026-05-07)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/58.2.0...58.3.0";>Full 
Changelog</a></p>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Add <code>DatePart::from_str</code> API <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9930";>#9930</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>should use DictionaryArray::with_values instead of try_new on the 
dictionary fast path <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9889";>#9889</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-string] add concat_elements for BinaryViewArray and 
FixedSizeBinary <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9875";>#9875</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Expose eq ignore ascii case from arrow-string <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9870";>#9870</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Configurable data page v2 compression threshold <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9827";>#9827</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>[arrow-cast] incorrect Time32 -&gt; Time64 conversion <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9851";>#9851</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Panic when reading malformed compact-Thrift bool fields in Parquet page 
metadata <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9839";>#9839</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Parquet <code>DeltaBitPackDecoder::skip</code> could panic on 
&quot;non-standard&quot; miniblocks <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9793";>#9793</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>docs: Add guidance for AI assisted submissions to CONTRIBUTING.md <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9892";>#9892</a> (<a 
href="https://github.com/etseidl";>etseidl</a>)</li>
   <li>Update release schedule on README <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9881";>#9881</a> (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Add more documentation for FixedSizeBinary arrays <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9866";>#9866</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Minor: document why FixedSizeBinary offset is always 0 <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9861";>#9861</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>docs: Update contributing guidelines with benchmark results <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9782";>#9782</a> (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>GenericByteDictionaryBuilder::with_capacity does not pre-size dedup 
HashTable <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9907";>#9907</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in repeat_slice_n_times leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9904";>#9904</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in BitChunks::new leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9903";>#9903</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-row] Integer overflow in Rows::row index handling leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9901";>#9901</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-data] Integer overflow in ArrayData validation leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9900";>#9900</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-data] Integer overflow in ArrayData::slice leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9899";>#9899</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-array] Integer overflow in FixedSizeBinaryArray::value leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9898";>#9898</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in BufferBuilder::reserve leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9897";>#9897</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-csv: integer overflow panic in Reader::records::flush <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9885";>#9885</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Make an API to help with the pattern of 'replaces the values of the REE 
array'  <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9854";>#9854</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Parquet reader rejects canonical UNKNOWN logical type on BOOLEAN 
physical columns <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9844";>#9844</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>ColumnIndex length mismatch can cause panic during decoding in Parquet 
<a href="https://redirect.github.com/apache/arrow-rs/issues/9832";>#9832</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Bug converting json to fixed list of zero size <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9780";>#9780</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>impl <code>FromStr</code> for <code>DatePart</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9931";>#9931</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/sdf-jkl";>sdf-jkl</a>)</li>
   <li>Pre-size dedup HashTable in GenericByteDictionaryBuilder::with_capacity 
<a href="https://redirect.github.com/apache/arrow-rs/pull/9908";>#9908</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/rabenhorst";>rabenhorst</a>)</li>
   <li>[arrow-array] Use consistent <code>value_length</code> name in 
FixedSizeBinaryArray <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9905";>#9905</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>replace Dictionary::try_new() calls with with_values. <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9894";>#9894</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Rich-T-kid";>Rich-T-kid</a>)</li>
   <li>API to help with the pattern of 'replaces the values of the REE array <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9891";>#9891</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Rich-T-kid";>Rich-T-kid</a>)</li>
   <li>fix(arrow-csv): bound RecordDecoder::flush offset accumulation <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9886";>#9886</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/masumi-ryugo";>masumi-ryugo</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/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-ord` from 58.2.0 to 58.3.0
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md";>arrow-ord's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/58.3.0";>58.3.0</a> 
(2026-05-07)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/58.2.0...58.3.0";>Full 
Changelog</a></p>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Add <code>DatePart::from_str</code> API <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9930";>#9930</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>should use DictionaryArray::with_values instead of try_new on the 
dictionary fast path <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9889";>#9889</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-string] add concat_elements for BinaryViewArray and 
FixedSizeBinary <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9875";>#9875</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Expose eq ignore ascii case from arrow-string <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9870";>#9870</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Configurable data page v2 compression threshold <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9827";>#9827</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>[arrow-cast] incorrect Time32 -&gt; Time64 conversion <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9851";>#9851</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Panic when reading malformed compact-Thrift bool fields in Parquet page 
metadata <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9839";>#9839</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Parquet <code>DeltaBitPackDecoder::skip</code> could panic on 
&quot;non-standard&quot; miniblocks <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9793";>#9793</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>docs: Add guidance for AI assisted submissions to CONTRIBUTING.md <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9892";>#9892</a> (<a 
href="https://github.com/etseidl";>etseidl</a>)</li>
   <li>Update release schedule on README <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9881";>#9881</a> (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Add more documentation for FixedSizeBinary arrays <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9866";>#9866</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Minor: document why FixedSizeBinary offset is always 0 <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9861";>#9861</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>docs: Update contributing guidelines with benchmark results <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9782";>#9782</a> (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>GenericByteDictionaryBuilder::with_capacity does not pre-size dedup 
HashTable <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9907";>#9907</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in repeat_slice_n_times leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9904";>#9904</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in BitChunks::new leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9903";>#9903</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-row] Integer overflow in Rows::row index handling leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9901";>#9901</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-data] Integer overflow in ArrayData validation leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9900";>#9900</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-data] Integer overflow in ArrayData::slice leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9899";>#9899</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-array] Integer overflow in FixedSizeBinaryArray::value leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9898";>#9898</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in BufferBuilder::reserve leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9897";>#9897</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-csv: integer overflow panic in Reader::records::flush <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9885";>#9885</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Make an API to help with the pattern of 'replaces the values of the REE 
array'  <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9854";>#9854</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Parquet reader rejects canonical UNKNOWN logical type on BOOLEAN 
physical columns <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9844";>#9844</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>ColumnIndex length mismatch can cause panic during decoding in Parquet 
<a href="https://redirect.github.com/apache/arrow-rs/issues/9832";>#9832</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Bug converting json to fixed list of zero size <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9780";>#9780</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>impl <code>FromStr</code> for <code>DatePart</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9931";>#9931</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/sdf-jkl";>sdf-jkl</a>)</li>
   <li>Pre-size dedup HashTable in GenericByteDictionaryBuilder::with_capacity 
<a href="https://redirect.github.com/apache/arrow-rs/pull/9908";>#9908</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/rabenhorst";>rabenhorst</a>)</li>
   <li>[arrow-array] Use consistent <code>value_length</code> name in 
FixedSizeBinaryArray <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9905";>#9905</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>replace Dictionary::try_new() calls with with_values. <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9894";>#9894</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Rich-T-kid";>Rich-T-kid</a>)</li>
   <li>API to help with the pattern of 'replaces the values of the REE array <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9891";>#9891</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Rich-T-kid";>Rich-T-kid</a>)</li>
   <li>fix(arrow-csv): bound RecordDecoder::flush offset accumulation <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9886";>#9886</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/masumi-ryugo";>masumi-ryugo</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/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-schema` from 58.2.0 to 58.3.0
   <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/58.3.0";>58.3.0</a> 
(2026-05-07)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/58.2.0...58.3.0";>Full 
Changelog</a></p>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Add <code>DatePart::from_str</code> API <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9930";>#9930</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>should use DictionaryArray::with_values instead of try_new on the 
dictionary fast path <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9889";>#9889</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-string] add concat_elements for BinaryViewArray and 
FixedSizeBinary <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9875";>#9875</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Expose eq ignore ascii case from arrow-string <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9870";>#9870</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Configurable data page v2 compression threshold <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9827";>#9827</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>[arrow-cast] incorrect Time32 -&gt; Time64 conversion <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9851";>#9851</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Panic when reading malformed compact-Thrift bool fields in Parquet page 
metadata <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9839";>#9839</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Parquet <code>DeltaBitPackDecoder::skip</code> could panic on 
&quot;non-standard&quot; miniblocks <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9793";>#9793</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>docs: Add guidance for AI assisted submissions to CONTRIBUTING.md <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9892";>#9892</a> (<a 
href="https://github.com/etseidl";>etseidl</a>)</li>
   <li>Update release schedule on README <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9881";>#9881</a> (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Add more documentation for FixedSizeBinary arrays <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9866";>#9866</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Minor: document why FixedSizeBinary offset is always 0 <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9861";>#9861</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>docs: Update contributing guidelines with benchmark results <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9782";>#9782</a> (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>GenericByteDictionaryBuilder::with_capacity does not pre-size dedup 
HashTable <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9907";>#9907</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in repeat_slice_n_times leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9904";>#9904</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in BitChunks::new leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9903";>#9903</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-row] Integer overflow in Rows::row index handling leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9901";>#9901</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-data] Integer overflow in ArrayData validation leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9900";>#9900</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-data] Integer overflow in ArrayData::slice leads to undefined 
behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9899";>#9899</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-array] Integer overflow in FixedSizeBinaryArray::value leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9898";>#9898</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[arrow-buffer] Integer overflow in BufferBuilder::reserve leads to 
undefined behavior <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9897";>#9897</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-csv: integer overflow panic in Reader::records::flush <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9885";>#9885</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Make an API to help with the pattern of 'replaces the values of the REE 
array'  <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9854";>#9854</a> [<a 
href="https://github.com/apache/arrow-rs/labels/...
   
   _Description has been truncated_


-- 
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]

Reply via email to