dependabot[bot] opened a new pull request, #1128: URL: https://github.com/apache/datafusion-python/pull/1128
Bumps [arrow](https://github.com/apache/arrow-rs) from 55.0.0 to 55.1.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.1.0</h2> <!-- raw HTML omitted --> <h1>Changelog</h1> <h2><a href="https://github.com/apache/arrow-rs/tree/55.1.0">55.1.0</a> (2025-05-09)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/55.0.0...55.1.0">Full Changelog</a></p> <p><strong>Breaking changes:</strong></p> <ul> <li>refactor!: do not default the struct array length to 0 in Struct::try_new <a href="https://redirect.github.com/apache/arrow-rs/pull/7247">#7247</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/westonpace">westonpace</a>)</li> </ul> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Add a way to get max <code>usize</code> from <code>OffsetSizeTrait</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/7474">#7474</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Deterministic metadata encoding <a href="https://redirect.github.com/apache/arrow-rs/issues/7448">#7448</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Support Arrow type Dictionary with value FixedSizeBinary in Parquet <a href="https://redirect.github.com/apache/arrow-rs/issues/7445">#7445</a></li> <li>Parquet: Add ability to project rowid in parquet reader <a href="https://redirect.github.com/apache/arrow-rs/issues/7444">#7444</a></li> <li>Move parquet::file::metadata::reader::FooterTail to parquet::file::metadata so that it is public <a href="https://redirect.github.com/apache/arrow-rs/issues/7438">#7438</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Speedup take_bytes by precalculating capacity <a href="https://redirect.github.com/apache/arrow-rs/issues/7432">#7432</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Improve performance of interleave_primitive and interleave_bytes <a href="https://redirect.github.com/apache/arrow-rs/issues/7421">#7421</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Implement <code>Eq</code> and <code>Default</code> for <code>ScalarBuffer</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/7411">#7411</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Add decryption support for column index and offset index <a href="https://redirect.github.com/apache/arrow-rs/issues/7390">#7390</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Support writing encrypted Parquet files with plaintext footers <a href="https://redirect.github.com/apache/arrow-rs/issues/7320">#7320</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Support Parquet key management tools <a href="https://redirect.github.com/apache/arrow-rs/issues/7256">#7256</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Verify footer tags when reading encrypted Parquet files with plaintext footers <a href="https://redirect.github.com/apache/arrow-rs/issues/7255">#7255</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>StructArray::try_new behavior can be unexpected when there are no child arrays <a href="https://redirect.github.com/apache/arrow-rs/issues/7246">#7246</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Parquet performance: improve performance of reading int8/int16 <a href="https://redirect.github.com/apache/arrow-rs/issues/7097">#7097</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>StructArray::try_new validation incorrectly returns an error when <code>logical_nulls()</code> returns Some() && null_count == 0 <a href="https://redirect.github.com/apache/arrow-rs/issues/7435">#7435</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/822cba4cbb094380f9071315b48d1ce85cca5c42"><code>822cba4</code></a> Prepare for <code>55.1.0</code> release: Version update and update <code>CHANGELOG</code> (<a href="https://redirect.github.com/apache/arrow-rs/issues/7486">#7486</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/84646ac8406b12233e4f9cb17427219eb2360b92"><code>84646ac</code></a> Support parsing and display pretty for StructType (<a href="https://redirect.github.com/apache/arrow-rs/issues/7469">#7469</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/22a2ef9fe6588b8f75fa03e4113eee15e475edb2"><code>22a2ef9</code></a> Fixes a typo in arrow/examples/README.md (<a href="https://redirect.github.com/apache/arrow-rs/issues/7473">#7473</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/2c6c01cb3409de973d96017bb71d5b92a8653f9e"><code>2c6c01c</code></a> Document Arrow <--> Parquet schema conversion better (<a href="https://redirect.github.com/apache/arrow-rs/issues/7479">#7479</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/9e91ef4e76d15150c3b6bdf3eafec6e36d9d4b18"><code>9e91ef4</code></a> Improve performance of reading int8/int16 Parquet data (<a href="https://redirect.github.com/apache/arrow-rs/issues/7055">#7055</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/188a1419545aa3e560d807e7440912e4b53c3179"><code>188a141</code></a> Fix validation logic in <code>StructArray::try_new</code> to account for array.logical_n...</li> <li><a href="https://github.com/apache/arrow-rs/commit/689897ea99b61e94bd80d55796f701879375bf23"><code>689897e</code></a> Support round trip reading / writing Arrow <code>Duration</code> type to parquet (<a href="https://redirect.github.com/apache/arrow-rs/issues/7482">#7482</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/8bed541f314dfc6adfa1f7b46d4a43fd4118e7c7"><code>8bed541</code></a> feat: Support round trip reading/writing Arrow type `Dictionary(_, FixedSizeB...</li> <li><a href="https://github.com/apache/arrow-rs/commit/8fb22702acd6d77e041c7d92dc50db9bb5cc3d8a"><code>8fb2270</code></a> Improve documentation and add examples for ArrowPredicateFn (<a href="https://redirect.github.com/apache/arrow-rs/issues/7480">#7480</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/0e488773e9ecaa954989c19abfd2124fa48c656d"><code>0e48877</code></a> Add Parquet <code>arrow_reader</code> benchmarks for {u}int{8,16} columns (<a href="https://redirect.github.com/apache/arrow-rs/issues/7484">#7484</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/55.0.0...55.1.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot 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