dependabot[bot] opened a new pull request, #633: URL: https://github.com/apache/iceberg-rust/pull/633
Updates the requirements on [arrow-string](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-string'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(&[])</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><a href="https://github.com/apache/arrow-rs/commit/49e714de6e951169d0d5e73381af247ad0230fcf"><code>49e714d</code></a> Prepare <code>52.2.0</code> release (<a href="https://redirect.github.com/apache/arrow-rs/issues/6110">#6110</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/af40ea382275dba967bfabc1632fded07d2129b9"><code>af40ea3</code></a> Implement specialized min/max for <code>GenericBinaryView</code> (<code>StringView</code> and `Bina...</li> <li><a href="https://github.com/apache/arrow-rs/commit/93e4eb25c7a09e3d1eb0210f47639b3c836cd5af"><code>93e4eb2</code></a> Faster <code>GenericByteView</code> construction (<a href="https://redirect.github.com/apache/arrow-rs/issues/6102">#6102</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/8aa91e519aa25587b7c79e08b2bb69b905b23927"><code>8aa91e5</code></a> Make bool_or an alias for max_boolean (<a href="https://redirect.github.com/apache/arrow-rs/issues/6100">#6100</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/658e58f8822926cdc53cd0af89a84d53257feb22"><code>658e58f</code></a> add benchmark to track performance (<a href="https://redirect.github.com/apache/arrow-rs/issues/6101">#6101</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/5de1d5e74170902224c715a8ef3bb595abb069b3"><code>5de1d5e</code></a> Optimize <code>max_boolean</code> by operating on u64 chunks (<a href="https://redirect.github.com/apache/arrow-rs/issues/6098">#6098</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/ee5694078c86c8201549654246900a4232d531a9"><code>ee56940</code></a> fix panic in <code>ParquetMetadata::memory_size</code>: check has_min_max_set before inv...</li> <li><a href="https://github.com/apache/arrow-rs/commit/16915b57f066875b650c44edf55a748c6e49c709"><code>16915b5</code></a> Add PartialEq to ParquetMetaData and FileMetadata (<a href="https://redirect.github.com/apache/arrow-rs/issues/6082">#6082</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/8a5be1330e30e6dd7760dba910737550d760e612"><code>8a5be13</code></a> Enable casting from Utf8View (<a href="https://redirect.github.com/apache/arrow-rs/issues/6077">#6077</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/9be0eb530de85a68358dc31c146f71ccb97739ca"><code>9be0eb5</code></a> Minor: Improve parquet PageIndex documentation (<a href="https://redirect.github.com/apache/arrow-rs/issues/6042">#6042</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/52.0.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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org