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

   Updates the requirements on [parquet](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/main/CHANGELOG-old.md";>parquet's 
changelog</a>.</em></p>
   <blockquote>
   <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>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>Fix signed decimal e-notation parsing <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6729";>#6729</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/gruuya";>gruuya</a>)</li>
   <li>Clean up some arrow-flight tests and duplicated code <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6725";>#6725</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/itsjunetime";>itsjunetime</a>)</li>
   <li>Update PR template section about API breaking changes <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6723";>#6723</a> (<a 
href="https://github.com/findepi";>findepi</a>)</li>
   <li>Support for casting <code>StringViewArray</code> to 
<code>DecimalArray</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6720";>#6720</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tlm365";>tlm365</a>)</li>
   <li>File writer preserve dict bug <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6711";>#6711</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/brancz";>brancz</a>)</li>
   <li>Add filter_kernel benchmark for run array <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6706";>#6706</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/delamarch3";>delamarch3</a>)</li>
   <li>Fix string view ILIKE checks with NULL values <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6705";>#6705</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/findepi";>findepi</a>)</li>
   <li>Implement logical_null_count for more array types <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6704";>#6704</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/findepi";>findepi</a>)</li>
   <li>Fix LIKE with escapes <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6703";>#6703</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/findepi";>findepi</a>)</li>
   <li>Speed up <code>filter_bytes</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6699";>#6699</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Dandandan";>Dandandan</a>)</li>
   <li>Minor: fix misleading comment in byte view <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6695";>#6695</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/jayzhan211";>jayzhan211</a>)</li>
   <li>minor fix on checking index <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6694";>#6694</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/jp0317";>jp0317</a>)</li>
   <li>Undo run end filter performance regression <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6691";>#6691</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/delamarch3";>delamarch3</a>)</li>
   <li>Reimplement <code>PartialEq</code> of <code>GenericByteViewArray</code> 
compares by logical value <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6689";>#6689</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tlm365";>tlm365</a>)</li>
   <li>feat: expose known_schema from FlightDataEncoder <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6688";>#6688</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/nathanielc";>nathanielc</a>)</li>
   <li>Update hashbrown requirement from 0.14.2 to 0.15.1 <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6684";>#6684</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/apps/dependabot";>dependabot[bot]</a>)</li>
   <li>Support Duration in JSON Reader <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6683";>#6683</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/simonvandel";>simonvandel</a>)</li>
   <li>Check predicate and values are the same length for run end array filter 
safety <a 
href="https://redirect.github.com/apache/arrow-rs/pull/6675";>#6675</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/delamarch3";>delamarch3</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/compare/53.3.0...53.3.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: 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