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

   Bumps [arrow](https://github.com/apache/arrow-rs) 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'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'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 />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=arrow&package-manager=cargo&previous-version=55.1.0&new-version=55.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to