dependabot[bot] opened a new pull request, #507: URL: https://github.com/apache/arrow-datafusion-python/pull/507
Bumps [object_store](https://github.com/apache/arrow-rs) from 0.7.0 to 0.7.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/46.0.0">46.0.0</a> (2023-08-21)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/45.0.0...46.0.0">Full Changelog</a></p> <p><strong>Breaking changes:</strong></p> <ul> <li>API improvement: <code>batches_to_flight_data</code> forces clone <a href="https://redirect.github.com/apache/arrow-rs/issues/4656">#4656</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Add AnyDictionary Abstraction and Take ArrayRef in DictionaryArray::with_values <a href="https://redirect.github.com/apache/arrow-rs/pull/4707">#4707</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li> <li>Cleanup parquet type builders <a href="https://redirect.github.com/apache/arrow-rs/pull/4706">#4706</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li> <li>Take kernel dyn Array <a href="https://redirect.github.com/apache/arrow-rs/pull/4705">#4705</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li> <li>Improve ergonomics of Scalar <a href="https://redirect.github.com/apache/arrow-rs/pull/4704">#4704</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li> <li>Datum based comparison kernels (<a href="https://redirect.github.com/apache/arrow-rs/issues/4596">#4596</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/4701">#4701</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/tustvold">tustvold</a>)</li> <li>Improve <code>Array</code> Logical Nullability <a href="https://redirect.github.com/apache/arrow-rs/pull/4691">#4691</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/tustvold">tustvold</a>)</li> <li>Validate ArrayData Buffer Alignment and Automatically Align IPC buffers (<a href="https://redirect.github.com/apache/arrow-rs/issues/4255">#4255</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/4681">#4681</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li> <li>More intuitive bool-to-string casting <a href="https://redirect.github.com/apache/arrow-rs/pull/4666">#4666</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/fsdvh">fsdvh</a>)</li> <li>enhancement: batches_to_flight_data use a schema ref as param. <a href="https://redirect.github.com/apache/arrow-rs/pull/4665">#4665</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/jackwener">jackwener</a>)</li> <li>fix: from_thrift avoid panic when stats in invalid. <a href="https://redirect.github.com/apache/arrow-rs/pull/4642">#4642</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/jackwener">jackwener</a>)</li> <li>bug: Add some missing field in row group metadata: ordinal, total co… <a href="https://redirect.github.com/apache/arrow-rs/pull/4636">#4636</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/liurenjie1024">liurenjie1024</a>)</li> <li>Remove deprecated limit kernel <a href="https://redirect.github.com/apache/arrow-rs/pull/4597">#4597</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li> </ul> <p><strong>Implemented enhancements:</strong></p> <ul> <li>parquet: support setting the field_id with an ArrowWriter <a href="https://redirect.github.com/apache/arrow-rs/issues/4702">#4702</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Support references in i256 arithmetic ops <a href="https://redirect.github.com/apache/arrow-rs/issues/4694">#4694</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Precision-Loss Decimal Arithmetic <a href="https://redirect.github.com/apache/arrow-rs/issues/4664">#4664</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Faster i256 Division <a href="https://redirect.github.com/apache/arrow-rs/issues/4663">#4663</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Support <code>concat_batches</code> for 0 columns <a href="https://redirect.github.com/apache/arrow-rs/issues/4661">#4661</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li><code>filter_record_batch</code> should support filtering record batch without columns <a href="https://redirect.github.com/apache/arrow-rs/issues/4647">#4647</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Improve speed of <code>lexicographical_partition_ranges</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/4614">#4614</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>See full diff in <a href="https://github.com/apache/arrow-rs/commits">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 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]
