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

   Bumps [object_store](https://github.com/apache/arrow-rs) from 0.11.0 to 
0.11.1.
   <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/53.1.0";>53.1.0</a> 
(2024-10-02)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/53.0.0...53.1.0";>Full 
Changelog</a></p>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Write null counts in Parquet statistics when they are known to be zero 
<a href="https://redirect.github.com/apache/arrow-rs/issues/6502";>#6502</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Make it easier to find / work with <code>ByteView</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6478";>#6478</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Update lexical-core version due to soundness issues with current version 
<a href="https://redirect.github.com/apache/arrow-rs/issues/6468";>#6468</a></li>
   <li>Add builder style API for manipulating <code>ParquetMetaData</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6465";>#6465</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li><code>ArrayData.align_buffers</code> should support <code>Struct</code> 
data type / child data <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6461";>#6461</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add a method to return the number of skipped rows in a 
<code>RowSelection</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6428";>#6428</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Bump lexical-core to 1.0 <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6397";>#6397</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add union_extract kernel <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6386";>#6386</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>implement <code>regexp_is_match_utf8</code> and 
<code>regexp_is_match_utf8_scalar</code> for <code>StringViewArray</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6370";>#6370</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add support for BinaryView in arrow_string::length <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6358";>#6358</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add <code>as_union</code> to <code>AsArray</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6351";>#6351</a></li>
   <li>Ability to append non contiguous strings to <code>StringBuilder</code> 
<a href="https://redirect.github.com/apache/arrow-rs/issues/6347";>#6347</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add Catalog DB Schema subcommands to <code>flight_sql_client</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6331";>#6331</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>Add support for Utf8View in arrow_string::length <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6305";>#6305</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Reading FIXED_LEN_BYTE_ARRAY columns with nulls is inefficient <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6296";>#6296</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Optionally verify 32-bit CRC checksum when decoding parquet pages <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6289";>#6289</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Speed up <code>pad_nulls</code> for <code>FixedLenByteArrayBuffer</code> 
<a href="https://redirect.github.com/apache/arrow-rs/pull/6297";>#6297</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/etseidl";>etseidl</a>)</li>
   <li>Improve performance of set_bits by avoiding to set individual bits <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6288";>#6288</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/kazuyukitanimura";>kazuyukitanimura</a>)</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>BitIterator panics when retrieving length <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6480";>#6480</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Flight data retrieved via Python client (wrapping C++) cannot be used by 
Rust Arrow <a 
href="https://redirect.github.com/apache/arrow-rs/issues/6471";>#6471</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/b945b15de9085f5961a478d4f35b0c5c3427e248";><code>b945b15</code></a>
 Prepare for object_store <code>0.11.1</code> release (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/6566";>#6566</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/23cf6d841108ac14c6cfc204855a12f6af0d9421";><code>23cf6d8</code></a>
 object_store: fix typo in with_connect_timeout_disabled that actually 
disable...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/522bd012f1b92419d9832180b609b0caf9fff35c";><code>522bd01</code></a>
 Fix string '0' cast to decimal with scale 0 (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/6547";>#6547</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/9633f14f8d9e5b9b8fdf3514b7acb77217b30584";><code>9633f14</code></a>
 add finish to AsyncArrowWriter with test (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/6543";>#6543</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/04fa369aa7b6c2c980909943b40abc264e873494";><code>04fa369</code></a>
 Update README.md (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/6550";>#6550</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/021c21698f9b76ca90e8e40a846c9d6db188e46a";><code>021c216</code></a>
 Add append_nulls to dictionary builders (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/6542";>#6542</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/4adbeee14c40c080f8fca3bd42c0c3856bbb151c";><code>4adbeee</code></a>
 Add append_many to dictionary arrays to allow adding repeated values (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/6534";>#6534</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/44b6ded1340d8f3c1bfece18e871ed3be4c394d6";><code>44b6ded</code></a>
 Adds documentation and example recommending Vec&lt;ArrayRef&gt; over 
ChunkedArray (...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/89075a75b937eb8630b2e3f7d3b7fc4b6e6aece7";><code>89075a7</code></a>
 Allow to read parquet binary column as UTF8 type (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/6539";>#6539</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/77dcdc00fc781f9323db77cce7cad94432e1372e";><code>77dcdc0</code></a>
 Example of reading and writing parquet metadata outside the file (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/6081";>#6081</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/object_store_0.11.0...object_store_0.11.1";>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.0&new-version=0.11.1)](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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to