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

   Bumps the arrow-datafusion group in /rust with 6 updates:
   
   | Package | From | To |
   | --- | --- | --- |
   | [arrow-array](https://github.com/apache/arrow-rs) | `57.1.0` | `57.2.0` |
   | [arrow-buffer](https://github.com/apache/arrow-rs) | `57.1.0` | `57.2.0` |
   | [arrow-schema](https://github.com/apache/arrow-rs) | `57.1.0` | `57.2.0` |
   | [arrow-select](https://github.com/apache/arrow-rs) | `57.1.0` | `57.2.0` |
   | [datafusion](https://github.com/apache/datafusion) | `51.0.0` | `52.0.0` |
   | [datafusion-substrait](https://github.com/apache/datafusion) | `51.0.0` | 
`52.0.0` |
   
   Updates `arrow-array` from 57.1.0 to 57.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/releases";>arrow-array's 
releases</a>.</em></p>
   <blockquote>
   <h2>arrow 57.2.0</h2>
   <!-- raw HTML omitted -->
   <h1>Changelog</h1>
   <h2><a href="https://github.com/apache/arrow-rs/tree/57.2.0";>57.2.0</a> 
(2026-01-07)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/57.1.0...57.2.0";>Full 
Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Seal Array trait <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9092";>#9092</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>[Variant] Unify the CastOptions usage in parquet-variant-compute <a 
href="https://redirect.github.com/apache/arrow-rs/pull/8984";>#8984</a> (<a 
href="https://github.com/klion26";>klion26</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>[parquet] further relax <code>LevelInfoBuilder::types_compatible</code> 
for <code>ArrowWriter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9098";>#9098</a></li>
   <li>Update arrow-row documentation with Union encoding <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9084";>#9084</a></li>
   <li>Add code examples for min and max compute functions <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9055";>#9055</a></li>
   <li>Add <code>append_n</code> to bytes view builder API <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9034";>#9034</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Move <code>RunArray::get_physical_indices</code> to 
<code>RunEndBuffer</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9025";>#9025</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Allow quote style in csv writer <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9003";>#9003</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>IPC support for ListView <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9002";>#9002</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Implement <code>BinaryArrayType</code> for 
<code>&amp;FixedSizeBinaryArray</code>s <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8992";>#8992</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: implement num-traits for i256 <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8976";>#8976</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support for <code>Arc&lt;str&gt;</code> in 
<code>ParquetRecordWriter</code> derive macro <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8972";>#8972</a></li>
   <li>[arrow-avro] suggest switching from xz to liblzma <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8970";>#8970</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: add i256::trailing_zeros <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8968";>#8968</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: make i256::leading_zeros public <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8965";>#8965</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add spark like <code>ignoreLeadingWhiteSpace</code> and 
<code>ignoreTrailingWhiteSpace</code> options to the csv writer <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8961";>#8961</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add round trip benchmark for Parquet writer/reader <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8955";>#8955</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Support performant <code>interleave</code> for List/LargeList <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8952";>#8952</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Support array access when parsing <code>VariantPath</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8946";>#8946</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md";>arrow-array's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/57.2.0";>57.2.0</a> 
(2026-01-07)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/57.1.0...57.2.0";>Full 
Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Seal Array trait <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9092";>#9092</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>[Variant] Unify the CastOptions usage in parquet-variant-compute <a 
href="https://redirect.github.com/apache/arrow-rs/pull/8984";>#8984</a> (<a 
href="https://github.com/klion26";>klion26</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>[parquet] further relax <code>LevelInfoBuilder::types_compatible</code> 
for <code>ArrowWriter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9098";>#9098</a></li>
   <li>Update arrow-row documentation with Union encoding <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9084";>#9084</a></li>
   <li>Add code examples for min and max compute functions <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9055";>#9055</a></li>
   <li>Add <code>append_n</code> to bytes view builder API <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9034";>#9034</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Move <code>RunArray::get_physical_indices</code> to 
<code>RunEndBuffer</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9025";>#9025</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Allow quote style in csv writer <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9003";>#9003</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>IPC support for ListView <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9002";>#9002</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Implement <code>BinaryArrayType</code> for 
<code>&amp;FixedSizeBinaryArray</code>s <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8992";>#8992</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: implement num-traits for i256 <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8976";>#8976</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support for <code>Arc&lt;str&gt;</code> in 
<code>ParquetRecordWriter</code> derive macro <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8972";>#8972</a></li>
   <li>[arrow-avro] suggest switching from xz to liblzma <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8970";>#8970</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: add i256::trailing_zeros <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8968";>#8968</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: make i256::leading_zeros public <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8965";>#8965</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add spark like <code>ignoreLeadingWhiteSpace</code> and 
<code>ignoreTrailingWhiteSpace</code> options to the csv writer <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8961";>#8961</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add round trip benchmark for Parquet writer/reader <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8955";>#8955</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Support performant <code>interleave</code> for List/LargeList <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8952";>#8952</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Support array access when parsing <code>VariantPath</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8946";>#8946</a></li>
   <li>Some panic!s could be represented as unimplemented!s <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8932";>#8932</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] easier way to construct a shredded schema <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8922";>#8922</a></li>
   <li>Support <code>DataType::ListView</code> and 
<code>DataType::LargeListView</code> in <code>ArrayData::new_null</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8908";>#8908</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add <code>GenericListViewArray::from_iter_primitive</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8906";>#8906</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Unify the cast option usage in ParquentVariant <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8873";>#8873</a></li>
   <li>Blog post about efficient filter representation in Parquet filter 
pushdown <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8843";>#8843</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Add comparison support for Union arrays in the <code>cmp</code> kernel 
<a href="https://redirect.github.com/apache/arrow-rs/issues/8837";>#8837</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Support array shredding into 
<code>List/LargeList/ListView/LargeListView</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8830";>#8830</a></li>
   <li>Support <code>Union</code> data types for row format <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8828";>#8828</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>FFI support for ListView <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8819";>#8819</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Support more Arrow Datatypes from Variant primitive types <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8805";>#8805</a></li>
   <li><code>FixedSizeBinaryBuilder</code> supports <code>append_array</code> 
<a href="https://redirect.github.com/apache/arrow-rs/issues/8750";>#8750</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Implement special case <code>zip</code> with scalar for Utf8View <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8724";>#8724</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[geometry] Wire up arrow reader/writer for <code>GEOMETRY</code> and 
<code>GEOGRAPHY</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8717";>#8717</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Soundness Bug in <code>try_binary</code> when <code>Array</code> is 
implemented incorrectly in external crate <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9106";>#9106</a></li>
   <li>casting <code>Dict(_, LargeUtf8)</code> to <code>Utf8View</code> 
(<code>StringViewArray</code>) panics <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9101";>#9101</a></li>
   <li>wrong results for null count of <code>nullif</code> kernel <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9085";>#9085</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>Empty first line in some code examples <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9063";>#9063</a></li>
   <li>GenericByteViewArray::slice is not zero-copy but ought to be <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9014";>#9014</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/commit/9e822e050016e659028741499388d454a74cf23c";><code>9e822e0</code></a>
 Update version to <code>57.2.0</code>, add CHANGELOG (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9103";>#9103</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/28f66f94e0e7f0e2b27686207a91e40b60e3b957";><code>28f66f9</code></a>
 Add Union encoding documentation  (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9102";>#9102</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/a8346be02a240788b1246d847bc8dfec21274306";><code>a8346be</code></a>
 Minor: make it clear cache array reader is not cloning arrays (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9057";>#9057</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/721f373fba7493c873a64421e32f1f67114ac130";><code>721f373</code></a>
 Seal Array trait (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9092";>#9092</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/2b179b805f62e927771f764f8ae92151249e9edd";><code>2b179b8</code></a>
 feat(parquet): relax type compatility check in parquet ArrowWriter (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9099";>#9099</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/10a976fc03af32d26f9e4bf4dcc420cb1a455ef0";><code>10a976f</code></a>
 chore: increase row count and batch size for more deterministic tests (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9088";>#9088</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/2507946be697d511689a8f59b6a7db45ef40854b";><code>2507946</code></a>
 Add <code>FlightInfo::with_endpoints</code> method (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9075";>#9075</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/068a7e44f0881ffe542225c5dd8cb354b74a9615";><code>068a7e4</code></a>
 Add <code>DataType::is_decimal</code> (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9100";>#9100</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/b1dfb697babcb614040ea2ae17e842e9db557f69";><code>b1dfb69</code></a>
 Fix row slice bug in Union column decoding with many columns (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9000";>#9000</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/a9d6e92664996a875bab2b5df60704781a396e6c";><code>a9d6e92</code></a>
 [Variant] Move <code>ArrayVariantToArrowRowBuilder</code> to 
<code>variant_to_arrow</code> (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9094";>#9094</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/57.1.0...57.2.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-buffer` from 57.1.0 to 57.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/releases";>arrow-buffer's 
releases</a>.</em></p>
   <blockquote>
   <h2>arrow 57.2.0</h2>
   <!-- raw HTML omitted -->
   <h1>Changelog</h1>
   <h2><a href="https://github.com/apache/arrow-rs/tree/57.2.0";>57.2.0</a> 
(2026-01-07)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/57.1.0...57.2.0";>Full 
Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Seal Array trait <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9092";>#9092</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>[Variant] Unify the CastOptions usage in parquet-variant-compute <a 
href="https://redirect.github.com/apache/arrow-rs/pull/8984";>#8984</a> (<a 
href="https://github.com/klion26";>klion26</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>[parquet] further relax <code>LevelInfoBuilder::types_compatible</code> 
for <code>ArrowWriter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9098";>#9098</a></li>
   <li>Update arrow-row documentation with Union encoding <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9084";>#9084</a></li>
   <li>Add code examples for min and max compute functions <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9055";>#9055</a></li>
   <li>Add <code>append_n</code> to bytes view builder API <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9034";>#9034</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Move <code>RunArray::get_physical_indices</code> to 
<code>RunEndBuffer</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9025";>#9025</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Allow quote style in csv writer <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9003";>#9003</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>IPC support for ListView <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9002";>#9002</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Implement <code>BinaryArrayType</code> for 
<code>&amp;FixedSizeBinaryArray</code>s <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8992";>#8992</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: implement num-traits for i256 <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8976";>#8976</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support for <code>Arc&lt;str&gt;</code> in 
<code>ParquetRecordWriter</code> derive macro <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8972";>#8972</a></li>
   <li>[arrow-avro] suggest switching from xz to liblzma <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8970";>#8970</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: add i256::trailing_zeros <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8968";>#8968</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: make i256::leading_zeros public <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8965";>#8965</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add spark like <code>ignoreLeadingWhiteSpace</code> and 
<code>ignoreTrailingWhiteSpace</code> options to the csv writer <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8961";>#8961</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add round trip benchmark for Parquet writer/reader <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8955";>#8955</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Support performant <code>interleave</code> for List/LargeList <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8952";>#8952</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Support array access when parsing <code>VariantPath</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8946";>#8946</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md";>arrow-buffer's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/57.2.0";>57.2.0</a> 
(2026-01-07)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/57.1.0...57.2.0";>Full 
Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Seal Array trait <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9092";>#9092</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>[Variant] Unify the CastOptions usage in parquet-variant-compute <a 
href="https://redirect.github.com/apache/arrow-rs/pull/8984";>#8984</a> (<a 
href="https://github.com/klion26";>klion26</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>[parquet] further relax <code>LevelInfoBuilder::types_compatible</code> 
for <code>ArrowWriter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9098";>#9098</a></li>
   <li>Update arrow-row documentation with Union encoding <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9084";>#9084</a></li>
   <li>Add code examples for min and max compute functions <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9055";>#9055</a></li>
   <li>Add <code>append_n</code> to bytes view builder API <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9034";>#9034</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Move <code>RunArray::get_physical_indices</code> to 
<code>RunEndBuffer</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9025";>#9025</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Allow quote style in csv writer <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9003";>#9003</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>IPC support for ListView <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9002";>#9002</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Implement <code>BinaryArrayType</code> for 
<code>&amp;FixedSizeBinaryArray</code>s <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8992";>#8992</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: implement num-traits for i256 <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8976";>#8976</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support for <code>Arc&lt;str&gt;</code> in 
<code>ParquetRecordWriter</code> derive macro <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8972";>#8972</a></li>
   <li>[arrow-avro] suggest switching from xz to liblzma <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8970";>#8970</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: add i256::trailing_zeros <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8968";>#8968</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: make i256::leading_zeros public <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8965";>#8965</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add spark like <code>ignoreLeadingWhiteSpace</code> and 
<code>ignoreTrailingWhiteSpace</code> options to the csv writer <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8961";>#8961</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add round trip benchmark for Parquet writer/reader <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8955";>#8955</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Support performant <code>interleave</code> for List/LargeList <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8952";>#8952</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Support array access when parsing <code>VariantPath</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8946";>#8946</a></li>
   <li>Some panic!s could be represented as unimplemented!s <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8932";>#8932</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] easier way to construct a shredded schema <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8922";>#8922</a></li>
   <li>Support <code>DataType::ListView</code> and 
<code>DataType::LargeListView</code> in <code>ArrayData::new_null</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8908";>#8908</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add <code>GenericListViewArray::from_iter_primitive</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8906";>#8906</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Unify the cast option usage in ParquentVariant <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8873";>#8873</a></li>
   <li>Blog post about efficient filter representation in Parquet filter 
pushdown <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8843";>#8843</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Add comparison support for Union arrays in the <code>cmp</code> kernel 
<a href="https://redirect.github.com/apache/arrow-rs/issues/8837";>#8837</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Support array shredding into 
<code>List/LargeList/ListView/LargeListView</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8830";>#8830</a></li>
   <li>Support <code>Union</code> data types for row format <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8828";>#8828</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>FFI support for ListView <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8819";>#8819</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Support more Arrow Datatypes from Variant primitive types <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8805";>#8805</a></li>
   <li><code>FixedSizeBinaryBuilder</code> supports <code>append_array</code> 
<a href="https://redirect.github.com/apache/arrow-rs/issues/8750";>#8750</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Implement special case <code>zip</code> with scalar for Utf8View <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8724";>#8724</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[geometry] Wire up arrow reader/writer for <code>GEOMETRY</code> and 
<code>GEOGRAPHY</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8717";>#8717</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Soundness Bug in <code>try_binary</code> when <code>Array</code> is 
implemented incorrectly in external crate <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9106";>#9106</a></li>
   <li>casting <code>Dict(_, LargeUtf8)</code> to <code>Utf8View</code> 
(<code>StringViewArray</code>) panics <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9101";>#9101</a></li>
   <li>wrong results for null count of <code>nullif</code> kernel <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9085";>#9085</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>Empty first line in some code examples <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9063";>#9063</a></li>
   <li>GenericByteViewArray::slice is not zero-copy but ought to be <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9014";>#9014</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/commit/9e822e050016e659028741499388d454a74cf23c";><code>9e822e0</code></a>
 Update version to <code>57.2.0</code>, add CHANGELOG (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9103";>#9103</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/28f66f94e0e7f0e2b27686207a91e40b60e3b957";><code>28f66f9</code></a>
 Add Union encoding documentation  (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9102";>#9102</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/a8346be02a240788b1246d847bc8dfec21274306";><code>a8346be</code></a>
 Minor: make it clear cache array reader is not cloning arrays (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9057";>#9057</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/721f373fba7493c873a64421e32f1f67114ac130";><code>721f373</code></a>
 Seal Array trait (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9092";>#9092</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/2b179b805f62e927771f764f8ae92151249e9edd";><code>2b179b8</code></a>
 feat(parquet): relax type compatility check in parquet ArrowWriter (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9099";>#9099</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/10a976fc03af32d26f9e4bf4dcc420cb1a455ef0";><code>10a976f</code></a>
 chore: increase row count and batch size for more deterministic tests (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9088";>#9088</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/2507946be697d511689a8f59b6a7db45ef40854b";><code>2507946</code></a>
 Add <code>FlightInfo::with_endpoints</code> method (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9075";>#9075</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/068a7e44f0881ffe542225c5dd8cb354b74a9615";><code>068a7e4</code></a>
 Add <code>DataType::is_decimal</code> (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9100";>#9100</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/b1dfb697babcb614040ea2ae17e842e9db557f69";><code>b1dfb69</code></a>
 Fix row slice bug in Union column decoding with many columns (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9000";>#9000</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/a9d6e92664996a875bab2b5df60704781a396e6c";><code>a9d6e92</code></a>
 [Variant] Move <code>ArrayVariantToArrowRowBuilder</code> to 
<code>variant_to_arrow</code> (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9094";>#9094</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/57.1.0...57.2.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-schema` from 57.1.0 to 57.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/releases";>arrow-schema's 
releases</a>.</em></p>
   <blockquote>
   <h2>arrow 57.2.0</h2>
   <!-- raw HTML omitted -->
   <h1>Changelog</h1>
   <h2><a href="https://github.com/apache/arrow-rs/tree/57.2.0";>57.2.0</a> 
(2026-01-07)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/57.1.0...57.2.0";>Full 
Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Seal Array trait <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9092";>#9092</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>[Variant] Unify the CastOptions usage in parquet-variant-compute <a 
href="https://redirect.github.com/apache/arrow-rs/pull/8984";>#8984</a> (<a 
href="https://github.com/klion26";>klion26</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>[parquet] further relax <code>LevelInfoBuilder::types_compatible</code> 
for <code>ArrowWriter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9098";>#9098</a></li>
   <li>Update arrow-row documentation with Union encoding <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9084";>#9084</a></li>
   <li>Add code examples for min and max compute functions <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9055";>#9055</a></li>
   <li>Add <code>append_n</code> to bytes view builder API <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9034";>#9034</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Move <code>RunArray::get_physical_indices</code> to 
<code>RunEndBuffer</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9025";>#9025</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Allow quote style in csv writer <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9003";>#9003</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>IPC support for ListView <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9002";>#9002</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Implement <code>BinaryArrayType</code> for 
<code>&amp;FixedSizeBinaryArray</code>s <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8992";>#8992</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: implement num-traits for i256 <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8976";>#8976</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support for <code>Arc&lt;str&gt;</code> in 
<code>ParquetRecordWriter</code> derive macro <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8972";>#8972</a></li>
   <li>[arrow-avro] suggest switching from xz to liblzma <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8970";>#8970</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: add i256::trailing_zeros <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8968";>#8968</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: make i256::leading_zeros public <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8965";>#8965</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add spark like <code>ignoreLeadingWhiteSpace</code> and 
<code>ignoreTrailingWhiteSpace</code> options to the csv writer <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8961";>#8961</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add round trip benchmark for Parquet writer/reader <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8955";>#8955</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Support performant <code>interleave</code> for List/LargeList <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8952";>#8952</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Support array access when parsing <code>VariantPath</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8946";>#8946</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md";>arrow-schema's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/57.2.0";>57.2.0</a> 
(2026-01-07)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/57.1.0...57.2.0";>Full 
Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Seal Array trait <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9092";>#9092</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>[Variant] Unify the CastOptions usage in parquet-variant-compute <a 
href="https://redirect.github.com/apache/arrow-rs/pull/8984";>#8984</a> (<a 
href="https://github.com/klion26";>klion26</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>[parquet] further relax <code>LevelInfoBuilder::types_compatible</code> 
for <code>ArrowWriter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9098";>#9098</a></li>
   <li>Update arrow-row documentation with Union encoding <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9084";>#9084</a></li>
   <li>Add code examples for min and max compute functions <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9055";>#9055</a></li>
   <li>Add <code>append_n</code> to bytes view builder API <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9034";>#9034</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Move <code>RunArray::get_physical_indices</code> to 
<code>RunEndBuffer</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9025";>#9025</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Allow quote style in csv writer <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9003";>#9003</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>IPC support for ListView <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9002";>#9002</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Implement <code>BinaryArrayType</code> for 
<code>&amp;FixedSizeBinaryArray</code>s <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8992";>#8992</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: implement num-traits for i256 <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8976";>#8976</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support for <code>Arc&lt;str&gt;</code> in 
<code>ParquetRecordWriter</code> derive macro <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8972";>#8972</a></li>
   <li>[arrow-avro] suggest switching from xz to liblzma <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8970";>#8970</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: add i256::trailing_zeros <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8968";>#8968</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: make i256::leading_zeros public <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8965";>#8965</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add spark like <code>ignoreLeadingWhiteSpace</code> and 
<code>ignoreTrailingWhiteSpace</code> options to the csv writer <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8961";>#8961</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add round trip benchmark for Parquet writer/reader <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8955";>#8955</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Support performant <code>interleave</code> for List/LargeList <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8952";>#8952</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Support array access when parsing <code>VariantPath</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8946";>#8946</a></li>
   <li>Some panic!s could be represented as unimplemented!s <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8932";>#8932</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] easier way to construct a shredded schema <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8922";>#8922</a></li>
   <li>Support <code>DataType::ListView</code> and 
<code>DataType::LargeListView</code> in <code>ArrayData::new_null</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8908";>#8908</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add <code>GenericListViewArray::from_iter_primitive</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8906";>#8906</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Unify the cast option usage in ParquentVariant <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8873";>#8873</a></li>
   <li>Blog post about efficient filter representation in Parquet filter 
pushdown <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8843";>#8843</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Add comparison support for Union arrays in the <code>cmp</code> kernel 
<a href="https://redirect.github.com/apache/arrow-rs/issues/8837";>#8837</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Support array shredding into 
<code>List/LargeList/ListView/LargeListView</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8830";>#8830</a></li>
   <li>Support <code>Union</code> data types for row format <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8828";>#8828</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>FFI support for ListView <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8819";>#8819</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Support more Arrow Datatypes from Variant primitive types <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8805";>#8805</a></li>
   <li><code>FixedSizeBinaryBuilder</code> supports <code>append_array</code> 
<a href="https://redirect.github.com/apache/arrow-rs/issues/8750";>#8750</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Implement special case <code>zip</code> with scalar for Utf8View <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8724";>#8724</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[geometry] Wire up arrow reader/writer for <code>GEOMETRY</code> and 
<code>GEOGRAPHY</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8717";>#8717</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Soundness Bug in <code>try_binary</code> when <code>Array</code> is 
implemented incorrectly in external crate <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9106";>#9106</a></li>
   <li>casting <code>Dict(_, LargeUtf8)</code> to <code>Utf8View</code> 
(<code>StringViewArray</code>) panics <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9101";>#9101</a></li>
   <li>wrong results for null count of <code>nullif</code> kernel <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9085";>#9085</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>Empty first line in some code examples <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9063";>#9063</a></li>
   <li>GenericByteViewArray::slice is not zero-copy but ought to be <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9014";>#9014</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/commit/9e822e050016e659028741499388d454a74cf23c";><code>9e822e0</code></a>
 Update version to <code>57.2.0</code>, add CHANGELOG (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9103";>#9103</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/28f66f94e0e7f0e2b27686207a91e40b60e3b957";><code>28f66f9</code></a>
 Add Union encoding documentation  (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9102";>#9102</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/a8346be02a240788b1246d847bc8dfec21274306";><code>a8346be</code></a>
 Minor: make it clear cache array reader is not cloning arrays (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9057";>#9057</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/721f373fba7493c873a64421e32f1f67114ac130";><code>721f373</code></a>
 Seal Array trait (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9092";>#9092</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/2b179b805f62e927771f764f8ae92151249e9edd";><code>2b179b8</code></a>
 feat(parquet): relax type compatility check in parquet ArrowWriter (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9099";>#9099</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/10a976fc03af32d26f9e4bf4dcc420cb1a455ef0";><code>10a976f</code></a>
 chore: increase row count and batch size for more deterministic tests (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9088";>#9088</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/2507946be697d511689a8f59b6a7db45ef40854b";><code>2507946</code></a>
 Add <code>FlightInfo::with_endpoints</code> method (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9075";>#9075</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/068a7e44f0881ffe542225c5dd8cb354b74a9615";><code>068a7e4</code></a>
 Add <code>DataType::is_decimal</code> (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9100";>#9100</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/b1dfb697babcb614040ea2ae17e842e9db557f69";><code>b1dfb69</code></a>
 Fix row slice bug in Union column decoding with many columns (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9000";>#9000</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/a9d6e92664996a875bab2b5df60704781a396e6c";><code>a9d6e92</code></a>
 [Variant] Move <code>ArrayVariantToArrowRowBuilder</code> to 
<code>variant_to_arrow</code> (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9094";>#9094</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/57.1.0...57.2.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-select` from 57.1.0 to 57.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/releases";>arrow-select's 
releases</a>.</em></p>
   <blockquote>
   <h2>arrow 57.2.0</h2>
   <!-- raw HTML omitted -->
   <h1>Changelog</h1>
   <h2><a href="https://github.com/apache/arrow-rs/tree/57.2.0";>57.2.0</a> 
(2026-01-07)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/57.1.0...57.2.0";>Full 
Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Seal Array trait <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9092";>#9092</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>[Variant] Unify the CastOptions usage in parquet-variant-compute <a 
href="https://redirect.github.com/apache/arrow-rs/pull/8984";>#8984</a> (<a 
href="https://github.com/klion26";>klion26</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>[parquet] further relax <code>LevelInfoBuilder::types_compatible</code> 
for <code>ArrowWriter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9098";>#9098</a></li>
   <li>Update arrow-row documentation with Union encoding <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9084";>#9084</a></li>
   <li>Add code examples for min and max compute functions <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9055";>#9055</a></li>
   <li>Add <code>append_n</code> to bytes view builder API <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9034";>#9034</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Move <code>RunArray::get_physical_indices</code> to 
<code>RunEndBuffer</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9025";>#9025</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Allow quote style in csv writer <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9003";>#9003</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>IPC support for ListView <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9002";>#9002</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Implement <code>BinaryArrayType</code> for 
<code>&amp;FixedSizeBinaryArray</code>s <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8992";>#8992</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: implement num-traits for i256 <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8976";>#8976</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support for <code>Arc&lt;str&gt;</code> in 
<code>ParquetRecordWriter</code> derive macro <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8972";>#8972</a></li>
   <li>[arrow-avro] suggest switching from xz to liblzma <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8970";>#8970</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: add i256::trailing_zeros <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8968";>#8968</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: make i256::leading_zeros public <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8965";>#8965</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add spark like <code>ignoreLeadingWhiteSpace</code> and 
<code>ignoreTrailingWhiteSpace</code> options to the csv writer <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8961";>#8961</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add round trip benchmark for Parquet writer/reader <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8955";>#8955</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Support performant <code>interleave</code> for List/LargeList <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8952";>#8952</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Support array access when parsing <code>VariantPath</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8946";>#8946</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md";>arrow-select's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/57.2.0";>57.2.0</a> 
(2026-01-07)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/57.1.0...57.2.0";>Full 
Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Seal Array trait <a 
href="https://redirect.github.com/apache/arrow-rs/pull/9092";>#9092</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>[Variant] Unify the CastOptions usage in parquet-variant-compute <a 
href="https://redirect.github.com/apache/arrow-rs/pull/8984";>#8984</a> (<a 
href="https://github.com/klion26";>klion26</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>[parquet] further relax <code>LevelInfoBuilder::types_compatible</code> 
for <code>ArrowWriter</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9098";>#9098</a></li>
   <li>Update arrow-row documentation with Union encoding <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9084";>#9084</a></li>
   <li>Add code examples for min and max compute functions <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9055";>#9055</a></li>
   <li>Add <code>append_n</code> to bytes view builder API <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9034";>#9034</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Move <code>RunArray::get_physical_indices</code> to 
<code>RunEndBuffer</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9025";>#9025</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Allow quote style in csv writer <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9003";>#9003</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>IPC support for ListView <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9002";>#9002</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Implement <code>BinaryArrayType</code> for 
<code>&amp;FixedSizeBinaryArray</code>s <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8992";>#8992</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: implement num-traits for i256 <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8976";>#8976</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support for <code>Arc&lt;str&gt;</code> in 
<code>ParquetRecordWriter</code> derive macro <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8972";>#8972</a></li>
   <li>[arrow-avro] suggest switching from xz to liblzma <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8970";>#8970</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: add i256::trailing_zeros <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8968";>#8968</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>arrow-buffer: make i256::leading_zeros public <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8965";>#8965</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add spark like <code>ignoreLeadingWhiteSpace</code> and 
<code>ignoreTrailingWhiteSpace</code> options to the csv writer <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8961";>#8961</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add round trip benchmark for Parquet writer/reader <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8955";>#8955</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Support performant <code>interleave</code> for List/LargeList <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8952";>#8952</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Support array access when parsing <code>VariantPath</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8946";>#8946</a></li>
   <li>Some panic!s could be represented as unimplemented!s <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8932";>#8932</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] easier way to construct a shredded schema <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8922";>#8922</a></li>
   <li>Support <code>DataType::ListView</code> and 
<code>DataType::LargeListView</code> in <code>ArrayData::new_null</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8908";>#8908</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add <code>GenericListViewArray::from_iter_primitive</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8906";>#8906</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Unify the cast option usage in ParquentVariant <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8873";>#8873</a></li>
   <li>Blog post about efficient filter representation in Parquet filter 
pushdown <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8843";>#8843</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Add comparison support for Union arrays in the <code>cmp</code> kernel 
<a href="https://redirect.github.com/apache/arrow-rs/issues/8837";>#8837</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Support array shredding into 
<code>List/LargeList/ListView/LargeListView</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8830";>#8830</a></li>
   <li>Support <code>Union</code> data types for row format <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8828";>#8828</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>FFI support for ListView <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8819";>#8819</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[Variant] Support more Arrow Datatypes from Variant primitive types <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8805";>#8805</a></li>
   <li><code>FixedSizeBinaryBuilder</code> supports <code>append_array</code> 
<a href="https://redirect.github.com/apache/arrow-rs/issues/8750";>#8750</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Implement special case <code>zip</code> with scalar for Utf8View <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8724";>#8724</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>[geometry] Wire up arrow reader/writer for <code>GEOMETRY</code> and 
<code>GEOGRAPHY</code> <a 
href="https://redirect.github.com/apache/arrow-rs/issues/8717";>#8717</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Soundness Bug in <code>try_binary</code> when <code>Array</code> is 
implemented incorrectly in external crate <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9106";>#9106</a></li>
   <li>casting <code>Dict(_, LargeUtf8)</code> to <code>Utf8View</code> 
(<code>StringViewArray</code>) panics <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9101";>#9101</a></li>
   <li>wrong results for null count of <code>nullif</code> kernel <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9085";>#9085</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>Empty first line in some code examples <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9063";>#9063</a></li>
   <li>GenericByteViewArray::slice is not zero-copy but ought to be <a 
href="https://redirect.github.com/apache/arrow-rs/issues/9014";>#9014</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/commit/9e822e050016e659028741499388d454a74cf23c";><code>9e822e0</code></a>
 Update version to <code>57.2.0</code>, add CHANGELOG (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9103";>#9103</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/28f66f94e0e7f0e2b27686207a91e40b60e3b957";><code>28f66f9</code></a>
 Add Union encoding documentation  (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9102";>#9102</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/a8346be02a240788b1246d847bc8dfec21274306";><code>a8346be</code></a>
 Minor: make it clear cache array reader is not cloning arrays (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9057";>#9057</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/721f373fba7493c873a64421e32f1f67114ac130";><code>721f373</code></a>
 Seal Array trait (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9092";>#9092</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/2b179b805f62e927771f764f8ae92151249e9edd";><code>2b179b8</code></a>
 feat(parquet): relax type compatility check in parquet ArrowWriter (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9099";>#9099</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/10a976fc03af32d26f9e4bf4dcc420cb1a455ef0";><code>10a976f</code></a>
 chore: increase row count and batch size for more deterministic tests (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9088";>#9088</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/2507946be697d511689a8f59b6a7db45ef40854b";><code>2507946</code></a>
 Add <code>FlightInfo::with_endpoints</code> method (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9075";>#9075</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/068a7e44f0881ffe542225c5dd8cb354b74a9615";><code>068a7e4</code></a>
 Add <code>DataType::is_decimal</code> (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9100";>#9100</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/b1dfb697babcb614040ea2ae17e842e9db557f69";><code>b1dfb69</code></a>
 Fix row slice bug in Union column decoding with many columns (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9000";>#9000</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/a9d6e92664996a875bab2b5df60704781a396e6c";><code>a9d6e92</code></a>
 [Variant] Move <code>ArrayVariantToArrowRowBuilder</code> to 
<code>variant_to_arrow</code> (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9094";>#9094</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/57.1.0...57.2.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `datafusion` from 51.0.0 to 52.0.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/datafusion/commit/bc043c3a5fe448fc5735d9fa173b69ac95a7e11c";><code>bc043c3</code></a>
 [branch-52] Prepare 52.0.0 release version number and changelog (<a 
href="https://redirect.github.com/apache/datafusion/issues/19661";>#19661</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/69eca52102af32517aeca3c97805b29296b5eae7";><code>69eca52</code></a>
 [branch-52] fix: DynamicFilterPhysicalExpr violates Hash/Eq contract (<a 
href="https://redirect.github.com/apache/datafusion/issues/19659";>#19659</a>)...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/1ac18a3affa740051b7e0c6375a2aa1b42fce2d9";><code>1ac18a3</code></a>
 [branch-52] Backport <code>list_files_cache</code>, and make default 
ListingFilesCache t...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/d5dae86a6a0e087bac4a1ce41e267f91f4c348a7";><code>d5dae86</code></a>
 [branch-52] Split BatchPartitioner::try_new into hash and round-robin 
constru...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/04e6ceef8c8485f483f4c220f2d5d4ecb84f0419";><code>04e6cee</code></a>
 [branch-52] Remove dependency on <code>rust_decimal</code>, remove ignore of 
`RUSTSEC-20...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/aee5cd9f3517b2ac9536fd4eb254f1e1349711df";><code>aee5cd9</code></a>
 fix(functions): Make translate function postgres compatible (<a 
href="https://redirect.github.com/apache/datafusion/issues/19630";>#19630</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/ff38480f22ac9c7593ed7d567e00a6d04b163eef";><code>ff38480</code></a>
 Refactor <code>percentile_cont</code> to clarify support input types (<a 
href="https://redirect.github.com/apache/datafusion/issues/19611";>#19611</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/2d562538930eaf8a25e9e77da4b46281992a947c";><code>2d56253</code></a>
 fix(spark): Use wrapping addition/subtraction in <code>SparkDateAdd</code> and 
`SparkDat...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/9b2505ce6a68d64662cbb21cc28a1866d74fa5f1";><code>9b2505c</code></a>
 fix(doc): close <a 
href="https://redirect.github.com/apache/datafusion/issues/19393";>#19393</a>, 
make upgrading guide match v51 api (<a 
href="https://redirect.github.com/apache/datafusion/issues/19648";>#19648</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/ada0923a3927d16dc5d810637cfbea4146c54f54";><code>ada0923</code></a>
 Respect execution timezone in to_timestamp and related functions (<a 
href="https://redirect.github.com/apache/datafusion/issues/19078";>#19078</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/datafusion/compare/51.0.0...52.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `datafusion-substrait` from 51.0.0 to 52.0.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/datafusion/commit/bc043c3a5fe448fc5735d9fa173b69ac95a7e11c";><code>bc043c3</code></a>
 [branch-52] Prepare 52.0.0 release version number and changelog (<a 
href="https://redirect.github.com/apache/datafusion/issues/19661";>#19661</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/69eca52102af32517aeca3c97805b29296b5eae7";><code>69eca52</code></a>
 [branch-52] fix: DynamicFilterPhysicalExpr violates Hash/Eq contract (<a 
href="https://redirect.github.com/apache/datafusion/issues/19659";>#19659</a>)...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/1ac18a3affa740051b7e0c6375a2aa1b4...
   
   _Description has been truncated_


-- 
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