dependabot[bot] opened a new pull request, #3568: URL: https://github.com/apache/datafusion-comet/pull/3568
Bumps [parquet](https://github.com/apache/arrow-rs) from 57.2.0 to 57.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/releases">parquet's releases</a>.</em></p> <blockquote> <h2>arrow 57.3.0</h2> <!-- raw HTML omitted --> <h1>Changelog</h1> <h2><a href="https://github.com/apache/arrow-rs/tree/57.3.0">57.3.0</a> (2026-02-02)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/57.2.0...57.3.0">Full Changelog</a></p> <p><strong>Breaking changes:</strong></p> <ul> <li>Revert "Seal Array trait", mark <code>Array</code> as <code>unsafe</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/9313">#9313</a> (<a href="https://github.com/alamb">alamb</a>, <a href="https://github.com/gabotechs">gabotechs</a>)</li> <li>Mark <code>BufferBuilder::new_from_buffer</code> as unsafe <a href="https://redirect.github.com/apache/arrow-rs/pull/9312">#9312</a> (<a href="https://github.com/alamb">alamb</a>, <a href="https://github.com/Jefffrey">Jefffrey</a>)</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>Fix string array equality when the values buffer is the same and only the offsets to access it differ <a href="https://redirect.github.com/apache/arrow-rs/pull/9330">#9330</a> (<a href="https://github.com/alamb">alamb</a>, <a href="https://github.com/jhorstmann">jhorstmann</a>)</li> <li>Ensure <code>BufferBuilder::truncate</code> doesn't overset length <a href="https://redirect.github.com/apache/arrow-rs/pull/9311">#9311</a> (<a href="https://github.com/alamb">alamb</a>, <a href="https://github.com/Jefffrey">Jefffrey</a>)</li> <li>[parquet] Provide only encrypted column stats in plaintext footer <a href="https://redirect.github.com/apache/arrow-rs/pull/9310">#9310</a> (<a href="https://github.com/alamb">alamb</a>, <a href="https://github.com/rok">rok</a>, <a href="https://github.com/adamreeve">adamreeve</a>)</li> <li>[regression] Error with adaptive predicate pushdown: "Invalid offset …" <a href="https://redirect.github.com/apache/arrow-rs/pull/9309">#9309</a> (<a href="https://github.com/alamb">alamb</a>, <a href="https://github.com/erratic-pattern">erratic-pattern</a>, <a href="https://github.com/sdf-jkl">sdf-jkl</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md">parquet's changelog</a>.</em></p> <blockquote> <!-- raw HTML omitted --> <h1>Changelog</h1> <h2><a href="https://github.com/apache/arrow-rs/tree/58.0.0">58.0.0</a> (2026-02-19)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/57.3.0...58.0.0">Full Changelog</a></p> <p><strong>Breaking changes:</strong></p> <ul> <li>Remove support for List types in bit_length kernel <a href="https://redirect.github.com/apache/arrow-rs/pull/9350">#9350</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/codephage2020">codephage2020</a>)</li> <li>Optimize <code>from_bitwise_unary_op</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/9297">#9297</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/Dandandan">Dandandan</a>)</li> <li>Mark <code>BufferBuilder::new_from_buffer</code> as unsafe <a href="https://redirect.github.com/apache/arrow-rs/pull/9292">#9292</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/Jefffrey">Jefffrey</a>)</li> <li>[Variant] Support <code>['fieldName']</code> in VariantPath parser <a href="https://redirect.github.com/apache/arrow-rs/pull/9276">#9276</a> (<a href="https://github.com/klion26">klion26</a>)</li> <li>Remove parquet arrow_cast dependency <a href="https://redirect.github.com/apache/arrow-rs/pull/9077">#9077</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li> <li>feat: change default behavior for Parquet <code>PageEncodingStats</code> to bitmask <a href="https://redirect.github.com/apache/arrow-rs/pull/9051">#9051</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/WaterWhisperer">WaterWhisperer</a>)</li> <li>[arrow] Minimize allocation in GenericViewArray::slice() <a href="https://redirect.github.com/apache/arrow-rs/pull/9016">#9016</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/maxburke">maxburke</a>)</li> </ul> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Avoid allocating a <code>Vec</code> in <code>StructBuilder</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/9427">#9427</a></li> <li>Zstd context reuse <a href="https://redirect.github.com/apache/arrow-rs/issues/9401">#9401</a></li> <li>Optimize <code>from_bitwise_unary_op</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/9364">#9364</a></li> <li>Support <code>RunEndEncoded</code> in ord comparator <a href="https://redirect.github.com/apache/arrow-rs/issues/9360">#9360</a></li> <li>Support <code>RunEndEncoded</code> arrays in <code>arrow-json</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/9359">#9359</a></li> <li>Support <code>BinaryView</code> in <code>bit_length</code> kernel <a href="https://redirect.github.com/apache/arrow-rs/issues/9351">#9351</a></li> <li>Remove support for <code>List</code> types in <code>bit_length</code> kernel <a href="https://redirect.github.com/apache/arrow-rs/issues/9349">#9349</a></li> <li>Support roundtrip <code>ListView</code> in parquet arrow writer <a href="https://redirect.github.com/apache/arrow-rs/issues/9344">#9344</a></li> <li>Support <code>ListView</code> in <code>length</code> kernel <a href="https://redirect.github.com/apache/arrow-rs/issues/9343">#9343</a></li> <li>Support <code>ListView</code> in sort kernel <a href="https://redirect.github.com/apache/arrow-rs/issues/9341">#9341</a></li> <li>Add some way to create a Timestamp from a <code>DateTime</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/9337">#9337</a></li> <li>Introduce <code>DataType::is_list</code> and <code>DataType::IsBinary</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/9326">#9326</a></li> <li>Performance of creating all null dictionary array can be improved <a href="https://redirect.github.com/apache/arrow-rs/issues/9321">#9321</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/arrow-rs/commit/750500594839258f809a8248bce92b244bbb40cc"><code>7505005</code></a> [57_maintenance] Update version to 57.3.0, add changelog (<a href="https://redirect.github.com/apache/arrow-rs/issues/9333">#9333</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/6bbfb9932b5268c600bcf3dc201e79acd20a551e"><code>6bbfb99</code></a> [maintenance_57] Fix string array equality when the values buffer is the same...</li> <li><a href="https://github.com/apache/arrow-rs/commit/505eb8ec606907af2144ca664555ec60d1d55a26"><code>505eb8e</code></a> [57_maintenance] Revert "Seal Array trait (<a href="https://redirect.github.com/apache/arrow-rs/issues/9092">#9092</a>)", mark <code>Array</code> as <code>unsafe</code> ...</li> <li><a href="https://github.com/apache/arrow-rs/commit/74cf9142cc36dac1514cd0bcc71ed6974155689e"><code>74cf914</code></a> [57_maintenance] Mark <code>BufferBuilder::new_from_buffer</code> as unsafe (<a href="https://redirect.github.com/apache/arrow-rs/issues/9292">#9292</a>) (<a href="https://redirect.github.com/apache/arrow-rs/issues/9312">#9312</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/25cc1ac28ccdf2fffb844380d2dde1a1966b5ae4"><code>25cc1ac</code></a> [57_maintenance] fix: ensure <code>BufferBuilder::truncate</code> doesn't overset length...</li> <li><a href="https://github.com/apache/arrow-rs/commit/9fc2fbb72e4a7e6dd1c339a69ff3a0f4ca5ec0c1"><code>9fc2fbb</code></a> [57_maintenance[Parquet] Provide only encrypted column stats in plaintext foo...</li> <li><a href="https://github.com/apache/arrow-rs/commit/3df3157b5b14b9f99869cec4cd9feedc0a6736c1"><code>3df3157</code></a> [57_maintenance] [regression] Error with adaptive predicate pushdown: "Invali...</li> <li>See full diff in <a href="https://github.com/apache/arrow-rs/compare/57.2.0...57.3.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 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: [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]
