This is an automated email from the ASF dual-hosted git repository.

liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new 95ec8484f chore(deps): Bump the arrow-parquet group with 7 updates 
(#2192)
95ec8484f is described below

commit 95ec8484f85dcfbc9360f689a0e2fccdb28a0bcc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 10:30:48 2026 +0800

    chore(deps): Bump the arrow-parquet group with 7 updates (#2192)
    
    Bumps the arrow-parquet group with 7 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [arrow-array](https://github.com/apache/arrow-rs) | `57.2.0` |
    `57.3.0` |
    | [arrow-buffer](https://github.com/apache/arrow-rs) | `57.2.0` |
    `57.3.0` |
    | [arrow-ord](https://github.com/apache/arrow-rs) | `57.2.0` | `57.3.0`
    |
    | [arrow-schema](https://github.com/apache/arrow-rs) | `57.2.0` |
    `57.3.0` |
    | [arrow-select](https://github.com/apache/arrow-rs) | `57.2.0` |
    `57.3.0` |
    | [arrow-string](https://github.com/apache/arrow-rs) | `57.2.0` |
    `57.3.0` |
    | [parquet](https://github.com/apache/arrow-rs) | `57.1.0` | `57.2.0` |
    
    Updates `arrow-array` 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";>arrow-array'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 &quot;Seal Array trait&quot;, 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: &quot;Invalid
    offset …&quot; <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";>arrow-array'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 &quot;Seal Array trait (<a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9092";>#9092</a>)&quot;,
    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:
    &quot;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 />
    
    Updates `arrow-buffer` 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";>arrow-buffer'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 &quot;Seal Array trait&quot;, 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: &quot;Invalid
    offset …&quot; <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";>arrow-buffer'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 &quot;Seal Array trait (<a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9092";>#9092</a>)&quot;,
    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:
    &quot;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 />
    
    Updates `arrow-ord` 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";>arrow-ord'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 &quot;Seal Array trait&quot;, 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: &quot;Invalid
    offset …&quot; <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";>arrow-ord'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 &quot;Seal Array trait (<a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9092";>#9092</a>)&quot;,
    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:
    &quot;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 />
    
    Updates `arrow-schema` 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";>arrow-schema'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 &quot;Seal Array trait&quot;, 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: &quot;Invalid
    offset …&quot; <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";>arrow-schema'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 &quot;Seal Array trait (<a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9092";>#9092</a>)&quot;,
    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:
    &quot;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 />
    
    Updates `arrow-select` 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";>arrow-select'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 &quot;Seal Array trait&quot;, 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: &quot;Invalid
    offset …&quot; <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";>arrow-select'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 &quot;Seal Array trait (<a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9092";>#9092</a>)&quot;,
    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:
    &quot;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 />
    
    Updates `arrow-string` 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";>arrow-string'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 &quot;Seal Array trait&quot;, 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: &quot;Invalid
    offset …&quot; <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";>arrow-string'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 &quot;Seal Array trait (<a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9092";>#9092</a>)&quot;,
    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:
    &quot;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 />
    
    Updates `parquet` from 57.1.0 to 57.2.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.2.0</h2>
    <!-- raw HTML omitted -->
    <h1>Changelog</h1>
    <h2><a href="https://github.com/apache/arrow-rs/tree/57.2.0";>57.2.0</a>
    (2026-01-07)</h2>
    <p><a
    href="https://github.com/apache/arrow-rs/compare/57.1.0...57.2.0";>Full
    Changelog</a></p>
    <p><strong>Breaking changes:</strong></p>
    <ul>
    <li>Seal Array trait <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9092";>#9092</a>
    [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]
    (<a href="https://github.com/tustvold";>tustvold</a>)</li>
    <li>[Variant] Unify the CastOptions usage in parquet-variant-compute <a
    href="https://redirect.github.com/apache/arrow-rs/pull/8984";>#8984</a>
    (<a href="https://github.com/klion26";>klion26</a>)</li>
    </ul>
    <p><strong>Implemented enhancements:</strong></p>
    <ul>
    <li>[parquet] further relax
    <code>LevelInfoBuilder::types_compatible</code> for
    <code>ArrowWriter</code> <a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9098";>#9098</a></li>
    <li>Update arrow-row documentation with Union encoding <a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9084";>#9084</a></li>
    <li>Add code examples for min and max compute functions <a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9055";>#9055</a></li>
    <li>Add <code>append_n</code> to bytes view builder API <a
    href="https://redirect.github.com/apache/arrow-rs/issues/9034";>#9034</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>Move <code>RunArray::get_physical_indices</code> to
    <code>RunEndBuffer</code> <a
    href="https://redirect.github.com/apache/arrow-rs/issues/9025";>#9025</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>Allow quote style in csv writer <a
    href="https://redirect.github.com/apache/arrow-rs/issues/9003";>#9003</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>IPC support for ListView <a
    href="https://redirect.github.com/apache/arrow-rs/issues/9002";>#9002</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>Implement <code>BinaryArrayType</code> for
    <code>&amp;FixedSizeBinaryArray</code>s <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8992";>#8992</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>arrow-buffer: implement num-traits for i256 <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8976";>#8976</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>Support for <code>Arc&lt;str&gt;</code> in
    <code>ParquetRecordWriter</code> derive macro <a
    
href="https://redirect.github.com/apache/arrow-rs/issues/8972";>#8972</a></li>
    <li>[arrow-avro] suggest switching from xz to liblzma <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8970";>#8970</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>arrow-buffer: add i256::trailing_zeros <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8968";>#8968</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>arrow-buffer: make i256::leading_zeros public <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8965";>#8965</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>Add spark like <code>ignoreLeadingWhiteSpace</code> and
    <code>ignoreTrailingWhiteSpace</code> options to the csv writer <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8961";>#8961</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>Add round trip benchmark for Parquet writer/reader <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8955";>#8955</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
    <li>Support performant <code>interleave</code> for List/LargeList <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8952";>#8952</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>[Variant] Support array access when parsing <code>VariantPath</code>
    <a
    
href="https://redirect.github.com/apache/arrow-rs/issues/8946";>#8946</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/57.2.0/CHANGELOG.md";>parquet's
    changelog</a>.</em></p>
    <blockquote>
    <h2><a href="https://github.com/apache/arrow-rs/tree/57.2.0";>57.2.0</a>
    (2026-01-07)</h2>
    <p><a
    href="https://github.com/apache/arrow-rs/compare/57.1.0...57.2.0";>Full
    Changelog</a></p>
    <p><strong>Breaking changes:</strong></p>
    <ul>
    <li>Seal Array trait <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9092";>#9092</a>
    [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]
    (<a href="https://github.com/tustvold";>tustvold</a>)</li>
    <li>[Variant] Unify the CastOptions usage in parquet-variant-compute <a
    href="https://redirect.github.com/apache/arrow-rs/pull/8984";>#8984</a>
    (<a href="https://github.com/klion26";>klion26</a>)</li>
    </ul>
    <p><strong>Implemented enhancements:</strong></p>
    <ul>
    <li>[parquet] further relax
    <code>LevelInfoBuilder::types_compatible</code> for
    <code>ArrowWriter</code> <a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9098";>#9098</a></li>
    <li>Update arrow-row documentation with Union encoding <a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9084";>#9084</a></li>
    <li>Add code examples for min and max compute functions <a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9055";>#9055</a></li>
    <li>Add <code>append_n</code> to bytes view builder API <a
    href="https://redirect.github.com/apache/arrow-rs/issues/9034";>#9034</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>Move <code>RunArray::get_physical_indices</code> to
    <code>RunEndBuffer</code> <a
    href="https://redirect.github.com/apache/arrow-rs/issues/9025";>#9025</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>Allow quote style in csv writer <a
    href="https://redirect.github.com/apache/arrow-rs/issues/9003";>#9003</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>IPC support for ListView <a
    href="https://redirect.github.com/apache/arrow-rs/issues/9002";>#9002</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>Implement <code>BinaryArrayType</code> for
    <code>&amp;FixedSizeBinaryArray</code>s <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8992";>#8992</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>arrow-buffer: implement num-traits for i256 <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8976";>#8976</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>Support for <code>Arc&lt;str&gt;</code> in
    <code>ParquetRecordWriter</code> derive macro <a
    
href="https://redirect.github.com/apache/arrow-rs/issues/8972";>#8972</a></li>
    <li>[arrow-avro] suggest switching from xz to liblzma <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8970";>#8970</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>arrow-buffer: add i256::trailing_zeros <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8968";>#8968</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>arrow-buffer: make i256::leading_zeros public <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8965";>#8965</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>Add spark like <code>ignoreLeadingWhiteSpace</code> and
    <code>ignoreTrailingWhiteSpace</code> options to the csv writer <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8961";>#8961</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>Add round trip benchmark for Parquet writer/reader <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8955";>#8955</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
    <li>Support performant <code>interleave</code> for List/LargeList <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8952";>#8952</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>[Variant] Support array access when parsing <code>VariantPath</code>
    <a
    
href="https://redirect.github.com/apache/arrow-rs/issues/8946";>#8946</a></li>
    <li>Some panic!s could be represented as unimplemented!s <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8932";>#8932</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>[Variant] easier way to construct a shredded schema <a
    
href="https://redirect.github.com/apache/arrow-rs/issues/8922";>#8922</a></li>
    <li>Support <code>DataType::ListView</code> and
    <code>DataType::LargeListView</code> in <code>ArrayData::new_null</code>
    <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8908";>#8908</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>Add <code>GenericListViewArray::from_iter_primitive</code> <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8906";>#8906</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>[Variant] Unify the cast option usage in ParquentVariant <a
    
href="https://redirect.github.com/apache/arrow-rs/issues/8873";>#8873</a></li>
    <li>Blog post about efficient filter representation in Parquet filter
    pushdown <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8843";>#8843</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
    <li>Add comparison support for Union arrays in the <code>cmp</code>
    kernel <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8837";>#8837</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>[Variant] Support array shredding into
    <code>List/LargeList/ListView/LargeListView</code> <a
    
href="https://redirect.github.com/apache/arrow-rs/issues/8830";>#8830</a></li>
    <li>Support <code>Union</code> data types for row format <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8828";>#8828</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>FFI support for ListView <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8819";>#8819</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>[Variant] Support more Arrow Datatypes from Variant primitive types
    <a
    
href="https://redirect.github.com/apache/arrow-rs/issues/8805";>#8805</a></li>
    <li><code>FixedSizeBinaryBuilder</code> supports
    <code>append_array</code> <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8750";>#8750</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>Implement special case <code>zip</code> with scalar for Utf8View <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8724";>#8724</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>[geometry] Wire up arrow reader/writer for <code>GEOMETRY</code> and
    <code>GEOGRAPHY</code> <a
    href="https://redirect.github.com/apache/arrow-rs/issues/8717";>#8717</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
    </ul>
    <p><strong>Fixed bugs:</strong></p>
    <ul>
    <li>Soundness Bug in <code>try_binary</code> when <code>Array</code> is
    implemented incorrectly in external crate <a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9106";>#9106</a></li>
    <li>casting <code>Dict(_, LargeUtf8)</code> to <code>Utf8View</code>
    (<code>StringViewArray</code>) panics <a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9101";>#9101</a></li>
    <li>wrong results for null count of <code>nullif</code> kernel <a
    href="https://redirect.github.com/apache/arrow-rs/issues/9085";>#9085</a>
    [<a
    href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]
    [<a
    href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
    <li>Empty first line in some code examples <a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9063";>#9063</a></li>
    <li>GenericByteViewArray::slice is not zero-copy but ought to be <a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9014";>#9014</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/9e822e050016e659028741499388d454a74cf23c";><code>9e822e0</code></a>
    Update version to <code>57.2.0</code>, add CHANGELOG (<a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9103";>#9103</a>)</li>
    <li><a
    
href="https://github.com/apache/arrow-rs/commit/28f66f94e0e7f0e2b27686207a91e40b60e3b957";><code>28f66f9</code></a>
    Add Union encoding documentation (<a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9102";>#9102</a>)</li>
    <li><a
    
href="https://github.com/apache/arrow-rs/commit/a8346be02a240788b1246d847bc8dfec21274306";><code>a8346be</code></a>
    Minor: make it clear cache array reader is not cloning arrays (<a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9057";>#9057</a>)</li>
    <li><a
    
href="https://github.com/apache/arrow-rs/commit/721f373fba7493c873a64421e32f1f67114ac130";><code>721f373</code></a>
    Seal Array trait (<a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9092";>#9092</a>)</li>
    <li><a
    
href="https://github.com/apache/arrow-rs/commit/2b179b805f62e927771f764f8ae92151249e9edd";><code>2b179b8</code></a>
    feat(parquet): relax type compatility check in parquet ArrowWriter (<a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9099";>#9099</a>)</li>
    <li><a
    
href="https://github.com/apache/arrow-rs/commit/10a976fc03af32d26f9e4bf4dcc420cb1a455ef0";><code>10a976f</code></a>
    chore: i...
    
    _Description has been truncated_
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock | 50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 24d157bd7..7aa39b313 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -222,9 +222,9 @@ dependencies = [
 
 [[package]]
 name = "arrow-array"
-version = "57.2.0"
+version = "57.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "65ca404ea6191e06bf30956394173337fa9c35f445bd447fe6c21ab944e1a23c"
+checksum = "4c8955af33b25f3b175ee10af580577280b4bd01f7e823d94c7cdef7cf8c9aef"
 dependencies = [
  "ahash",
  "arrow-buffer",
@@ -241,9 +241,9 @@ dependencies = [
 
 [[package]]
 name = "arrow-buffer"
-version = "57.2.0"
+version = "57.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "36356383099be0151dacc4245309895f16ba7917d79bdb71a7148659c9206c56"
+checksum = "c697ddca96183182f35b3a18e50b9110b11e916d7b7799cbfd4d34662f2c56c2"
 dependencies = [
  "bytes",
  "half",
@@ -290,9 +290,9 @@ dependencies = [
 
 [[package]]
 name = "arrow-data"
-version = "57.2.0"
+version = "57.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "bf87f4ff5fc13290aa47e499a8b669a82c5977c6a1fedce22c7f542c1fd5a597"
+checksum = "1fdd994a9d28e6365aa78e15da3f3950c0fdcea6b963a12fa1c391afb637b304"
 dependencies = [
  "arrow-buffer",
  "arrow-schema",
@@ -303,9 +303,9 @@ dependencies = [
 
 [[package]]
 name = "arrow-ipc"
-version = "57.1.0"
+version = "57.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "3d09446e8076c4b3f235603d9ea7c5494e73d441b01cd61fb33d7254c11964b3"
+checksum = "abf7df950701ab528bf7c0cf7eeadc0445d03ef5d6ffc151eaae6b38a58feff1"
 dependencies = [
  "arrow-array",
  "arrow-buffer",
@@ -343,9 +343,9 @@ dependencies = [
 
 [[package]]
 name = "arrow-ord"
-version = "57.2.0"
+version = "57.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "13c4e0530272ca755d6814218dffd04425c5b7854b87fa741d5ff848bf50aa39"
+checksum = "f7d8f1870e03d4cbed632959498bcc84083b5a24bded52905ae1695bd29da45b"
 dependencies = [
  "arrow-array",
  "arrow-buffer",
@@ -369,9 +369,9 @@ dependencies = [
 
 [[package]]
 name = "arrow-schema"
-version = "57.2.0"
+version = "57.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "6bb63203e8e0e54b288d0d8043ca8fa1013820822a27692ef1b78a977d879f2c"
+checksum = "8c872d36b7bf2a6a6a2b40de9156265f0242910791db366a2c17476ba8330d68"
 dependencies = [
  "serde_core",
  "serde_json",
@@ -379,9 +379,9 @@ dependencies = [
 
 [[package]]
 name = "arrow-select"
-version = "57.2.0"
+version = "57.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "c96d8a1c180b44ecf2e66c9a2f2bbcb8b1b6f14e165ce46ac8bde211a363411b"
+checksum = "68bf3e3efbd1278f770d67e5dc410257300b161b93baedb3aae836144edcaf4b"
 dependencies = [
  "ahash",
  "arrow-array",
@@ -393,9 +393,9 @@ dependencies = [
 
 [[package]]
 name = "arrow-string"
-version = "57.2.0"
+version = "57.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "a8ad6a81add9d3ea30bf8374ee8329992c7fd246ffd8b7e2f48a3cea5aa0cc9a"
+checksum = "85e968097061b3c0e9fe3079cf2e703e487890700546b5b0647f60fca1b5a8d8"
 dependencies = [
  "arrow-array",
  "arrow-buffer",
@@ -1245,7 +1245,7 @@ version = "3.0.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e"
 dependencies = [
- "windows-sys 0.48.0",
+ "windows-sys 0.59.0",
 ]
 
 [[package]]
@@ -3234,7 +3234,7 @@ dependencies = [
  "libc",
  "percent-encoding",
  "pin-project-lite",
- "socket2 0.6.1",
+ "socket2 0.5.10",
  "tokio",
  "tower-service",
  "tracing",
@@ -4576,9 +4576,9 @@ dependencies = [
 
 [[package]]
 name = "parquet"
-version = "57.1.0"
+version = "57.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "be3e4f6d320dd92bfa7d612e265d7d08bba0a240bab86af3425e1d255a511d89"
+checksum = "5f6a2926a30477c0b95fea6c28c3072712b139337a242c2cc64817bdc20a8854"
 dependencies = [
  "ahash",
  "arrow-array",
@@ -4948,7 +4948,7 @@ source = 
"registry+https://github.com/rust-lang/crates.io-index";
 checksum = "ac6c3320f9abac597dcbc668774ef006702672474aad53c6d596b62e487b40b1"
 dependencies = [
  "heck",
- "itertools 0.14.0",
+ "itertools 0.13.0",
  "log",
  "multimap",
  "once_cell",
@@ -4968,7 +4968,7 @@ source = 
"registry+https://github.com/rust-lang/crates.io-index";
 checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425"
 dependencies = [
  "anyhow",
- "itertools 0.14.0",
+ "itertools 0.13.0",
  "proc-macro2",
  "quote",
  "syn",
@@ -5052,7 +5052,7 @@ dependencies = [
  "quinn-udp",
  "rustc-hash",
  "rustls 0.23.36",
- "socket2 0.6.1",
+ "socket2 0.5.10",
  "thiserror 2.0.17",
  "tokio",
  "tracing",
@@ -5089,7 +5089,7 @@ dependencies = [
  "cfg_aliases",
  "libc",
  "once_cell",
- "socket2 0.6.1",
+ "socket2 0.5.10",
  "tracing",
  "windows-sys 0.59.0",
 ]
@@ -7379,7 +7379,7 @@ version = "0.1.11"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
 dependencies = [
- "windows-sys 0.48.0",
+ "windows-sys 0.59.0",
 ]
 
 [[package]]

Reply via email to