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

   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/master/CHANGELOG.md";>arrow's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/23.0.0";>23.0.0</a> 
(2022-09-16)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/22.0.0...23.0.0";>Full 
Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Move JSON Test Format To integration-testing <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2724";>#2724</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Split out arrow-buffer crate (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2594";>#2594</a>)
 <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2693";>#2693</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Simplify DictionaryBuilder constructors (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2684";>#2684</a>)
 (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2054";>#2054</a>)
 <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2685";>#2685</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/tustvold";>tustvold</a>)</li>
   <li>Deprecate RecordBatch::concat replace with concat_batches (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2594";>#2594</a>)
 <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2683";>#2683</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Add overflow-checking variant for primitive arithmetic kernels and 
explicitly define overflow behavior <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2643";>#2643</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/viirya";>viirya</a>)</li>
   <li>Update thrift v0.16 and vendor parquet-format (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2502";>#2502</a>)
 <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2626";>#2626</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Update flight definitions including backwards-incompatible change to 
GetSchema <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2586";>#2586</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/liukun4515";>liukun4515</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Cleanup like and nlike utf8 kernels <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2744";>#2744</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Speedup eq and neq kernels for utf8 arrays <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2742";>#2742</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>API for more ergonomic construction of <code>RecordBatchOptions</code> 
<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2728";>#2728</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Automate updates to <code>CHANGELOG-old.md</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2726";>#2726</a></li>
   <li>Don't check the <code>DivideByZero</code> error for float modulus <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2720";>#2720</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li><code>try_binary</code> should not panic on unequaled array length. <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2715";>#2715</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add benchmark for bitwise operation <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2714";>#2714</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add overflow-checking variants of arithmetic scalar dyn kernels <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2712";>#2712</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add divide_opt kernel which produce null values on division by zero 
error <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2709";>#2709</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add <code>DataType</code> function to detect nested types <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2704";>#2704</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add support of sorting dictionary of other primitive types <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2700";>#2700</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Sort indices of dictionary string values <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2697";>#2697</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support empty projection in <code>RecordBatch::project</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2690";>#2690</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support sorting dictionary encoded primitive integer arrays <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2679";>#2679</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Use BitIndexIterator in min_max_helper <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2674";>#2674</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support building comparator for dictionaries of primitive integer values 
<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2672";>#2672</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Change max/min string macro to generic helper function 
<code>min_max_helper</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2657";>#2657</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add overflow-checking variant of arithmetic scalar kernels <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2651";>#2651</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Compare dictionary with binary array <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2644";>#2644</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add overflow-checking variant for primitive arithmetic kernels <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2642";>#2642</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Use <code>downcast_primitive_array</code> in arithmetic kernels <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2639";>#2639</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support DictionaryArray in temporal kernels <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2622";>#2622</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Inline Generated Thift Code Into Parquet Crate <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2502";>#2502</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Escape contains patterns for utf8 like kernels <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2745";>#2745</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Float Array should not panic on <code>DivideByZero</code> in the 
<code>Divide</code> kernel <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2719";>#2719</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>DictionaryBuilders can Create Invalid DictionaryArrays <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2684";>#2684</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><code>arrow</code> crate does not build with <code>features = 
[&quot;ffi&quot;]</code> and <code>default_features = false</code>. <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2670";>#2670</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Invalid results with <code>RowSelector</code> having 
<code>row_count</code> of 0 <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2669";>#2669</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>clippy error: unresolved import <code>crate::array::layout</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2659";>#2659</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Cast the numeric without the <code>CastOptions</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2648";>#2648</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Explicitly define overflow behavior for primitive arithmetic kernels <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2641";>#2641</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/5a55406cf24171600a143a83a95046c7513fd92c";><code>5a55406</code></a>
 update new <code>arrow-buffer</code> crate to 23.0.0 (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2748";>#2748</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/1da2bfbc82de12ac6fb699d2579d4a129929e004";><code>1da2bfb</code></a>
 Update version to <code>23.0.0</code> and update <code>CHANGELOG</code>, add 
<code>label_issue.py</code> scrip...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/968a7673c7e1341431bc4d55a4f50e9fa6aff7d5";><code>968a767</code></a>
 Speedup string equal/not equal to empty string, cleanup like/ilike kernels, 
f...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/f572ec1bef4a66a00b78f1d80a39992d63444ec2";><code>f572ec1</code></a>
 Update <code>try_binary</code> and <code>checked_ops</code>, and remove 
<code>math_checked_op</code> (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2717";>#2717</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/43d912c010b7374ceb3a632eedda4f55f90545d0";><code>43d912c</code></a>
 Better construction of RecordBatchOptions (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2729";>#2729</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/0ebd71e0d3d132250a2e5743f24f952c58c236d3";><code>0ebd71e</code></a>
 Partially flatten arrow-buffer (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2737";>#2737</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/5238789244be27380347b19b0747c9dcd9938470";><code>5238789</code></a>
 Automate updates to <code>CHANGELOG-old.md</code> (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2732";>#2732</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/eb9b456fdde92d4ca12c7573fb38faf6e6657fc3";><code>eb9b456</code></a>
 benchmark: bitwise operation (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2718";>#2718</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/a7a93295bd4a143d55fa31a1c6ac92045d73dc05";><code>a7a9329</code></a>
 Update read parquet example in parquet/arrow home (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2730";>#2730</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/5f441eedff2b7621c46aded8b1caf3b665b8e8a9";><code>5f441ee</code></a>
 Fix multipart uploads on Minio (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2731";>#2731</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/22.0.0...23.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