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

   Updates the requirements on 
[object_store](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";>object_store's
 changelog</a>.</em></p>
   <blockquote>
   <!-- raw HTML omitted -->
   <h1>Historical Changelog</h1>
   <h2><a href="https://github.com/apache/arrow-rs/tree/50.0.0";>50.0.0</a> 
(2024-01-08)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/49.0.0...50.0.0";>Full 
Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Make regexp_match take scalar pattern and flag <a 
href="https://redirect.github.com/apache/arrow-rs/pull/5245";>#5245</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/viirya";>viirya</a>)</li>
   <li>Use Vec in ColumnReader (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/5177";>#5177</a>) <a 
href="https://redirect.github.com/apache/arrow-rs/pull/5193";>#5193</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Remove SIMD Feature <a 
href="https://redirect.github.com/apache/arrow-rs/pull/5184";>#5184</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Use Total Ordering for Aggregates and Refactor for Better 
Auto-Vectorization <a 
href="https://redirect.github.com/apache/arrow-rs/pull/5100";>#5100</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/jhorstmann";>jhorstmann</a>)</li>
   <li>Allow the <code>zip</code> compute function to operator on 
<code>Scalar</code> values via <code>Datum</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/5086";>#5086</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Nathan-Fenner";>Nathan-Fenner</a>)</li>
   <li>Improve C Data Interface and Add Integration Testing Entrypoints <a 
href="https://redirect.github.com/apache/arrow-rs/pull/5080";>#5080</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/pitrou";>pitrou</a>)</li>
   <li>Parquet: read/write f16 for Arrow <a 
href="https://redirect.github.com/apache/arrow-rs/pull/5003";>#5003</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/Jefffrey";>Jefffrey</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Support get offsets or blocks info from arrow file.  <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5252";>#5252</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Make regexp_match take scalar pattern and flag <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5246";>#5246</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Cannot access pen state website on arrow-row <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5238";>#5238</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>RecordBatch with_schema's error message is hard to read <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5227";>#5227</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support cast between StructArray. <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5219";>#5219</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Remove nightly-only simd feature and related code in ArrowNumericType <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5185";>#5185</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Use Vec instead of Slice in ColumnReader <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5177";>#5177</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Request to Memmap Arrow IPC files on disk <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5153";>#5153</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>GenericColumnReader::read_records Yields Truncated Records <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5150";>#5150</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Nested Schema Projection <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5148";>#5148</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 specifying <code>quote</code> and <code>escape</code> in Csv 
<code>WriterBuilder</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5146";>#5146</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support casting of Float16 with other numeric types <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5138";>#5138</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Parquet: read parquet metadata with page index in async and with size 
hints <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5129";>#5129</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</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/3d3ddb2108502854da98654ada85364d5627ef21";><code>3d3ddb2</code></a>
 Prepare object_store 0.10.1 (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/5745";>#5745</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/02be02bb51f5c4db5a75419297c4b07b098cf6ba";><code>02be02b</code></a>
 Fix PutPayloadMut::push not updating content_length (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/5743";>#5743</a>) (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/5744";>#5744</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/b25c441745602c9967b1e3cc4a28bc469cfb1311";><code>b25c441</code></a>
 Change <code>UnionArray</code> constructors (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/5623";>#5623</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/4045fb5ba2dae222aab7365250d788ae8872e229";><code>4045fb5</code></a>
 csv: Add support for flexible column lengths (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/5679";>#5679</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/f67a5cec22359b2846ba75bd038d1164af9263e5";><code>f67a5ce</code></a>
 Update brotli requirement from 5.0 to 6.0 (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/5726";>#5726</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/68d1eef689f2b71304003ae7f1f813f3ebb20b5a";><code>68d1eef</code></a>
 Minor: avoid (likely unreachable) panic in FlightClient (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/5734";>#5734</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/e3f1c9669cb16939383c880927c0b15f943e3690";><code>e3f1c96</code></a>
 Refactor to share code between do_put and do_exchange calls (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/5728";>#5728</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/119db5cdc64d52955a24fc08888f10db69019062";><code>119db5c</code></a>
 Update proc-macro2 requirement from =1.0.81 to =1.0.82 (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/5732";>#5732</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/98784bd059653cdc316454380ac93a34d53089fd";><code>98784bd</code></a>
 Fix Rustdocs (amd64, nightly)&quot; CI check (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/5727";>#5727</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/7568178e37812424d9189c625f3958b165ec13cf";><code>7568178</code></a>
 Support casting <code>StringView</code>/<code>BinaryView</code> --&gt; 
<code>StringArray</code>/<code>BinaryArray</code>. (#...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/object_store_0.9.1...object_store_0.10.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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to