dependabot[bot] opened a new pull request, #395:
URL: https://github.com/apache/iceberg-rust/pull/395

   Updates the requirements on 
[arrow-arith](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-arith's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/51.0.0";>51.0.0</a> 
(2024-03-15)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/50.0.0...51.0.0";>Full 
Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Remove internal buffering from AsyncArrowWriter (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/5484";>#5484</a>) <a 
href="https://redirect.github.com/apache/arrow-rs/pull/5485";>#5485</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Make ArrayBuilder also Sync <a 
href="https://redirect.github.com/apache/arrow-rs/pull/5353";>#5353</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/dvic";>dvic</a>)</li>
   <li>Raw JSON writer (~10x faster) (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/5314";>#5314</a>)  <a 
href="https://redirect.github.com/apache/arrow-rs/pull/5318";>#5318</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Prototype Arrow over HTTP in Rust <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5496";>#5496</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add DataType::ListView and DataType::LargeListView <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5492";>#5492</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>Improve documentation around handling of dictionary arrays in arrow 
flight <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5487";>#5487</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>]</li>
   <li>Better memory limiting in parquet <code>ArrowWriter</code>  <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5484";>#5484</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Support Creating Non-Nullable Lists and Maps within a Struct <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5482";>#5482</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[DISCUSSION] Better borrow propagation (e.g. 
<code>RecordBatch::schema()</code> to return <code>&amp;SchemaRef</code> vs 
<code>SchemaRef</code>) <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5463";>#5463</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/apache/arrow-rs/labels/arrow-flight";>arrow-flight</a>]</li>
   <li>Build Scalar with ArrayRef <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5459";>#5459</a></li>
   <li>AsyncArrowWriter doesn't limit underlying ArrowWriter to respect 
buffer-size <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5450";>#5450</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Refine <code>Display</code> implementation for <code>FlightError</code> 
<a href="https://redirect.github.com/apache/arrow-rs/issues/5438";>#5438</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>]</li>
   <li>Better ergonomics for <code>FixedSizeList</code> and 
<code>LargeList</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5372";>#5372</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Update Flight proto <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5367";>#5367</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>]</li>
   <li>Support check similar datatype but with different magnitudes <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5358";>#5358</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Buffer memory usage for custom allocations is reported as 0 <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5346";>#5346</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Can the ArrayBuilder trait be made Sync? <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5344";>#5344</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>support cast 'UTF8' to <code>FixedSizeList</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5339";>#5339</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support Creating Non-Nullable Lists with ListBuilder <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5330";>#5330</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li><code>ParquetRecordBatchStreamBuilder::new()</code> panics instead of 
erroring out when opening a corrupted file <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5315";>#5315</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Raw JSON Writer <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5314";>#5314</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add support for more fused boolean operations <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5297";>#5297</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>parquet: Allow disabling embed <code>ARROW_SCHEMA_META_KEY</code> added 
by the <code>ArrowWriter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5296";>#5296</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Support casting strings like '2001-01-01 01:01:01' to Date32 <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5280";>#5280</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Temporal Extract/Date Part Kernel <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5266";>#5266</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support for extracting hours/minutes/seconds/etc. from 
<code>Time32</code>/<code>Time64</code> type in temporal kernels <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5261";>#5261</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>parquet: add method to get both the inner writer and the file metadata 
when closing SerializedFileWriter <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5253";>#5253</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Release arrow-rs version 50.0.0 <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5234";>#5234</a></li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Empty String Parses as Zero in Unreleased Arrow <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5504";>#5504</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Unused import in nightly rust <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5476";>#5476</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/apache/arrow-rs/labels/arrow-flight";>arrow-flight</a>]</li>
   <li>Error <code>The data type type List .. has no natural order</code> when 
using <code>arrow::compute::lexsort_to_indices</code> with list and more than 
one column <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5454";>#5454</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Wrong size assertion in 
arrow_buffer::builder::NullBufferBuilder::new_from_buffer <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5445";>#5445</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Inconsistency between comments and code implementation <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5430";>#5430</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>OOB access in <code>Buffer::from_iter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5412";>#5412</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Cast kernel doesn't return null for string to integral cases when 
overflowing under safe option enabled <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5397";>#5397</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Make ffi consume variable layout arrays with empty offsets <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5391";>#5391</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>RecordBatch conversion from pyarrow loses Schema's metadata <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5354";>#5354</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Debug output of Time32/Time64 arrays with invalid values has confusing 
nulls <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5336";>#5336</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>See full diff in <a 
href="https://github.com/apache/arrow-rs/compare/51.0.0...51.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 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

Reply via email to