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

   Updates the requirements on 
[arrow-flight](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.md";>arrow-flight's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/21.0.0";>21.0.0</a> 
(2022-08-18)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/20.0.0...21.0.0";>Full 
Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Return structured <code>ColumnCloseResult</code> (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2465";>#2465</a>)
 <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2466";>#2466</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Push <code>ChunkReader</code> into <code>SerializedPageReader</code> (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2463";>#2463</a>)
 <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2464";>#2464</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Revise FromIterator for Decimal128Array to use Into instead of Borrow <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2442";>#2442</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/viirya";>viirya</a>)</li>
   <li>Use Fixed-Length Array in BasicDecimal new and raw_value <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2405";>#2405</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/HaoYang670";>HaoYang670</a>)</li>
   <li>Remove deprecated ParquetWriter <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2380";>#2380</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Remove deprecated SliceableCursor and InMemoryWriteableCursor <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2378";>#2378</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>add into_inner method to ArrowWriter <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2491";>#2491</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Remove byteorder dependency <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2472";>#2472</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Return Structured ColumnCloseResult from GenericColumnWriter::close <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2465";>#2465</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Push <code>ChunkReader</code> into <code>SerializedPageReader</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2463";>#2463</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Support SerializedPageReader::skip_page without OffsetIndex <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2459";>#2459</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Support Time64/Time32 comparison <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2457";>#2457</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Revise FromIterator for Decimal128Array to use Into instead of Borrow <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2441";>#2441</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Support <code>RowFilter</code> 
within<code>ParquetRecordBatchReader</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2431";>#2431</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Remove the field <code>StructBuilder::len</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2429";>#2429</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Standardize creation and configuration of parquet --&gt; Arrow readers ( 
<code>ParquetRecordBatchReaderBuilder</code>) <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2427";>#2427</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Use <code>OffsetIndex</code> to Prune IO in 
<code>ParquetRecordBatchStream</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2426";>#2426</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Support <code>peek_next_page</code> and <code>skip_next_page</code> in 
<code>InMemoryPageReader</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2406";>#2406</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Support casting from <code>Utf8</code>/<code>LargeUtf8</code> to 
<code>Binary</code>/<code>LargeBinary</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2402";>#2402</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support casting between <code>Decimal128</code> and 
<code>Decimal256</code> arrays <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2375";>#2375</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Combine multiple selections into the same batch size in 
<code>skip_records</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2358";>#2358</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Add API to change timezone for timestamp array <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2346";>#2346</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Change the output of <code>read_buffer</code> Arrow IPC API to return 
<code>Result&lt;_&gt;</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2342";>#2342</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Allow <code>skip_records</code> in <code>GenericColumnReader</code> to 
skip across row groups <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2331";>#2331</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Optimize the validation of <code>Decimal256</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2320";>#2320</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Implement Skip for <code>DeltaBitPackDecoder</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2281";>#2281</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Changes to <code>ParquetRecordBatchStream</code> to support row 
filtering in DataFusion <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2270";>#2270</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Add <code>ArrayReader::skip_records</code> API <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2197";>#2197</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Panic in SerializedPageReader without offset index <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2503";>#2503</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>MapArray columns don't handle null values correctly <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2484";>#2484</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>There is no compiler error when using an invalid Decimal type. <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2440";>#2440</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Flight SQL Server sends incorrect response for 
<code>DoPutUpdateResult</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2403";>#2403</a>
 [<a 
href="https://github.com/apache/arrow-rs/labels/arrow-flight";>arrow-flight</a>]</li>
   <li><code>AsyncFileReader</code>No Longer Object-Safe <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2372";>#2372</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>StructBuilder Does not Verify Child Lengths <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2252";>#2252</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>Combine <code>DecimalArray</code> validation <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2447";>#2447</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/68934f0fa5da62ae9fcbb753d1dfd8f672a4eb1e";><code>68934f0</code></a>
 Fix rustfmt commands (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2506";>#2506</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/7ce6ba4b184fae19ca20ade5e9e712a435a8153b";><code>7ce6ba4</code></a>
 Update create-tarball.sh and verify_release.sh script to skip 
<code>object_store</code> ...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/dacd35410f3a9cee3d6103b9b0f71e8669e7a430";><code>dacd354</code></a>
 Prepare for release <code>21.0.0</code> -- update version and CHANGELOG.md (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2483";>#2483</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/526a2b837f59007ee335f1082f5e1f3ffa7f6ce0";><code>526a2b8</code></a>
 Fix bug in page skipping (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2504";>#2504</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/c34f07f7ffcd0dc665e1b42d915a35bfa80cdebb";><code>c34f07f</code></a>
 Fix <code>MapArrayReader</code> (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2484";>#2484</a>)
 (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1699";>#1699</a>)
 (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1561";>#1561</a>)
 (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2500";>#2500</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/f3afdd2ecad0642e1015ccc56cecb91ef3edc7b7";><code>f3afdd2</code></a>
 Add API to Retrieve Finished Writer from Parquet Writer (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2498";>#2498</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/15f42b26f80833b5fe9cb7fe72b37492950eadb9";><code>15f42b2</code></a>
 RFC: Simplify decimal (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2440";>#2440</a>)
 (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2477";>#2477</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/e60eef3d09d15deb66fd29d66375d34c6564eaa4";><code>e60eef3</code></a>
 parquet-read: add support to read parquet data from stdin (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2482";>#2482</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/a835ba0ad4f18a1b0da987f797756f920ef50a2d";><code>a835ba0</code></a>
 mention object-store in front page doc (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2499";>#2499</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/97b4f65518a358724b549790f53ec284eee63e50";><code>97b4f65</code></a>
 Derive Copy,Clone for BasicDecimal (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2495";>#2495</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/18.0.0...21.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 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