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

   Updates the requirements on [arrow-cast](https://github.com/apache/arrow-rs) 
to permit the latest version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md";>arrow-cast's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/52.2.0";>52.2.0</a> 
(2024-07-24)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/52.1.0...52.2.0";>Full 
Changelog</a></p>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Faster min/max for string/binary view arrays <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6088";>#6088</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support casting to/from Utf8View <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6076";>#6076</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Min/max support for String/BinaryViewArray <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6052";>#6052</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Improve performance of constructing <code>ByteView</code>s for small 
strings <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6034";>#6034</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>Fast UTF-8 validation when reading StringViewArray from Parquet <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5995";>#5995</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Optimize StringView row decoding <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5945";>#5945</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Implementing <code>deduplicate</code> / <code>intern</code> 
functionality for StringView <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5910";>#5910</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add <code>FlightSqlServiceClient::new_from_inner</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6003";>#6003</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] [<a 
href="https://github.com/apache/arrow-rs/labels/arrow-flight";>arrow-flight</a>] 
(<a href="https://github.com/lewiszlw";>lewiszlw</a>)</li>
   <li>Complete <code>StringViewArray</code> and <code>BinaryViewArray</code> 
parquet decoder:  <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6004";>#6004</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/XiangpengHao";>XiangpengHao</a>)</li>
   <li>Add begin/end_transaction methods in FlightSqlServiceClient <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6026";>#6026</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] [<a 
href="https://github.com/apache/arrow-rs/labels/arrow-flight";>arrow-flight</a>] 
(<a href="https://github.com/lewiszlw";>lewiszlw</a>)</li>
   <li>Read Parquet statistics as arrow <code>Arrays</code>  <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6046";>#6046</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/efredine";>efredine</a>)</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Panic in <code>ParquetMetadata::memory_size</code> if no min/max set <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6091";>#6091</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>BinaryViewArray doesn't roundtrip a single <code>Some(&amp;[])</code> 
through parquet <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6086";>#6086</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Parquet <code>ColumnIndex</code> for null columns is written even when 
statistics are disabled <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6010";>#6010</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>Fix typo in GenericByteViewArray documentation <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6054";>#6054</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/progval";>progval</a>)</li>
   <li>Minor: Improve parquet PageIndex documentation <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6042";>#6042</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>Potential performance improvements for reading Parquet to 
StringViewArray/BinaryViewArray <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5904";>#5904</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>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>Faster <code>GenericByteView</code> construction <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6102";>#6102</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>] (<a 
href="https://github.com/XiangpengHao";>XiangpengHao</a>)</li>
   <li>Add benchmark to track byte-view construction performance <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6101";>#6101</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/XiangpengHao";>XiangpengHao</a>)</li>
   <li>Optimize <code>bool_or</code> using <code>max_boolean</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6100";>#6100</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/simonvandel";>simonvandel</a>)</li>
   <li>Optimize <code>max_boolean</code> by operating on u64 chunks <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6098";>#6098</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/simonvandel";>simonvandel</a>)</li>
   <li>fix panic in <code>ParquetMetadata::memory_size</code>: check 
has_min_max_set before invoking min()/max() <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6092";>#6092</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/Fischer0522";>Fischer0522</a>)</li>
   <li>Implement specialized min/max for <code>GenericBinaryView</code> 
(<code>StringView</code> and <code>BinaryView</code>) <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6089";>#6089</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/XiangpengHao";>XiangpengHao</a>)</li>
   <li>Add PartialEq to ParquetMetaData and FileMetadata <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6082";>#6082</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/adriangb";>adriangb</a>)</li>
   <li>Enable casting from Utf8View <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6077";>#6077</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/a10y";>a10y</a>)</li>
   <li>StringView support in arrow-csv <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6062";>#6062</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/2010YOUY01";>2010YOUY01</a>)</li>
   <li>Implement min max support for string/binary view types <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6053";>#6053</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/XiangpengHao";>XiangpengHao</a>)</li>
   <li>Minor: clarify the relationship between <code>file::metadata</code> and 
<code>format</code> in docs <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6049";>#6049</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Minor API adjustments for StringViewBuilder <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6047";>#6047</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/XiangpengHao";>XiangpengHao</a>)</li>
   <li>Add parquet <code>StatisticsConverter</code> for arrow reader <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6046";>#6046</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/efredine";>efredine</a>)</li>
   <li>Directly decode String/BinaryView types from arrow-row format <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6044";>#6044</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/XiangpengHao";>XiangpengHao</a>)</li>
   <li>Clean up unused code for view types in offset buffer <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6040";>#6040</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/XiangpengHao";>XiangpengHao</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/apache/arrow-rs/compare/52.2.0...52.2.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 merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


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

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to