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

   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/35.0.0";>35.0.0</a> 
(2023-03-10)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/34.0.0...35.0.0";>Full 
Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Add RunEndBuffer (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/1799";>#1799</a>) <a 
href="https://redirect.github.com/apache/arrow-rs/pull/3817";>#3817</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Restrict DictionaryArray to ArrowDictionaryKeyType <a 
href="https://redirect.github.com/apache/arrow-rs/pull/3813";>#3813</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>refactor: assorted <code>FlightSqlServiceClient</code> improvements <a 
href="https://redirect.github.com/apache/arrow-rs/pull/3788";>#3788</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/crepererum";>crepererum</a>)</li>
   <li>minor: make Parquet CLI input args consistent <a 
href="https://redirect.github.com/apache/arrow-rs/pull/3786";>#3786</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/XinyuZeng";>XinyuZeng</a>)</li>
   <li>Return Buffers from ArrayData::buffers instead of slice (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/1799";>#1799</a>) <a 
href="https://redirect.github.com/apache/arrow-rs/pull/3783";>#3783</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Use NullBuffer in ArrayData (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/3775";>#3775</a>) <a 
href="https://redirect.github.com/apache/arrow-rs/pull/3778";>#3778</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>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Support timestamp/time and date types in json decoder <a 
href="https://redirect.github.com/apache/arrow-rs/issues/3834";>#3834</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support decoding decimals in new raw json decoder <a 
href="https://redirect.github.com/apache/arrow-rs/issues/3819";>#3819</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Timezone Aware Timestamp Parsing <a 
href="https://redirect.github.com/apache/arrow-rs/issues/3794";>#3794</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Preallocate buffers for FixedSizeBinary array creation <a 
href="https://redirect.github.com/apache/arrow-rs/issues/3792";>#3792</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Make Parquet CLI args consistent <a 
href="https://redirect.github.com/apache/arrow-rs/issues/3785";>#3785</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Creates PrimitiveDictionaryBuilder from provided keys and values 
builders <a 
href="https://redirect.github.com/apache/arrow-rs/issues/3776";>#3776</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Use NullBuffer in ArrayData  <a 
href="https://redirect.github.com/apache/arrow-rs/issues/3775";>#3775</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>Support unary_dict_mut in arth  <a 
href="https://redirect.github.com/apache/arrow-rs/issues/3710";>#3710</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support cast &lt;&gt; String to interval <a 
href="https://redirect.github.com/apache/arrow-rs/issues/3643";>#3643</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support Zero-Copy Conversion from Vec to/from MutableBuffer <a 
href="https://redirect.github.com/apache/arrow-rs/issues/3516";>#3516</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Timestamp Unit Casts are Unchecked <a 
href="https://redirect.github.com/apache/arrow-rs/issues/3833";>#3833</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>regexp_match skips first match when returning match <a 
href="https://redirect.github.com/apache/arrow-rs/issues/3803";>#3803</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Cast to timestamp with time zone returns timestamp <a 
href="https://redirect.github.com/apache/arrow-rs/issues/3800";>#3800</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Schema-level metadata is not encoded in Flight responses <a 
href="https://redirect.github.com/apache/arrow-rs/issues/3779";>#3779</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>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>FlightSQL CLI client: simple test <a 
href="https://redirect.github.com/apache/arrow-rs/issues/3814";>#3814</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>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>refactor: timestamp overflow check <a 
href="https://redirect.github.com/apache/arrow-rs/pull/3840";>#3840</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Weijun-H";>Weijun-H</a>)</li>
   <li>Prep for 35.0.0 <a 
href="https://redirect.github.com/apache/arrow-rs/pull/3836";>#3836</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/iajoiner";>iajoiner</a>)</li>
   <li>Support timestamp/time and date json decoding <a 
href="https://redirect.github.com/apache/arrow-rs/pull/3835";>#3835</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/spebern";>spebern</a>)</li>
   <li>Make dictionary preservation optional in row encoding <a 
href="https://redirect.github.com/apache/arrow-rs/pull/3831";>#3831</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Move prettyprint to arrow-cast <a 
href="https://redirect.github.com/apache/arrow-rs/pull/3828";>#3828</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/tustvold";>tustvold</a>)</li>
   <li>Support decoding decimals in raw decoder <a 
href="https://redirect.github.com/apache/arrow-rs/pull/3820";>#3820</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/spebern";>spebern</a>)</li>
   <li>Add ArrayDataLayout, port validation (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/1799";>#1799</a>) <a 
href="https://redirect.github.com/apache/arrow-rs/pull/3818";>#3818</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>test: add test for FlightSQL CLI client <a 
href="https://redirect.github.com/apache/arrow-rs/pull/3816";>#3816</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/crepererum";>crepererum</a>)</li>
   <li>Add regexp_match docs <a 
href="https://redirect.github.com/apache/arrow-rs/pull/3812";>#3812</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>fix: Ensure Flight schema includes parent metadata <a 
href="https://redirect.github.com/apache/arrow-rs/pull/3811";>#3811</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/stuartcarnie";>stuartcarnie</a>)</li>
   <li>fix: regexp_match skips first match <a 
href="https://redirect.github.com/apache/arrow-rs/pull/3807";>#3807</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Weijun-H";>Weijun-H</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/c96274a562625f091ca4c06fca21ac35ef330358";><code>c96274a</code></a>
 Update changelog for 35.0.0 (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/3843";>#3843</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/0028acd8c1791f7b766db669d93e9281200a71c9";><code>0028acd</code></a>
 Prep for 35.0.0 (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/3836";>#3836</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/5f402752f8695eda88b1b6f7342a391ae58e21cc";><code>5f40275</code></a>
 refactor: timestamp overflow check (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/3840";>#3840</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/69c04db962b915b8a2d3783853da0ce95a94c0ef";><code>69c04db</code></a>
 Make dictionary preservation optional in row encoding (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/3831";>#3831</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/61c4f12e84330db243789fc98375512d67628e57";><code>61c4f12</code></a>
 Support timestamp/time and date json decoding (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/3835";>#3835</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/495682aa72ffe92bbd0d6d8d93e0c00b5483ff7d";><code>495682a</code></a>
 Add ArrayDataLayout, port validation (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/1799";>#1799</a>) (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/3818";>#3818</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/2a3fd96486055883db599524965f0df2686edb5c";><code>2a3fd96</code></a>
 RunEndBuffer review feedback (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/3825";>#3825</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/defa599bf26647553c8b5884b813ef1e2368ffae";><code>defa599</code></a>
 Move prettyprint to arrow-cast (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/3828";>#3828</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/cdb042ed02a6c9afd0cf3f6f86072b09c599f59a";><code>cdb042e</code></a>
 Faster timestamp parsing (~70-90% faster) (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/3801";>#3801</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/de9f82693f94721916e37f4896e9394411d8076f";><code>de9f826</code></a>
 Update to latest Clippy (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/3832";>#3832</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/33.0.0...35.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