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

   Bumps the arrow-datafusion group in /rust with 4 updates: 
[arrow-array](https://github.com/apache/arrow-rs), 
[arrow-buffer](https://github.com/apache/arrow-rs), 
[arrow-schema](https://github.com/apache/arrow-rs) and 
[arrow-select](https://github.com/apache/arrow-rs).
   
   Updates `arrow-array` from 57.3.0 to 58.0.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 58.0.0</h2>
   <!-- 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>
   </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.md";>arrow-array's 
changelog</a>.</em></p>
   <blockquote>
   <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>
   <li>[arrow-avro] Add missing Arrow DataType support with 
<code>avro_custom_types</code> round-trip + non-custom fallbacks <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9290";>#9290</a></li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>ArrowArrayStreamReader errors on zero-column record batches <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9394";>#9394</a></li>
   <li>Regression on main (58): Parquet argument error: Parquet error: Required 
field type_ is missing <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9315";>#9315</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>Improve safety documentation of the <code>Array</code> trait <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9314";>#9314</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Improve docs and add build() method to 
<code>{Null,Boolean,}BufferBuilder</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9155";>#9155</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Improve <code>ArrowReaderBuilder::with_row_filter</code> documentation 
<a href="https://redirect.github.com/apache/arrow-rs/pull/9153";>#9153</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>docs: Improve main README.md and highlight community <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9119";>#9119</a> (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Docs: Add additional documentation and example for  
<code>make_array</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9112";>#9112</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>doc: fix link on FixedSizeListArray doc <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9033";>#9033</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Jefffrey";>Jefffrey</a>)</li>
   </ul>
   <p><strong>Performance improvements:</strong></p>
   <ul>
   <li>Replace <code>ArrayData</code> with direct Array construction <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9338";>#9338</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/liamzwbao";>liamzwbao</a>)</li>
   <li>Remove some <code>unsafe</code> and allocations when creating 
PrimitiveArrays from Vec and <code>from_trusted_len_iter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9299";>#9299</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>parquet: rle skip decode loop when batch contains all max levels (aka no 
nulls) <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9258";>#9258</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/lyang24";>lyang24</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/9d0e8beae74fedb362d88cbc6e32d9760657c9de";><code>9d0e8be</code></a>
 Update version to 58.0.0 and add CHANGELOG (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9420";>#9420</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/ab9c0627892586e5e45832999253d2877a54c3d4";><code>ab9c062</code></a>
 fix: fixed trait functions clash get_date_time_part_extract_fn (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/8221";>#8221</a>) (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9424";>#9424</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/c129c7cfc27bf64ea07665f27db5bc1f485b66cc";><code>c129c7c</code></a>
 Avoid allocating a <code>Vec</code> in <code>StructBuilder</code> (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9428";>#9428</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/2f40f78e4feae3aee261d9608cede9535e1429e0";><code>2f40f78</code></a>
 [Variant] Support <code>['fieldName']</code> in VariantPath parser (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9276";>#9276</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/442e1b8d952f5f15cc0922165e56a8f42bd1e716";><code>442e1b8</code></a>
 perf: optimize skipper for varint values used when projecting Avro record 
typ...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/df635903108418d95f7d0fc2101091684d8504fd";><code>df63590</code></a>
 [Minor] Use per-predicate projection masks in arrow_reader_clickbench 
benchma...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/39a2b71e55e3fa12ee06defb1d133f828bb383f3";><code>39a2b71</code></a>
 Add additional Arrow type support  (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9291";>#9291</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/d8946ca0775ab7fe0eef2fdea4b8bb3d55ec6664";><code>d8946ca</code></a>
 Fix <code>ArrowArrayStreamReader</code> for 0-columns record batch streams (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9405";>#9405</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/70089ac5c1e8de99cd9af780bb3ccb4564ae8ef7";><code>70089ac</code></a>
 feat: support RunEndEncoded arrays in arrow-json reader and writer (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9379";>#9379</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/7fbbde24aee76e00bffd9088375086f53985fb90";><code>7fbbde2</code></a>
 Remove lint issues in parquet-related code. (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9375";>#9375</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/57.3.0...58.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-buffer` from 57.3.0 to 58.0.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 58.0.0</h2>
   <!-- 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>
   </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.md";>arrow-buffer's 
changelog</a>.</em></p>
   <blockquote>
   <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>
   <li>[arrow-avro] Add missing Arrow DataType support with 
<code>avro_custom_types</code> round-trip + non-custom fallbacks <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9290";>#9290</a></li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>ArrowArrayStreamReader errors on zero-column record batches <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9394";>#9394</a></li>
   <li>Regression on main (58): Parquet argument error: Parquet error: Required 
field type_ is missing <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9315";>#9315</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>Improve safety documentation of the <code>Array</code> trait <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9314";>#9314</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Improve docs and add build() method to 
<code>{Null,Boolean,}BufferBuilder</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9155";>#9155</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Improve <code>ArrowReaderBuilder::with_row_filter</code> documentation 
<a href="https://redirect.github.com/apache/arrow-rs/pull/9153";>#9153</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>docs: Improve main README.md and highlight community <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9119";>#9119</a> (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Docs: Add additional documentation and example for  
<code>make_array</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9112";>#9112</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>doc: fix link on FixedSizeListArray doc <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9033";>#9033</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Jefffrey";>Jefffrey</a>)</li>
   </ul>
   <p><strong>Performance improvements:</strong></p>
   <ul>
   <li>Replace <code>ArrayData</code> with direct Array construction <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9338";>#9338</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/liamzwbao";>liamzwbao</a>)</li>
   <li>Remove some <code>unsafe</code> and allocations when creating 
PrimitiveArrays from Vec and <code>from_trusted_len_iter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9299";>#9299</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>parquet: rle skip decode loop when batch contains all max levels (aka no 
nulls) <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9258";>#9258</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/lyang24";>lyang24</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/9d0e8beae74fedb362d88cbc6e32d9760657c9de";><code>9d0e8be</code></a>
 Update version to 58.0.0 and add CHANGELOG (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9420";>#9420</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/ab9c0627892586e5e45832999253d2877a54c3d4";><code>ab9c062</code></a>
 fix: fixed trait functions clash get_date_time_part_extract_fn (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/8221";>#8221</a>) (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9424";>#9424</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/c129c7cfc27bf64ea07665f27db5bc1f485b66cc";><code>c129c7c</code></a>
 Avoid allocating a <code>Vec</code> in <code>StructBuilder</code> (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9428";>#9428</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/2f40f78e4feae3aee261d9608cede9535e1429e0";><code>2f40f78</code></a>
 [Variant] Support <code>['fieldName']</code> in VariantPath parser (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9276";>#9276</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/442e1b8d952f5f15cc0922165e56a8f42bd1e716";><code>442e1b8</code></a>
 perf: optimize skipper for varint values used when projecting Avro record 
typ...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/df635903108418d95f7d0fc2101091684d8504fd";><code>df63590</code></a>
 [Minor] Use per-predicate projection masks in arrow_reader_clickbench 
benchma...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/39a2b71e55e3fa12ee06defb1d133f828bb383f3";><code>39a2b71</code></a>
 Add additional Arrow type support  (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9291";>#9291</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/d8946ca0775ab7fe0eef2fdea4b8bb3d55ec6664";><code>d8946ca</code></a>
 Fix <code>ArrowArrayStreamReader</code> for 0-columns record batch streams (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9405";>#9405</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/70089ac5c1e8de99cd9af780bb3ccb4564ae8ef7";><code>70089ac</code></a>
 feat: support RunEndEncoded arrays in arrow-json reader and writer (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9379";>#9379</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/7fbbde24aee76e00bffd9088375086f53985fb90";><code>7fbbde2</code></a>
 Remove lint issues in parquet-related code. (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9375";>#9375</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/57.3.0...58.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-schema` from 57.3.0 to 58.0.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 58.0.0</h2>
   <!-- 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>
   </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.md";>arrow-schema's 
changelog</a>.</em></p>
   <blockquote>
   <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>
   <li>[arrow-avro] Add missing Arrow DataType support with 
<code>avro_custom_types</code> round-trip + non-custom fallbacks <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9290";>#9290</a></li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>ArrowArrayStreamReader errors on zero-column record batches <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9394";>#9394</a></li>
   <li>Regression on main (58): Parquet argument error: Parquet error: Required 
field type_ is missing <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9315";>#9315</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>Improve safety documentation of the <code>Array</code> trait <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9314";>#9314</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Improve docs and add build() method to 
<code>{Null,Boolean,}BufferBuilder</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9155";>#9155</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Improve <code>ArrowReaderBuilder::with_row_filter</code> documentation 
<a href="https://redirect.github.com/apache/arrow-rs/pull/9153";>#9153</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>docs: Improve main README.md and highlight community <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9119";>#9119</a> (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Docs: Add additional documentation and example for  
<code>make_array</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9112";>#9112</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>doc: fix link on FixedSizeListArray doc <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9033";>#9033</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Jefffrey";>Jefffrey</a>)</li>
   </ul>
   <p><strong>Performance improvements:</strong></p>
   <ul>
   <li>Replace <code>ArrayData</code> with direct Array construction <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9338";>#9338</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/liamzwbao";>liamzwbao</a>)</li>
   <li>Remove some <code>unsafe</code> and allocations when creating 
PrimitiveArrays from Vec and <code>from_trusted_len_iter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9299";>#9299</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>parquet: rle skip decode loop when batch contains all max levels (aka no 
nulls) <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9258";>#9258</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/lyang24";>lyang24</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/9d0e8beae74fedb362d88cbc6e32d9760657c9de";><code>9d0e8be</code></a>
 Update version to 58.0.0 and add CHANGELOG (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9420";>#9420</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/ab9c0627892586e5e45832999253d2877a54c3d4";><code>ab9c062</code></a>
 fix: fixed trait functions clash get_date_time_part_extract_fn (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/8221";>#8221</a>) (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9424";>#9424</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/c129c7cfc27bf64ea07665f27db5bc1f485b66cc";><code>c129c7c</code></a>
 Avoid allocating a <code>Vec</code> in <code>StructBuilder</code> (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9428";>#9428</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/2f40f78e4feae3aee261d9608cede9535e1429e0";><code>2f40f78</code></a>
 [Variant] Support <code>['fieldName']</code> in VariantPath parser (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9276";>#9276</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/442e1b8d952f5f15cc0922165e56a8f42bd1e716";><code>442e1b8</code></a>
 perf: optimize skipper for varint values used when projecting Avro record 
typ...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/df635903108418d95f7d0fc2101091684d8504fd";><code>df63590</code></a>
 [Minor] Use per-predicate projection masks in arrow_reader_clickbench 
benchma...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/39a2b71e55e3fa12ee06defb1d133f828bb383f3";><code>39a2b71</code></a>
 Add additional Arrow type support  (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9291";>#9291</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/d8946ca0775ab7fe0eef2fdea4b8bb3d55ec6664";><code>d8946ca</code></a>
 Fix <code>ArrowArrayStreamReader</code> for 0-columns record batch streams (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9405";>#9405</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/70089ac5c1e8de99cd9af780bb3ccb4564ae8ef7";><code>70089ac</code></a>
 feat: support RunEndEncoded arrays in arrow-json reader and writer (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9379";>#9379</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/7fbbde24aee76e00bffd9088375086f53985fb90";><code>7fbbde2</code></a>
 Remove lint issues in parquet-related code. (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9375";>#9375</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/57.3.0...58.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-select` from 57.3.0 to 58.0.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 58.0.0</h2>
   <!-- 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>
   </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.md";>arrow-select's 
changelog</a>.</em></p>
   <blockquote>
   <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>
   <li>[arrow-avro] Add missing Arrow DataType support with 
<code>avro_custom_types</code> round-trip + non-custom fallbacks <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9290";>#9290</a></li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>ArrowArrayStreamReader errors on zero-column record batches <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9394";>#9394</a></li>
   <li>Regression on main (58): Parquet argument error: Parquet error: Required 
field type_ is missing <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9315";>#9315</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>Improve safety documentation of the <code>Array</code> trait <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9314";>#9314</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Improve docs and add build() method to 
<code>{Null,Boolean,}BufferBuilder</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9155";>#9155</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Improve <code>ArrowReaderBuilder::with_row_filter</code> documentation 
<a href="https://redirect.github.com/apache/arrow-rs/pull/9153";>#9153</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>docs: Improve main README.md and highlight community <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9119";>#9119</a> (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Docs: Add additional documentation and example for  
<code>make_array</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9112";>#9112</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>doc: fix link on FixedSizeListArray doc <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9033";>#9033</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Jefffrey";>Jefffrey</a>)</li>
   </ul>
   <p><strong>Performance improvements:</strong></p>
   <ul>
   <li>Replace <code>ArrayData</code> with direct Array construction <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9338";>#9338</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/liamzwbao";>liamzwbao</a>)</li>
   <li>Remove some <code>unsafe</code> and allocations when creating 
PrimitiveArrays from Vec and <code>from_trusted_len_iter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9299";>#9299</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>parquet: rle skip decode loop when batch contains all max levels (aka no 
nulls) <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9258";>#9258</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/lyang24";>lyang24</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/9d0e8beae74fedb362d88cbc6e32d9760657c9de";><code>9d0e8be</code></a>
 Update version to 58.0.0 and add CHANGELOG (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9420";>#9420</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/ab9c0627892586e5e45832999253d2877a54c3d4";><code>ab9c062</code></a>
 fix: fixed trait functions clash get_date_time_part_extract_fn (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/8221";>#8221</a>) (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9424";>#9424</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/c129c7cfc27bf64ea07665f27db5bc1f485b66cc";><code>c129c7c</code></a>
 Avoid allocating a <code>Vec</code> in <code>StructBuilder</code> (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9428";>#9428</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/2f40f78e4feae3aee261d9608cede9535e1429e0";><code>2f40f78</code></a>
 [Variant] Support <code>['fieldName']</code> in VariantPath parser (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9276";>#9276</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/442e1b8d952f5f15cc0922165e56a8f42bd1e716";><code>442e1b8</code></a>
 perf: optimize skipper for varint values used when projecting Avro record 
typ...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/df635903108418d95f7d0fc2101091684d8504fd";><code>df63590</code></a>
 [Minor] Use per-predicate projection masks in arrow_reader_clickbench 
benchma...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/39a2b71e55e3fa12ee06defb1d133f828bb383f3";><code>39a2b71</code></a>
 Add additional Arrow type support  (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9291";>#9291</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/d8946ca0775ab7fe0eef2fdea4b8bb3d55ec6664";><code>d8946ca</code></a>
 Fix <code>ArrowArrayStreamReader</code> for 0-columns record batch streams (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9405";>#9405</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/70089ac5c1e8de99cd9af780bb3ccb4564ae8ef7";><code>70089ac</code></a>
 feat: support RunEndEncoded arrays in arrow-json reader and writer (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9379";>#9379</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/7fbbde24aee76e00bffd9088375086f53985fb90";><code>7fbbde2</code></a>
 Remove lint issues in parquet-related code. (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9375";>#9375</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/57.3.0...58.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </details>


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to