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

   Bumps [object_store](https://github.com/apache/arrow-rs) from 0.11.1 to 
0.11.2.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/blob/main/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/53.3.0";>53.3.0</a> 
(2024-11-17)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/53.2.0...53.3.0";>Full 
Changelog</a></p>
   <ul>
   <li>Signed decimal e-notation parsing bug <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6728";>#6728</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add support for Utf8View -&gt; numeric in can_cast_types <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6715";>#6715</a></li>
   <li>IPC file writer produces incorrect footer when not preserving dict ID <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6710";>#6710</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>parquet from_thrift_helper incorrectly checks index <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6693";>#6693</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Primitive REPEATED fields not contained in LIST annotated groups aren't 
read as lists by record reader <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6648";>#6648</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>DictionaryHandling does not recurse into Map fields <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6644";>#6644</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>
   <li>Array writer output empty when no record is written <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6613";>#6613</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Archery Integration Test with c# failing on main <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6577";>#6577</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Potential unsoundness in <code>filter_run_end_array</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6569";>#6569</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Parquet reader can generate incorrect validity buffer information for 
nested structures <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6510";>#6510</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>arrow-array ffi: FFI_ArrowArray.null_count is always interpreted as 
unsigned and initialized during conversion from C to Rust. <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6497";>#6497</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>Minor: Document pattern for accessing views in StringView <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6673";>#6673</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>Improve Array::is_nullable documentation <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6615";>#6615</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/findepi";>findepi</a>)</li>
   <li>Minor: improve docs for ByteViewArray-&gt;ByteArray From impl <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6610";>#6610</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   </ul>
   <p><strong>Performance improvements:</strong></p>
   <ul>
   <li>Speed up <code>filter_run_end_array</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6712";>#6712</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Dandandan";>Dandandan</a>)</li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>Incorrect like results for pattern starting/ending with <code>%</code> 
percent and containing escape characters <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6702";>#6702</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/2c84f243b882eff69806cd7294d38bf422fdb24a";><code>2c84f24</code></a>
 [object_store]: Version and Changelog for 0.11.2 (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/6908";>#6908</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/2908a80d9ca3e3fb0414e35b67856f1fb761304c";><code>2908a80</code></a>
 add <code>extend_dictionary</code> in dictionary builder for improved 
performance (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/6875";>#6875</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/1dbe523754eda1cefe526f00da2b92d2e83fcfa7";><code>1dbe523</code></a>
 [object store] Add planned release schedule (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/6904";>#6904</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/2887cc1030b2954ffcaba30f6a6d566b7017dc25";><code>2887cc1</code></a>
 Update version to 54.0.0, add CHANGELOG (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/6894";>#6894</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/fc814bca6b743010bcde972e611c8ff8ea68c9f5";><code>fc814bc</code></a>
 doc: add comment for timezone string (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/6899";>#6899</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/cbe176533b227f31f467b9c9b512d65a8406ce10";><code>cbe1765</code></a>
 Enable string-based column projections from Parquet files (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/6871";>#6871</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/13f3f213360441e6e7baaa1b98d23a0690d9572e";><code>13f3f21</code></a>
 Add deprecation / API removal policy (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/6852";>#6852</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/61b7876d7a7d9de93e9db37bc96f87b1d646037f";><code>61b7876</code></a>
 Add 53.4.0 to release schedule (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/6896";>#6896</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/565c24b8071269b02c3937e34c51eacf0f4cbad6";><code>565c24b</code></a>
 Minor: add comments explaining bad MSRV, output in json (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/6857";>#6857</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/3317989711a4c081f5118d8fe126280ced7a92fb";><code>3317989</code></a>
 Minor: make it easier to find fix instructions when <code>cargo fmt</code> on 
parquet fa...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/object_store_0.11.1...object_store_0.11.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=object_store&package-manager=cargo&previous-version=0.11.1&new-version=0.11.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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