Skip to content

Conversation

@gbrgr
Copy link
Collaborator

@gbrgr gbrgr commented Jan 12, 2026

No description provided.

xbattlax and others added 5 commits January 10, 2026 09:37
## Summary

Add a type-safe accessor method `table_properties()` to `TableMetadata`
that returns `TableProperties`, eliminating manual `TryFrom` conversions
at call sites.

### Changes
- Add `table_properties()` method to `TableMetadata` that parses and
returns typed `TableProperties`
- Update `transaction/mod.rs` to use the new method
- Simplify `datafusion/write.rs` property access (~60 lines reduced to
~10)
- Add unit tests for the new accessor method

Closes apache#1878
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.41.0 to
1.42.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/crate-ci/typos/releases">crate-ci/typos's
releases</a>.</em></p>
<blockquote>
<h2>v1.42.0</h2>
<h2>[1.42.0] - 2026-01-07</h2>
<h3>Features</h3>
<ul>
<li>Dictionary updates</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/crate-ci/typos/blob/master/CHANGELOG.md">crate-ci/typos's
changelog</a>.</em></p>
<blockquote>
<h2>[1.42.0] - 2026-01-07</h2>
<h3>Features</h3>
<ul>
<li>Dictionary updates</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/crate-ci/typos/commit/bb4666ad77b539a6b4ce4eda7ebb6de553704021"><code>bb4666a</code></a>
chore: Release</li>
<li><a
href="https://github.com/crate-ci/typos/commit/6995a8a1d26cf39d11e6f43aa2aec4f4a29355cd"><code>6995a8a</code></a>
chore: Release</li>
<li><a
href="https://github.com/crate-ci/typos/commit/e0227ba473d88487417cfee52745fe7f7486c08b"><code>e0227ba</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/crate-ci/typos/commit/c4054dbccf31912bccbc70627afb76fd383a63bf"><code>c4054db</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-ci/typos/issues/1460">#1460</a>
from epage/wiki</li>
<li><a
href="https://github.com/crate-ci/typos/commit/596a0bd11d3a7d34bb3d38f220b3f25d855a9633"><code>596a0bd</code></a>
feat(dict): Extend from misspell's list</li>
<li><a
href="https://github.com/crate-ci/typos/commit/2d459793dbe4deeab66a3725df451466c1f071e0"><code>2d45979</code></a>
refactor(misspell): Reformat dict to look like ours</li>
<li><a
href="https://github.com/crate-ci/typos/commit/54e136663731657f303e28af4af61e8dd1b94317"><code>54e1366</code></a>
feat(dict): Extend from codespell's list</li>
<li><a
href="https://github.com/crate-ci/typos/commit/74e0660315ff5e80c50ff54a6f7b848050aa6132"><code>74e0660</code></a>
feat(dict): Extend from wikipedia's list</li>
<li><a
href="https://github.com/crate-ci/typos/commit/a2568ec213bdbd8e534408119c9159444edc721a"><code>a2568ec</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-ci/typos/issues/1459">#1459</a>
from epage/update</li>
<li><a
href="https://github.com/crate-ci/typos/commit/c360cf6c3da8a01b0a3de1684cccf0896a209eef"><code>c360cf6</code></a>
fix(wikipedia): Update dict</li>
<li>Additional commits viewable in <a
href="https://github.com/crate-ci/typos/compare/v1.41.0...v1.42.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=crate-ci/typos&package-manager=github_actions&previous-version=1.41.0&new-version=1.42.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the arrow-parquet group 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-ord](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` |
| [arrow-string](https://github.com/apache/arrow-rs) | `57.1.0` |
`57.2.0` |

Updates `arrow-array` from 57.1.0 to 57.2.0
<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>See full diff in <a
href="https://github.com/apache/arrow-rs/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `arrow-buffer` from 57.1.0 to 57.2.0
<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>See full diff in <a
href="https://github.com/apache/arrow-rs/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `arrow-ord` from 57.1.0 to 57.2.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md">arrow-ord'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>See full diff in <a
href="https://github.com/apache/arrow-rs/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `arrow-schema` from 57.1.0 to 57.2.0
<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>See full diff in <a
href="https://github.com/apache/arrow-rs/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `arrow-select` from 57.1.0 to 57.2.0
<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>See full diff in <a
href="https://github.com/apache/arrow-rs/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `arrow-string` from 57.1.0 to 57.2.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md">arrow-string'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>See full diff in <a
href="https://github.com/apache/arrow-rs/commits">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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the arrow-parquet group 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-ord](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` |
| [arrow-string](https://github.com/apache/arrow-rs) | `57.1.0` |
`57.2.0` |

Updates `arrow-array` from 57.1.0 to 57.2.0
<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>See full diff in <a
href="https://github.com/apache/arrow-rs/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `arrow-buffer` from 57.1.0 to 57.2.0
<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>See full diff in <a
href="https://github.com/apache/arrow-rs/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `arrow-ord` from 57.1.0 to 57.2.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md">arrow-ord'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>See full diff in <a
href="https://github.com/apache/arrow-rs/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `arrow-schema` from 57.1.0 to 57.2.0
<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>See full diff in <a
href="https://github.com/apache/arrow-rs/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `arrow-select` from 57.1.0 to 57.2.0
<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>See full diff in <a
href="https://github.com/apache/arrow-rs/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `arrow-string` from 57.1.0 to 57.2.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md">arrow-string'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>See full diff in <a
href="https://github.com/apache/arrow-rs/commits">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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Conflicts:
#	Cargo.lock
@gbrgr gbrgr marked this pull request as ready for review January 12, 2026 08:33
@gbrgr gbrgr merged commit 939d20a into main Jan 12, 2026
15 checks passed
@gbrgr gbrgr deleted the integrate-upstream-changes branch January 12, 2026 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants