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

   Updates the requirements on 
[arrow-buffer](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";>arrow-buffer's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/45.0.0";>45.0.0</a> 
(2023-07-30)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/44.0.0...45.0.0";>Full 
Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Fix timezoned timestamp arithmetic <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4546";>#4546</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alexandreyc";>alexandreyc</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Use FormatOptions in Const Contexts <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4580";>#4580</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Human Readable Duration Display <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4554";>#4554</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li><code>BooleanBuilder</code>: Add <code>validity_slice</code> method for 
accessing validity bits <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4535";>#4535</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support <code>FixedSizedListArray</code> for <code>length</code> kernel 
<a href="https://redirect.github.com/apache/arrow-rs/issues/4517";>#4517</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li><code>RowCoverter::convert</code> that targets an existing 
<code>Rows</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4479";>#4479</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Panic <code>assertion failed: idx &lt; self.len</code> when casting 
DictionaryArrays with nulls <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4576";>#4576</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-arith is_null is buggy with NullArray <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4565";>#4565</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Incorrect Interval to Duration Casting <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4553";>#4553</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Too large validity buffer pre-allocation in 
<code>FixedSizeListBuilder::new</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4549";>#4549</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Like with wildcards fail to match fields with new lines. <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4547";>#4547</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Timestamp Interval Arithmetic Ignores Timezone <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4457";>#4457</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>refactor: simplify hour_dyn() with time_fraction_dyn() <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4588";>#4588</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/jackwener";>jackwener</a>)</li>
   <li>Move from_iter_values to GenericByteArray <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4586";>#4586</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Mark GenericByteArray::new_unchecked unsafe <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4584";>#4584</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Configurable Duration Display <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4581";>#4581</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Fix take_bytes Null and Overflow Handling (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/4576";>#4576</a>) <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4579";>#4579</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Move chrono-tz arithmetic tests to integration <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4571";>#4571</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Write Page Offset Index For All-Nan Pages <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4567";>#4567</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/MachaelLee";>MachaelLee</a>)</li>
   <li>support NullArray un arith/boolean kernel <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4566";>#4566</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/smiklos";>smiklos</a>)</li>
   <li>Remove Sync from arrow-flight example <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4564";>#4564</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>Fix interval to duration casting (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/4553";>#4553</a>) <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4562";>#4562</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>docs: fix wrong parameter name <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4559";>#4559</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/SteveLauC";>SteveLauC</a>)</li>
   <li>Fix FixedSizeListBuilder capacity (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/4549";>#4549</a>) <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4552";>#4552</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>docs: fix wrong inline code snippet in parquet document <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4550";>#4550</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/SteveLauC";>SteveLauC</a>)</li>
   <li>fix multiline wildcard likes (fixes <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4547";>#4547</a>) <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4548";>#4548</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/nl5887";>nl5887</a>)</li>
   <li>Provide default <code>is_empty</code> impl for 
<code>arrow::array::ArrayBuilder</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4543";>#4543</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/mbrobbel";>mbrobbel</a>)</li>
   <li>Add RowConverter::append (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/4479";>#4479</a>) <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4541";>#4541</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Clarify GenericColumnReader::read_records <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4540";>#4540</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Initial loongarch port <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4538";>#4538</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/xiangzhai";>xiangzhai</a>)</li>
   <li>Update proc-macro2 requirement from =1.0.64 to =1.0.66 <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4537";>#4537</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/apps/dependabot";>dependabot[bot]</a>)</li>
   <li>add a validity slice access for boolean array builders <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4536";>#4536</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/ChristianBeilschmidt";>ChristianBeilschmidt</a>)</li>
   <li>use new num version instead of explicit num-complex dependency <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4532";>#4532</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/mwlon";>mwlon</a>)</li>
   <li>feat: Support <code>FixedSizedListArray</code> for <code>length</code> 
kernel <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4520";>#4520</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Weijun-H";>Weijun-H</a>)</li>
   </ul>
   <h2><a href="https://github.com/apache/arrow-rs/tree/44.0.0";>44.0.0</a> 
(2023-07-14)</h2>
   <!-- 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/compare/45.0.0...45.0.0";>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: [email protected]

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

Reply via email to