dependabot[bot] opened a new pull request, #555:
URL: https://github.com/apache/hudi-rs/pull/555

   Updates the requirements on 
[arrow-buffer](https://github.com/apache/arrow-rs) to permit the latest version.
   <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>
   <!-- raw HTML omitted -->
   <h1>Changelog</h1>
   <h2><a href="https://github.com/apache/arrow-rs/tree/58.1.0";>58.1.0</a> 
(2026-03-20)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/58.0.0...58.1.0";>Full 
Changelog</a></p>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Reuse compression dict lz4_block <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9566";>#9566</a></li>
   <li>[Variant] Add <code>variant_to_arrow</code> <code>Struct</code> type 
support <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9529";>#9529</a></li>
   <li>[Variant] Add <code>unshred_variant</code> support for 
<code>Binary</code> and <code>LargeBinary</code> types <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9526";>#9526</a></li>
   <li>[Variant] Add <code>shred_variant</code> support for 
<code>LargeUtf8</code> and <code>LargeBinary</code> types <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9525";>#9525</a></li>
   <li>[Variant] <code>variant_get</code> tests clean up <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9517";>#9517</a></li>
   <li>parquet_variant: Support LargeUtf8 typed value in 
<code>unshred_variant</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9513";>#9513</a></li>
   <li>parquet-variant: Support string view typed value in 
<code>unshred_variant</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9512";>#9512</a></li>
   <li>Deprecate ArrowTimestampType::make_value in favor of from_naive_datetime 
<a href="https://redirect.github.com/apache/arrow-rs/issues/9490";>#9490</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Followup for support ['fieldName'] in VariantPath <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9478";>#9478</a></li>
   <li>Speedup DELTA_BINARY_PACKED decoding when bitwidth is 0 <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9476";>#9476</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Support CSV files encoded with charsets other than UTF-8 <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9465";>#9465</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Expose Avro writer schema when building the reader <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9460";>#9460</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Python: avoid importing pyarrow classes ever time <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9438";>#9438</a></li>
   <li>Add <code>append_nulls</code> to <code>MapBuilder</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9431";>#9431</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add <code>append_non_nulls</code> to <code>StructBuilder</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9429";>#9429</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add <code>append_value_n</code> to GenericByteBuilder <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9425";>#9425</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Optimize <code>from_bitwise_binary_op</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9378";>#9378</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Configurable Arrow representation of UTC timestamps for Avro reader <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9279";>#9279</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>MutableArrayData::extend does not copy child values for ListView arrays 
<a href="https://redirect.github.com/apache/arrow-rs/issues/9561";>#9561</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>ListView interleave bug <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9559";>#9559</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</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.0.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 this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


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

To unsubscribe, e-mail: [email protected]

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

Reply via email to