dependabot[bot] opened a new pull request, #3071:
URL: https://github.com/apache/arrow-adbc/pull/3071

   Bumps the arrow-datafusion group with 4 updates in the /rust directory: 
[arrow-array](https://github.com/apache/arrow-rs), 
[arrow-select](https://github.com/apache/arrow-rs), 
[datafusion](https://github.com/apache/datafusion) and 
[datafusion-substrait](https://github.com/apache/datafusion).
   
   Updates `arrow-array` from 55.1.0 to 55.2.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 55.2.0</h2>
   <!-- raw HTML omitted -->
   <h1>Changelog</h1>
   <h2><a href="https://github.com/apache/arrow-rs/tree/55.2.0";>55.2.0</a> 
(2025-06-22)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/55.1.0...55.2.0";>Full 
Changelog</a></p>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Do not populate nulls for <code>NullArray</code> for 
<code>MutableArrayData</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7725";>#7725</a></li>
   <li>Implement <code>PartialEq</code> for RunArray <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7691";>#7691</a></li>
   <li><code>interleave_views</code> is really slow <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7688";>#7688</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add min max aggregates for FixedSizeBinary <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7674";>#7674</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Deliver pyarrow as a standalone crate <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7668";>#7668</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Implement <code>VariantObject::field</code> and 
<code>VariantObject::fields</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7665";>#7665</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>[Variant] Implement read support for remaining primitive types <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7630";>#7630</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Fast and ergonomic method to add metadata to a <code>RecordBatch</code> 
<a href="https://redirect.github.com/apache/arrow-rs/issues/7628";>#7628</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add efficient way to change the keys of string dictionary builder <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7610";>#7610</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support <code>add_nulls</code> on additional builder types <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7605";>#7605</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add <code>into_inner</code> for <code>AsyncArrowWriter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7603";>#7603</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Optimize <code>PrimitiveBuilder::append_trusted_len_iter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7591";>#7591</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Benchmark for filter+concat and take+concat into even sized record 
batches <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7589";>#7589</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li><code>max_statistics_truncate_length</code> is ignored when writing 
statistics to data page headers <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7579";>#7579</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Feature Request: Encoding in <code>parquet-rewrite</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7575";>#7575</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Add a <code>strong_count</code> method to <code>Buffer</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7568";>#7568</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Create version of LexicographicalComparator that compares fixed number 
of columns <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7531";>#7531</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>parquet-show-bloom-filter should work with integer typed columns <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7528";>#7528</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Allow merging primitive dictionary values in concat and interleave 
kernels <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7518";>#7518</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add efficient concatenation of StructArrays <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7516";>#7516</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Rename <code>flight-sql-experimental</code> to <code>flight-sql</code> 
<a href="https://redirect.github.com/apache/arrow-rs/issues/7498";>#7498</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] [<a 
href="https://github.com/apache/arrow-rs/labels/arrow-flight";>arrow-flight</a>]</li>
   <li>Consider moving from ryu to lexical-core for string formatting / casting 
floats to string. <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7496";>#7496</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/25114c5caaa9e767050b366e57c20eca54aca987";><code>25114c5</code></a>
 [55_maintenance] Fix verify-release-candidate.sh by skipping 
<code>arrow-pyarrow</code> ...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/df702cfc714dd25060f6a493570221df18b2c598";><code>df702cf</code></a>
 Prepare for <code>55.2.0</code> release (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7722";>#7722</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/2788762c6334aaf76e36ee2ef71a678719e17e19";><code>2788762</code></a>
 fix JSON decoder error checking for UTF16 / surrogate parsing panic (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7721";>#7721</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/e54b72bc4d2e56d28f849546fe4e19fafc8ecb8c";><code>e54b72b</code></a>
 fix: Do not add null buffer for <code>NullArray</code> in MutableArrayData (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7726";>#7726</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/1ededfe024e6da1dd08bd0aee9411d1fb04523ac";><code>1ededfe</code></a>
 [Variant] Introduce new type over &amp;str for ShortString (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7718";>#7718</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/7b374b9b7a9a9cdb51cfdf541826bbf2713b6859";><code>7b374b9</code></a>
 arrow-array: Implement PartialEq for RunArray (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7727";>#7727</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/469c7ee1773775998aafd3d147ac229004e00b84";><code>469c7ee</code></a>
 Define a &quot;arrow-pyrarrow&quot; crate to implement the &quot;pyarrow&quot; 
feature. (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7694";>#7694</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/fbaf7cea2df2c21cfe47d0dcb77e0abce81be215";><code>fbaf7ce</code></a>
 Support write to buffer api for SerializedFileWriter (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7714";>#7714</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/1bed04c1e053e52575c6476f592c5aca3de7310f";><code>1bed04c</code></a>
 Optimize coalesce kernel for StringView (10-50% faster) (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7650";>#7650</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/7276819d0d6b2357ae57704af98e2025cddbef70";><code>7276819</code></a>
 Split out variant code into several new sub-modules (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7717";>#7717</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/55.1.0...55.2.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-buffer` from 55.1.0 to 55.2.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 55.2.0</h2>
   <!-- raw HTML omitted -->
   <h1>Changelog</h1>
   <h2><a href="https://github.com/apache/arrow-rs/tree/55.2.0";>55.2.0</a> 
(2025-06-22)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/55.1.0...55.2.0";>Full 
Changelog</a></p>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Do not populate nulls for <code>NullArray</code> for 
<code>MutableArrayData</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7725";>#7725</a></li>
   <li>Implement <code>PartialEq</code> for RunArray <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7691";>#7691</a></li>
   <li><code>interleave_views</code> is really slow <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7688";>#7688</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add min max aggregates for FixedSizeBinary <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7674";>#7674</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Deliver pyarrow as a standalone crate <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7668";>#7668</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Implement <code>VariantObject::field</code> and 
<code>VariantObject::fields</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7665";>#7665</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>[Variant] Implement read support for remaining primitive types <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7630";>#7630</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Fast and ergonomic method to add metadata to a <code>RecordBatch</code> 
<a href="https://redirect.github.com/apache/arrow-rs/issues/7628";>#7628</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add efficient way to change the keys of string dictionary builder <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7610";>#7610</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support <code>add_nulls</code> on additional builder types <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7605";>#7605</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add <code>into_inner</code> for <code>AsyncArrowWriter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7603";>#7603</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Optimize <code>PrimitiveBuilder::append_trusted_len_iter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7591";>#7591</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Benchmark for filter+concat and take+concat into even sized record 
batches <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7589";>#7589</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li><code>max_statistics_truncate_length</code> is ignored when writing 
statistics to data page headers <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7579";>#7579</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Feature Request: Encoding in <code>parquet-rewrite</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7575";>#7575</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Add a <code>strong_count</code> method to <code>Buffer</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7568";>#7568</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Create version of LexicographicalComparator that compares fixed number 
of columns <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7531";>#7531</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>parquet-show-bloom-filter should work with integer typed columns <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7528";>#7528</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Allow merging primitive dictionary values in concat and interleave 
kernels <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7518";>#7518</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add efficient concatenation of StructArrays <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7516";>#7516</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Rename <code>flight-sql-experimental</code> to <code>flight-sql</code> 
<a href="https://redirect.github.com/apache/arrow-rs/issues/7498";>#7498</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] [<a 
href="https://github.com/apache/arrow-rs/labels/arrow-flight";>arrow-flight</a>]</li>
   <li>Consider moving from ryu to lexical-core for string formatting / casting 
floats to string. <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7496";>#7496</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/25114c5caaa9e767050b366e57c20eca54aca987";><code>25114c5</code></a>
 [55_maintenance] Fix verify-release-candidate.sh by skipping 
<code>arrow-pyarrow</code> ...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/df702cfc714dd25060f6a493570221df18b2c598";><code>df702cf</code></a>
 Prepare for <code>55.2.0</code> release (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7722";>#7722</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/2788762c6334aaf76e36ee2ef71a678719e17e19";><code>2788762</code></a>
 fix JSON decoder error checking for UTF16 / surrogate parsing panic (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7721";>#7721</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/e54b72bc4d2e56d28f849546fe4e19fafc8ecb8c";><code>e54b72b</code></a>
 fix: Do not add null buffer for <code>NullArray</code> in MutableArrayData (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7726";>#7726</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/1ededfe024e6da1dd08bd0aee9411d1fb04523ac";><code>1ededfe</code></a>
 [Variant] Introduce new type over &amp;str for ShortString (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7718";>#7718</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/7b374b9b7a9a9cdb51cfdf541826bbf2713b6859";><code>7b374b9</code></a>
 arrow-array: Implement PartialEq for RunArray (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7727";>#7727</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/469c7ee1773775998aafd3d147ac229004e00b84";><code>469c7ee</code></a>
 Define a &quot;arrow-pyrarrow&quot; crate to implement the &quot;pyarrow&quot; 
feature. (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7694";>#7694</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/fbaf7cea2df2c21cfe47d0dcb77e0abce81be215";><code>fbaf7ce</code></a>
 Support write to buffer api for SerializedFileWriter (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7714";>#7714</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/1bed04c1e053e52575c6476f592c5aca3de7310f";><code>1bed04c</code></a>
 Optimize coalesce kernel for StringView (10-50% faster) (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7650";>#7650</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/7276819d0d6b2357ae57704af98e2025cddbef70";><code>7276819</code></a>
 Split out variant code into several new sub-modules (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7717";>#7717</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/55.1.0...55.2.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-schema` from 55.1.0 to 55.2.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 55.2.0</h2>
   <!-- raw HTML omitted -->
   <h1>Changelog</h1>
   <h2><a href="https://github.com/apache/arrow-rs/tree/55.2.0";>55.2.0</a> 
(2025-06-22)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/55.1.0...55.2.0";>Full 
Changelog</a></p>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Do not populate nulls for <code>NullArray</code> for 
<code>MutableArrayData</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7725";>#7725</a></li>
   <li>Implement <code>PartialEq</code> for RunArray <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7691";>#7691</a></li>
   <li><code>interleave_views</code> is really slow <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7688";>#7688</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add min max aggregates for FixedSizeBinary <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7674";>#7674</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Deliver pyarrow as a standalone crate <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7668";>#7668</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Implement <code>VariantObject::field</code> and 
<code>VariantObject::fields</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7665";>#7665</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>[Variant] Implement read support for remaining primitive types <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7630";>#7630</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Fast and ergonomic method to add metadata to a <code>RecordBatch</code> 
<a href="https://redirect.github.com/apache/arrow-rs/issues/7628";>#7628</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add efficient way to change the keys of string dictionary builder <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7610";>#7610</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support <code>add_nulls</code> on additional builder types <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7605";>#7605</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add <code>into_inner</code> for <code>AsyncArrowWriter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7603";>#7603</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Optimize <code>PrimitiveBuilder::append_trusted_len_iter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7591";>#7591</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Benchmark for filter+concat and take+concat into even sized record 
batches <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7589";>#7589</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li><code>max_statistics_truncate_length</code> is ignored when writing 
statistics to data page headers <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7579";>#7579</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Feature Request: Encoding in <code>parquet-rewrite</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7575";>#7575</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Add a <code>strong_count</code> method to <code>Buffer</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7568";>#7568</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Create version of LexicographicalComparator that compares fixed number 
of columns <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7531";>#7531</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>parquet-show-bloom-filter should work with integer typed columns <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7528";>#7528</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Allow merging primitive dictionary values in concat and interleave 
kernels <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7518";>#7518</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add efficient concatenation of StructArrays <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7516";>#7516</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Rename <code>flight-sql-experimental</code> to <code>flight-sql</code> 
<a href="https://redirect.github.com/apache/arrow-rs/issues/7498";>#7498</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] [<a 
href="https://github.com/apache/arrow-rs/labels/arrow-flight";>arrow-flight</a>]</li>
   <li>Consider moving from ryu to lexical-core for string formatting / casting 
floats to string. <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7496";>#7496</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/25114c5caaa9e767050b366e57c20eca54aca987";><code>25114c5</code></a>
 [55_maintenance] Fix verify-release-candidate.sh by skipping 
<code>arrow-pyarrow</code> ...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/df702cfc714dd25060f6a493570221df18b2c598";><code>df702cf</code></a>
 Prepare for <code>55.2.0</code> release (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7722";>#7722</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/2788762c6334aaf76e36ee2ef71a678719e17e19";><code>2788762</code></a>
 fix JSON decoder error checking for UTF16 / surrogate parsing panic (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7721";>#7721</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/e54b72bc4d2e56d28f849546fe4e19fafc8ecb8c";><code>e54b72b</code></a>
 fix: Do not add null buffer for <code>NullArray</code> in MutableArrayData (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7726";>#7726</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/1ededfe024e6da1dd08bd0aee9411d1fb04523ac";><code>1ededfe</code></a>
 [Variant] Introduce new type over &amp;str for ShortString (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7718";>#7718</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/7b374b9b7a9a9cdb51cfdf541826bbf2713b6859";><code>7b374b9</code></a>
 arrow-array: Implement PartialEq for RunArray (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7727";>#7727</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/469c7ee1773775998aafd3d147ac229004e00b84";><code>469c7ee</code></a>
 Define a &quot;arrow-pyrarrow&quot; crate to implement the &quot;pyarrow&quot; 
feature. (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7694";>#7694</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/fbaf7cea2df2c21cfe47d0dcb77e0abce81be215";><code>fbaf7ce</code></a>
 Support write to buffer api for SerializedFileWriter (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7714";>#7714</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/1bed04c1e053e52575c6476f592c5aca3de7310f";><code>1bed04c</code></a>
 Optimize coalesce kernel for StringView (10-50% faster) (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7650";>#7650</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/7276819d0d6b2357ae57704af98e2025cddbef70";><code>7276819</code></a>
 Split out variant code into several new sub-modules (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7717";>#7717</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/55.1.0...55.2.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-select` from 55.1.0 to 55.2.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 55.2.0</h2>
   <!-- raw HTML omitted -->
   <h1>Changelog</h1>
   <h2><a href="https://github.com/apache/arrow-rs/tree/55.2.0";>55.2.0</a> 
(2025-06-22)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/55.1.0...55.2.0";>Full 
Changelog</a></p>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Do not populate nulls for <code>NullArray</code> for 
<code>MutableArrayData</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7725";>#7725</a></li>
   <li>Implement <code>PartialEq</code> for RunArray <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7691";>#7691</a></li>
   <li><code>interleave_views</code> is really slow <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7688";>#7688</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add min max aggregates for FixedSizeBinary <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7674";>#7674</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Deliver pyarrow as a standalone crate <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7668";>#7668</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Implement <code>VariantObject::field</code> and 
<code>VariantObject::fields</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7665";>#7665</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>[Variant] Implement read support for remaining primitive types <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7630";>#7630</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Fast and ergonomic method to add metadata to a <code>RecordBatch</code> 
<a href="https://redirect.github.com/apache/arrow-rs/issues/7628";>#7628</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add efficient way to change the keys of string dictionary builder <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7610";>#7610</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support <code>add_nulls</code> on additional builder types <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7605";>#7605</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add <code>into_inner</code> for <code>AsyncArrowWriter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7603";>#7603</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Optimize <code>PrimitiveBuilder::append_trusted_len_iter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7591";>#7591</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Benchmark for filter+concat and take+concat into even sized record 
batches <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7589";>#7589</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li><code>max_statistics_truncate_length</code> is ignored when writing 
statistics to data page headers <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7579";>#7579</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Feature Request: Encoding in <code>parquet-rewrite</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7575";>#7575</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Add a <code>strong_count</code> method to <code>Buffer</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7568";>#7568</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Create version of LexicographicalComparator that compares fixed number 
of columns <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7531";>#7531</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>parquet-show-bloom-filter should work with integer typed columns <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7528";>#7528</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Allow merging primitive dictionary values in concat and interleave 
kernels <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7518";>#7518</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add efficient concatenation of StructArrays <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7516";>#7516</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Rename <code>flight-sql-experimental</code> to <code>flight-sql</code> 
<a href="https://redirect.github.com/apache/arrow-rs/issues/7498";>#7498</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] [<a 
href="https://github.com/apache/arrow-rs/labels/arrow-flight";>arrow-flight</a>]</li>
   <li>Consider moving from ryu to lexical-core for string formatting / casting 
floats to string. <a 
href="https://redirect.github.com/apache/arrow-rs/issues/7496";>#7496</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/25114c5caaa9e767050b366e57c20eca54aca987";><code>25114c5</code></a>
 [55_maintenance] Fix verify-release-candidate.sh by skipping 
<code>arrow-pyarrow</code> ...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/df702cfc714dd25060f6a493570221df18b2c598";><code>df702cf</code></a>
 Prepare for <code>55.2.0</code> release (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7722";>#7722</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/2788762c6334aaf76e36ee2ef71a678719e17e19";><code>2788762</code></a>
 fix JSON decoder error checking for UTF16 / surrogate parsing panic (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7721";>#7721</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/e54b72bc4d2e56d28f849546fe4e19fafc8ecb8c";><code>e54b72b</code></a>
 fix: Do not add null buffer for <code>NullArray</code> in MutableArrayData (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7726";>#7726</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/1ededfe024e6da1dd08bd0aee9411d1fb04523ac";><code>1ededfe</code></a>
 [Variant] Introduce new type over &amp;str for ShortString (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7718";>#7718</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/7b374b9b7a9a9cdb51cfdf541826bbf2713b6859";><code>7b374b9</code></a>
 arrow-array: Implement PartialEq for RunArray (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7727";>#7727</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/469c7ee1773775998aafd3d147ac229004e00b84";><code>469c7ee</code></a>
 Define a &quot;arrow-pyrarrow&quot; crate to implement the &quot;pyarrow&quot; 
feature. (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7694";>#7694</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/fbaf7cea2df2c21cfe47d0dcb77e0abce81be215";><code>fbaf7ce</code></a>
 Support write to buffer api for SerializedFileWriter (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7714";>#7714</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/1bed04c1e053e52575c6476f592c5aca3de7310f";><code>1bed04c</code></a>
 Optimize coalesce kernel for StringView (10-50% faster) (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7650";>#7650</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/7276819d0d6b2357ae57704af98e2025cddbef70";><code>7276819</code></a>
 Split out variant code into several new sub-modules (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/7717";>#7717</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/55.1.0...55.2.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `datafusion` from 47.0.0 to 48.0.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/datafusion/commit/33a32d4382bee7e3c705d0f55d05c24a115a2f98";><code>33a32d4</code></a>
 [branch-48] Update CHANGELOG for latest 48.0.0 release (<a 
href="https://redirect.github.com/apache/datafusion/issues/16314";>#16314</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/b5dfdbeeb31b62890ceff522d318f86a8bcdaee0";><code>b5dfdbe</code></a>
 feat: add metadata to literal expressions (<a 
href="https://redirect.github.com/apache/datafusion/issues/16170";>#16170</a>) 
(<a 
href="https://redirect.github.com/apache/datafusion/issues/16315";>#16315</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/c76c1f076cca6f1922de8ba86b98c05b6a27e7ac";><code>c76c1f0</code></a>
 fix: [branch-48] Revert &quot;Improve performance of constant aggregate window 
exp...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/85f6621a6b1680b40d483a56b10ff3495861ece3";><code>85f6621</code></a>
 Chore: update DF48 changelog (<a 
href="https://redirect.github.com/apache/datafusion/issues/16269";>#16269</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/2a7f64a85e3d98c51c106607a425d73d2b839e82";><code>2a7f64a</code></a>
 feat: Add Window UDFs to FFI Crate (<a 
href="https://redirect.github.com/apache/datafusion/issues/16261";>#16261</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/2c8241a4dcb082191e89506c3cd58be79918d0a1";><code>2c8241a</code></a>
 feat(small): Add <code>BaselineMetrics</code> to 
<code>generate_series()</code> table function (<a 
href="https://redirect.github.com/apache/datafusion/issues/16";>#16</a>...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/5d3ed9c2e193213c222d933dea7c8bb75ea8b5e8";><code>5d3ed9c</code></a>
 feat: Add Aggregate UDF to FFI crate (<a 
href="https://redirect.github.com/apache/datafusion/issues/14775";>#14775</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/25727d4667ca83bff83ba0457e5dd3ba3528d370";><code>25727d4</code></a>
 Minor: fix upgrade papercut where structure was moved (<a 
href="https://redirect.github.com/apache/datafusion/issues/16264";>#16264</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/eeee6b00a0a0cf1bb449631b57535c06bbf99583";><code>eeee6b0</code></a>
 Add <code>--substrait-round-trip</code> option in sqllogictests (<a 
href="https://redirect.github.com/apache/datafusion/issues/16183";>#16183</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/5e307b337210cfb19e0b0d210a51811b22b46728";><code>5e307b3</code></a>
 Handle dicts for distinct count (<a 
href="https://redirect.github.com/apache/datafusion/issues/15871";>#15871</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/datafusion/compare/47.0.0...48.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `datafusion-substrait` from 47.0.0 to 48.0.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/datafusion/commit/33a32d4382bee7e3c705d0f55d05c24a115a2f98";><code>33a32d4</code></a>
 [branch-48] Update CHANGELOG for latest 48.0.0 release (<a 
href="https://redirect.github.com/apache/datafusion/issues/16314";>#16314</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/b5dfdbeeb31b62890ceff522d318f86a8bcdaee0";><code>b5dfdbe</code></a>
 feat: add metadata to literal expressions (<a 
href="https://redirect.github.com/apache/datafusion/issues/16170";>#16170</a>) 
(<a 
href="https://redirect.github.com/apache/datafusion/issues/16315";>#16315</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/c76c1f076cca6f1922de8ba86b98c05b6a27e7ac";><code>c76c1f0</code></a>
 fix: [branch-48] Revert &quot;Improve performance of constant aggregate window 
exp...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/85f6621a6b1680b40d483a56b10ff3495861ece3";><code>85f6621</code></a>
 Chore: update DF48 changelog (<a 
href="https://redirect.github.com/apache/datafusion/issues/16269";>#16269</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/2a7f64a85e3d98c51c106607a425d73d2b839e82";><code>2a7f64a</code></a>
 feat: Add Window UDFs to FFI Crate (<a 
href="https://redirect.github.com/apache/datafusion/issues/16261";>#16261</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/2c8241a4dcb082191e89506c3cd58be79918d0a1";><code>2c8241a</code></a>
 feat(small): Add <code>BaselineMetrics</code> to 
<code>generate_series()</code> table function (<a 
href="https://redirect.github.com/apache/datafusion/issues/16";>#16</a>...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/5d3ed9c2e193213c222d933dea7c8bb75ea8b5e8";><code>5d3ed9c</code></a>
 feat: Add Aggregate UDF to FFI crate (<a 
href="https://redirect.github.com/apache/datafusion/issues/14775";>#14775</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/25727d4667ca83bff83ba0457e5dd3ba3528d370";><code>25727d4</code></a>
 Minor: fix upgrade papercut where structure was moved (<a 
href="https://redirect.github.com/apache/datafusion/issues/16264";>#16264</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/eeee6b00a0a0cf1bb449631b57535c06bbf99583";><code>eeee6b0</code></a>
 Add <code>--substrait-round-trip</code> option in sqllogictests (<a 
href="https://redirect.github.com/apache/datafusion/issues/16183";>#16183</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/5e307b337210cfb19e0b0d210a51811b22b46728";><code>5e307b3</code></a>
 Handle dicts for distinct count (<a 
href="https://redirect.github.com/apache/datafusion/issues/15871";>#15871</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/datafusion/compare/47.0.0...48.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


Reply via email to