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

   Updates the requirements on [arrow](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's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/50.0.0";>50.0.0</a> 
(2024-01-08)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/49.0.0...50.0.0";>Full 
Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Make regexp_match take scalar pattern and flag <a 
href="https://redirect.github.com/apache/arrow-rs/pull/5245";>#5245</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/viirya";>viirya</a>)</li>
   <li>Use Vec in ColumnReader (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/5177";>#5177</a>) <a 
href="https://redirect.github.com/apache/arrow-rs/pull/5193";>#5193</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Remove SIMD Feature <a 
href="https://redirect.github.com/apache/arrow-rs/pull/5184";>#5184</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Use Total Ordering for Aggregates and Refactor for Better 
Auto-Vectorization <a 
href="https://redirect.github.com/apache/arrow-rs/pull/5100";>#5100</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/jhorstmann";>jhorstmann</a>)</li>
   <li>Allow the <code>zip</code> compute function to operator on 
<code>Scalar</code> values via <code>Datum</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/5086";>#5086</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/Nathan-Fenner";>Nathan-Fenner</a>)</li>
   <li>Improve C Data Interface and Add Integration Testing Entrypoints <a 
href="https://redirect.github.com/apache/arrow-rs/pull/5080";>#5080</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/pitrou";>pitrou</a>)</li>
   <li>Parquet: read/write f16 for Arrow <a 
href="https://redirect.github.com/apache/arrow-rs/pull/5003";>#5003</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/Jefffrey";>Jefffrey</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Support get offsets or blocks info from arrow file.  <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5252";>#5252</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Make regexp_match take scalar pattern and flag <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5246";>#5246</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Cannot access pen state website on arrow-row <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5238";>#5238</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>RecordBatch with_schema's error message is hard to read <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5227";>#5227</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support cast between StructArray. <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5219";>#5219</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Remove nightly-only simd feature and related code in ArrowNumericType <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5185";>#5185</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Use Vec instead of Slice in ColumnReader <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5177";>#5177</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Request to Memmap Arrow IPC files on disk <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5153";>#5153</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>GenericColumnReader::read_records Yields Truncated Records <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5150";>#5150</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Nested Schema Projection <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5148";>#5148</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>]</li>
   <li>Support specifying <code>quote</code> and <code>escape</code> in Csv 
<code>WriterBuilder</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5146";>#5146</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support casting of Float16 with other numeric types <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5138";>#5138</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Parquet: read parquet metadata with page index in async and with size 
hints <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5129";>#5129</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Cast from floating/timestamp to timestamp/floating <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5122";>#5122</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support Casting List To/From LargeList in Cast Kernel <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5113";>#5113</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Expose a path for converting <code>bytes::Bytes</code> into 
<code>arrow_buffer::Buffer</code> without copy <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5104";>#5104</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>API inconsistency of ListBuilder make it hard to use as nested builder 
<a href="https://redirect.github.com/apache/arrow-rs/issues/5098";>#5098</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Parquet: don't truncate min/max statistics for float16 and decimal when 
writing file <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5075";>#5075</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Parquet: derive boundary order when writing columns <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5074";>#5074</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Support new Arrow PyCapsule Interface for Python FFI <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5067";>#5067</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li><code>48.0.1 </code> arrow patch release <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5050";>#5050</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>]</li>
   <li>Binary columns do not receive truncated statistics <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5037";>#5037</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Re-evaluate Explicit SIMD Aggregations <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5032";>#5032</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Min/Max Kernels Should Use Total Ordering <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5031";>#5031</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Allow <code>zip</code> compute kernel to take <code>Scalar</code> / 
<code>Datum</code>  <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5011";>#5011</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add Float16/Half-float logical type to Parquet <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4986";>#4986</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>feat: cast (Large)List to FixedSizeList <a 
href="https://redirect.github.com/apache/arrow-rs/pull/5081";>#5081</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/wjones127";>wjones127</a>)</li>
   <li>Update Parquet Encoding Documentation <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5051";>#5051</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>json schema inference can't handle null field turned into object field 
in subsequent rows <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5215";>#5215</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Invalid trailing content after <code>Z</code> in timezone is ignored <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5182";>#5182</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Take panics on a fixed size list array when given null indices <a 
href="https://redirect.github.com/apache/arrow-rs/issues/5169";>#5169</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/compare/50.0.0...50.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