dependabot[bot] opened a new pull request, #193: URL: https://github.com/apache/arrow-ballista/pull/193
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/22.0.0">22.0.0</a> (2022-09-02)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/21.0.0...22.0.0">Full Changelog</a></p> <p><strong>Breaking changes:</strong></p> <ul> <li>Use <code>total_cmp</code> for floating value ordering and remove <code>nan_ordering</code> feature flag <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2614">#2614</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/viirya">viirya</a>)</li> <li>Gate dyn comparison of dictionary arrays behind <code>dyn_cmp_dict</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2597">#2597</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li> <li>Move JsonSerializable to json module (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2300">#2300</a>) <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2595">#2595</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li> <li>Decimal precision scale datatype change <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2532">#2532</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/psvri">psvri</a>)</li> <li>Refactor PrimitiveBuilder Constructors <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2518">#2518</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/psvri">psvri</a>)</li> <li>Refactoring DecimalBuilder constructors <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2517">#2517</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/psvri">psvri</a>)</li> <li>Refactor FixedSizeBinaryBuilder Constructors <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2516">#2516</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/psvri">psvri</a>)</li> <li>Refactor BooleanBuilder Constructors <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2515">#2515</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/psvri">psvri</a>)</li> <li>Refactor UnionBuilder Constructors <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2488">#2488</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/psvri">psvri</a>)</li> </ul> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Add Macros to assist with static dispatch <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2635">#2635</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Support comparison between DictionaryArray and BooleanArray <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2617">#2617</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Use <code>total_cmp</code> for floating value ordering and remove <code>nan_ordering</code> feature flag <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2613">#2613</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Support empty projection in CSV, JSON readers <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2603">#2603</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Support SQL-compliant NaN ordering between for DictionaryArray and non-DictionaryArray <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2599">#2599</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Add <code>dyn_cmp_dict</code> feature flag to gate dyn comparison of dictionary arrays <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2596">#2596</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Add max_dyn and min_dyn for max/min for dictionary array <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2584">#2584</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Allow FlightSQL implementers to extend <code>do_get()</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2581">#2581</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>]</li> <li>Support SQL-compliant behavior on <code>eq_dyn</code>, <code>neq_dyn</code>, <code>lt_dyn</code>, <code>lt_eq_dyn</code>, <code>gt_dyn</code>, <code>gt_eq_dyn</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2569">#2569</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Add sql-compliant feature for enabling sql-compliant kernel behavior <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2568">#2568</a></li> <li>Calculate <code>sum</code> for dictionary array <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2565">#2565</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Add test for float nan comparison <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2556">#2556</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Compare dictionary with string array <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2548">#2548</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Compare dictionary with primitive array in <code>lt_dyn</code>, <code>lt_eq_dyn</code>, <code>gt_dyn</code>, <code>gt_eq_dyn</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2538">#2538</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Compare dictionary with primitive array in <code>eq_dyn</code> and <code>neq_dyn</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2535">#2535</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>UnionBuilder Create Children With Capacity <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2523">#2523</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Speed up <code>like_utf8_scalar</code> for <code>%pat%</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2519">#2519</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Replace macro with TypedDictionaryArray in comparison kernels <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2513">#2513</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Use same codebase for boolean kernels <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2507">#2507</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Use u8 for Decimal Precision and Scale <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2496">#2496</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Integrate skip row without pageIndex in SerializedPageReader in Fuzz Test <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2475">#2475</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Avoid unecessary copies in Arrow IPC reader <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2437">#2437</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Add GenericColumnReader::skip_records Missing OffsetIndex Fallback <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2433">#2433</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Support Reading PageIndex with ParquetRecordBatchStream <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2430">#2430</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Specialize FixedLenByteArrayReader for Parquet <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2318">#2318</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Make JSON support Optional via Feature Flag <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2300">#2300</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>Casting timestamp array to string should not ignore timezone <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2607">#2607</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Ilike_ut8_scalar kernals have incorrect logic <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2544">#2544</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Always validate the array data when creating array in IPC reader <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2541">#2541</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/e5b9d05ec50807666efe401729708d53216d79fc"><code>e5b9d05</code></a> Update version to <code>22.0.0</code> and update <code>CHANGELOG</code> (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2612">#2612</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/2b2c15b856085bf32a874582efa65ce4904f969c"><code>2b2c15b</code></a> Add Linux, Mac and Windows .gitignore (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2630">#2630</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/5a49cfed425f949520f4cb248c79a8d56a0150c5"><code>5a49cfe</code></a> Add downcast macros (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2635">#2635</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2636">#2636</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/2d3a350074dfb1d89a5d15ff8b37cae68eb8aa6f"><code>2d3a350</code></a> Use http with fake-gcs (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2632">#2632</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/a9875f5e925cfde7ea063bd2c37b250e4ac64aee"><code>a9875f5</code></a> Document all arrow features in docs.rs (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2633">#2633</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2634">#2634</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/41a2d2dfe50fee5207863ba953919a6136b6fd02"><code>41a2d2d</code></a> Document dyn_cmp_dict (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2624">#2624</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/94bc7267492112fd5fec3774f3dda2cf8fa81962"><code>94bc726</code></a> Update quick-xml 0.24 (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2625">#2625</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/b792ff7d91405e09639e71524f73535e60ab1c96"><code>b792ff7</code></a> Make JSON support optional via a feature flag (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2300">#2300</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2601">#2601</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/20282d1acd1797411442abcb8eae15673d609261"><code>20282d1</code></a> Use required-features for CSV benchmarks/examples (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2602">#2602</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/12ad8d71ace0624812215766e8e6b71272fa4598"><code>12ad8d7</code></a> Cast timestamp array to string array with timezone (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2608">#2608</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/21.0.0...22.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]
