dependabot[bot] opened a new pull request, #3807: URL: https://github.com/apache/datafusion-comet/pull/3807
Bumps [object_store](https://github.com/apache/arrow-rs-object-store) from 0.12.5 to 0.13.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs-object-store/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-object-store/tree/v0.13.1">v0.13.1</a> (2026-01-08)</h2> <p><a href="https://github.com/apache/arrow-rs-object-store/compare/v0.13.0...v0.13.1">Full Changelog</a></p> <p><strong>Merged pull requests:</strong></p> <ul> <li>fix: clippy warning <code>SO_LINGER</code> w/ zero doesn't block (also: it's just a test) <a href="https://redirect.github.com/apache/arrow-rs-object-store/pull/592">#592</a> (<a href="https://github.com/crepererum">crepererum</a>)</li> <li>fix: <code>docs.rs</code> build failure <a href="https://redirect.github.com/apache/arrow-rs-object-store/pull/591">#591</a> (<a href="https://github.com/crepererum">crepererum</a>)</li> </ul> <h2><a href="https://github.com/apache/arrow-rs-object-store/tree/v0.13.0">v0.13.0</a> (2025-12-19)</h2> <p><a href="https://github.com/apache/arrow-rs-object-store/compare/v0.12.4...v0.13.0">Full Changelog</a></p> <p><strong>Breaking changes:</strong></p> <ul> <li>fix: Add fields to <code>Error::NotImplemented</code> with more details on what isn't implemented <a href="https://redirect.github.com/apache/arrow-rs-object-store/pull/575">#575</a> (<a href="https://github.com/carols10cents">carols10cents</a>)</li> <li>refactor!: <code>copy</code> & <code>copy_if_not_exists</code> => <code>copy_opts</code> <a href="https://redirect.github.com/apache/arrow-rs-object-store/pull/548">#548</a> (<a href="https://github.com/crepererum">crepererum</a>)</li> <li>refactor!: move <code>head</code> to <code>ObjectStoreExt</code> <a href="https://redirect.github.com/apache/arrow-rs-object-store/pull/543">#543</a> (<a href="https://github.com/crepererum">crepererum</a>)</li> <li>fix: wrappers and default trait methods <a href="https://redirect.github.com/apache/arrow-rs-object-store/pull/537">#537</a> (<a href="https://github.com/crepererum">crepererum</a>)</li> <li>refactor!: move <code>get_range</code> to <code>ObjectStoreExt</code> <a href="https://redirect.github.com/apache/arrow-rs-object-store/pull/536">#536</a> (<a href="https://github.com/crepererum">crepererum</a>)</li> <li>refactor!: move <code>get</code> to <code>ObjectStoreExt</code> <a href="https://redirect.github.com/apache/arrow-rs-object-store/pull/532">#532</a> (<a href="https://github.com/crepererum">crepererum</a>)</li> <li>refactor: move <code>put_multipart</code> to <code>ObjectStoreExt</code> <a href="https://redirect.github.com/apache/arrow-rs-object-store/pull/530">#530</a> (<a href="https://github.com/crepererum">crepererum</a>)</li> <li>feat!: use <code>'static</code> lifetime for <code>delete_stream</code> <a href="https://redirect.github.com/apache/arrow-rs-object-store/pull/524">#524</a> (<a href="https://github.com/linhr">linhr</a>)</li> <li>Bump rust edition to 2024, rust version to 1.85 <a href="https://redirect.github.com/apache/arrow-rs-object-store/pull/515">#515</a> (<a href="https://github.com/AdamGS">AdamGS</a>)</li> <li>reapply: remove AWS dynamo integration (<a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/407">#407</a>), try 2 <a href="https://redirect.github.com/apache/arrow-rs-object-store/pull/494">#494</a> (<a href="https://github.com/alamb">alamb</a>)</li> <li>refactor: introduce <code>ObjectStoreExt</code> trait <a href="https://redirect.github.com/apache/arrow-rs-object-store/pull/405">#405</a> (<a href="https://github.com/crepererum">crepererum</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-object-store/commit/7a65b75b0d26fd8a282999462cb7030fb85fdcc3"><code>7a65b75</code></a> chore: prepare <code>0.13.2</code> release (<a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/671">#671</a>)</li> <li><a href="https://github.com/apache/arrow-rs-object-store/commit/d22f7f91d576ab7b2a12750751a76d30018cb12d"><code>d22f7f9</code></a> fix: missing 5xx error body when retry exhausted (<a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/618">#618</a>)</li> <li><a href="https://github.com/apache/arrow-rs-object-store/commit/ebaee78c8bd05235b4ceb2a5125a125faae5da86"><code>ebaee78</code></a> Support --xa-s3 suffix for S3 Express One Zone bucket access points (<a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/663">#663</a>)</li> <li><a href="https://github.com/apache/arrow-rs-object-store/commit/7ded938312299ccc1ca517e34fe34326d8426ebb"><code>7ded938</code></a> Replace <code>Path::child</code> with <code>Path::join</code> (<a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/666">#666</a>)</li> <li><a href="https://github.com/apache/arrow-rs-object-store/commit/bdcac43fc637ac89cc80f18f4e16b3fb66fd0ec8"><code>bdcac43</code></a> feat: Add support for AWS_ENDPOINT_URL_S3 environment variable (<a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/590">#590</a>)</li> <li><a href="https://github.com/apache/arrow-rs-object-store/commit/ca15c63f652e1c5c2e776231ae77d08bb46375ea"><code>ca15c63</code></a> Implement Clone for local and memory stores (<a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/653">#653</a>)</li> <li><a href="https://github.com/apache/arrow-rs-object-store/commit/41d32428cd625e4b86d3411b4f06a0dff7ecab47"><code>41d3242</code></a> docs: clarify <code>Clone</code> behavior (<a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/656">#656</a>)</li> <li><a href="https://github.com/apache/arrow-rs-object-store/commit/62592027cb7d33ed843bc14fb77d7fc32f13ace5"><code>6259202</code></a> Unify <code>from_env</code> behaviours (<a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/652">#652</a>)</li> <li><a href="https://github.com/apache/arrow-rs-object-store/commit/66e640d1ba7b79d878e9423924ed5bff4f321b75"><code>66e640d</code></a> Switch TokenCache to RWLock (<a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/648">#648</a>)</li> <li><a href="https://github.com/apache/arrow-rs-object-store/commit/907653e46232edb3a635969bf288324b68d62cdc"><code>907653e</code></a> docs: add examples to the aws docs where appropriate (<a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/651">#651</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs-object-store/compare/v0.12.5...v0.13.2">compare view</a></li> </ul> </details> <br /> [](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 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]
