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

   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-old.md";>arrow-flight's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/29.0.0";>29.0.0</a> 
(2022-12-09)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/28.0.0...29.0.0";>Full 
Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Minor: Allow <code>Field::new</code> and 
<code>Field::new_with_dict</code> to take existing <code>String</code> as well 
as <code>&amp;str</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3288";>#3288</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>update <code>&amp;Option&lt;T&gt;</code> to 
<code>Option&lt;&amp;T&gt;</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3249";>#3249</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/Jimexist";>Jimexist</a>)</li>
   <li>Hide <code>*_dict_scalar</code> kernels behind <code>*_dyn</code> 
kernels <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3202";>#3202</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/viirya";>viirya</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Support writing BloomFilter in arrow_writer <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3275";>#3275</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Support casting from unsigned numeric to Decimal256 <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3272";>#3272</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support casting from Decimal256 to float types <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3266";>#3266</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Make arithmetic kernels supports DictionaryArray of DecimalType <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3254";>#3254</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Casting from Decimal256 to unsigned numeric <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3239";>#3239</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>precision is not considered when cast value to decimal <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3223";>#3223</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Use RegexSet in arrow_csv::infer_field_schema <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3211";>#3211</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Implement FlightSQL Client <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3206";>#3206</a>
 [<a 
href="https://github.com/apache/arrow-rs/labels/arrow-flight";>arrow-flight</a>]</li>
   <li>Add binary_mut and try_binary_mut <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3143";>#3143</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add try_unary_mut <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3133";>#3133</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Skip null buffer when importing FFI ArrowArray struct if no null buffer 
in the spec <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3290";>#3290</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>using ahash <code>compile-time-rng</code> kills reproducible builds <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3271";>#3271</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Decimal128 to Decimal256 Overflows <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3265";>#3265</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li><code>nullif</code> panics on empty array <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3261";>#3261</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Some more inconsistency between can_cast_types  and cast_with_options <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3250";>#3250</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Enable casting between Dictionary of DecimalArray and DecimalArray <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3237";>#3237</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>new_null_array Panics creating StructArray with non-nullable fields <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3226";>#3226</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>bool should cast from/to Float16Type as <code>can_cast_types</code> 
returns true <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3221";>#3221</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Utf8 and LargeUtf8 cannot cast from/to Float16 but can_cast_types 
returns true <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3220";>#3220</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Re-enable some tests in <code>arrow-cast</code> crate <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3219";>#3219</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Off-by-one buffer size error triggers Panic when constructing 
RecordBatch from IPC bytes (should return an Error) <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3215";>#3215</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow to and from pyarrow conversion results in changes in schema <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3136";>#3136</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>better document when we need <code>LargeUtf8</code> instead of 
<code>Utf8</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3228";>#3228</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>Use BufWriter when writing bloom filters and limit tests (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3318";>#3318</a>)
 <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3319";>#3319</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Use take for dictionary like comparisons <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3313";>#3313</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Update versions to  29.0.0 and update CHANGELOG <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3315";>#3315</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>refactor: Merge similar functions <code>ilike_scalar</code> and 
<code>nilike_scalar</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3303";>#3303</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/askoa";>askoa</a>)</li>
   <li>Split out arrow-ord (<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/3299";>#3299</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-string (<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/3295";>#3295</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/apache/arrow-rs/compare/29.0.0...29.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