dependabot[bot] opened a new pull request, #591: URL: https://github.com/apache/arrow-ballista/pull/591
Updates the requirements on [arrow](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/30.0.1/CHANGELOG.md">arrow's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/apache/arrow-rs/tree/30.0.1">30.0.1</a> (2023-01-04)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/30.0.0...30.0.1">Full Changelog</a></p> <p><strong>Merged pull requests:</strong></p> <ul> <li>Remove multiversion dependency <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3452">#3452</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li> <li>Re-export nullif kernel <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3451">#3451</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li> </ul> <h2><a href="https://github.com/apache/arrow-rs/tree/30.0.0">30.0.0</a> (2022-12-29)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/29.0.0...30.0.0">Full Changelog</a></p> <p><strong>Breaking changes:</strong></p> <ul> <li>Infer Parquet JSON Logical and Converted Type as UTF-8 <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3376">#3376</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li> <li>Use custom Any instead of prost_types <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3360">#3360</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li> <li>Use bytes in arrow-flight <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3359">#3359</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li> </ul> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Add derived implementations of Clone and Debug for <code>ParquetObjectReader</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3381">#3381</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Speed up TrackedWrite <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3366">#3366</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Is it possible for ArrowWriter to write key_value_metadata after write all records <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3356">#3356</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Add UnionArray test to arrow-pyarrow integration test <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3346">#3346</a></li> <li>Document / Deprecate arrow_flight::utils::flight_data_from_arrow_batch <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3312">#3312</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>[FlightSQL] Support HTTPs <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3309">#3309</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>]</li> <li>Support UnionArray in ffi <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3304">#3304</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Add support for Azure Data Lake Storage Gen2 (aka: ADLS Gen2) in Object Store library <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3283">#3283</a></li> <li>Support casting from String to Decimal <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3280">#3280</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Allow ArrowCSV writer to control the display of NULL values <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3268">#3268</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>FlightSQL example is broken <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3386">#3386</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>]</li> <li>CSV Reader Bounds Incorrectly Handles Header <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3364">#3364</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Incorrect output string from <code>try_to_type</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3350">#3350</a></li> <li>Decimal arithmetic computation fails to run because decimal type equality <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3344">#3344</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Pretty print not implemented for Map <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3322">#3322</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>ILIKE Kernels Inconsistent Case Folding <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3311">#3311</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Documentation updates:</strong></p> <ul> <li>minor: Improve arrow-flight docs <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3372">#3372</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/alamb">alamb</a>)</li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Version 30.0.0 release notes and changelog <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3406">#3406</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>] (<a href="https://github.com/alamb">alamb</a>)</li> <li>Ends ParquetRecordBatchStream when polling on StreamState::Error <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3404">#3404</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/viirya">viirya</a>)</li> <li>fix clippy issues <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3398">#3398</a> (<a href="https://github.com/Jimexist">Jimexist</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/4ad6ad6e8ce47259797961c1950b1179a0f72467"><code>4ad6ad6</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/apache/arrow-rs/commit/0093dcf288c5f8e8dece3f8ab538ec1f31c79157"><code>0093dcf</code></a> Update version</li> <li><a href="https://github.com/apache/arrow-rs/commit/adf70d1b371d0a6364f9139aa1258858841eb99d"><code>adf70d1</code></a> Re-export nullif kernel (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3451">#3451</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/1423afd250634319f5a1f10b71d68f4ce306019c"><code>1423afd</code></a> Remove multiversion dependency (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3452">#3452</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/9398af67d5d6530616fd5e687ba781299d74bfd4"><code>9398af6</code></a> Update verify_release.sh to work with 30.0.0 (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3413">#3413</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/9b5762181f63f0dc77e80414f1761e4819f43287"><code>9b57621</code></a> Final release ntoes (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3409">#3409</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/bfae10840997a6cadf393bab0ae8b2dacfb74b4b"><code>bfae108</code></a> Version 30.0.0 release notes and changelog (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3406">#3406</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/99a20dd872972096e54f26b33450c5958f33d2e5"><code>99a20dd</code></a> add more integration test for parquet bloom filter round trip tests (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3210">#3210</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/513d543cf99d0622661c2824d735d4f4bf17c0d3"><code>513d543</code></a> Ends ParquetRecordBatchStream when polling on StreamState::Error (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3404">#3404</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/8f9969246d13741ead0cbcbb1cb7bab057ca15d2"><code>8f99692</code></a> object_store: Flush buffered multipart only during poll_shutdown (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3397">#3397</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/28.0.0...30.0.1">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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org