-
Notifications
You must be signed in to change notification settings - Fork 260
Commit 50de31a
chore(deps): Bump the arrow-parquet group with 9 updates (#1348)
Bumps the arrow-parquet group with 9 updates:
| Package | From | To |
| --- | --- | --- |
| [arrow-arith](https://github.com/apache/arrow-rs) | `55.0.0` |
`55.1.0` |
| [arrow-array](https://github.com/apache/arrow-rs) | `55.0.0` |
`55.1.0` |
| [arrow-buffer](https://github.com/apache/arrow-rs) | `55.0.0` |
`55.1.0` |
| [arrow-cast](https://github.com/apache/arrow-rs) | `55.0.0` | `55.1.0`
|
| [arrow-ord](https://github.com/apache/arrow-rs) | `55.0.0` | `55.1.0`
|
| [arrow-schema](https://github.com/apache/arrow-rs) | `55.0.0` |
`55.1.0` |
| [arrow-select](https://github.com/apache/arrow-rs) | `55.0.0` |
`55.1.0` |
| [arrow-string](https://github.com/apache/arrow-rs) | `55.0.0` |
`55.1.0` |
| [parquet](https://github.com/apache/arrow-rs) | `55.0.0` | `55.1.0` |
Updates `arrow-arith` from 55.0.0 to 55.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/releases">arrow-arith's
releases</a>.</em></p>
<blockquote>
<h2>arrow 55.1.0</h2>
<!-- raw HTML omitted -->
<h1>Changelog</h1>
<h2><a href="https://github.com/apache/arrow-rs/tree/55.1.0">55.1.0</a>
(2025-05-09)</h2>
<p><a
href="https://github.com/apache/arrow-rs/compare/55.0.0...55.1.0">Full
Changelog</a></p>
<p><strong>Breaking changes:</strong></p>
<ul>
<li>refactor!: do not default the struct array length to 0 in
Struct::try_new <a
href="https://redirect.github.com/apache/arrow-rs/pull/7247">#7247</a>
[<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]
(<a href="https://github.com/westonpace">westonpace</a>)</li>
</ul>
<p><strong>Implemented enhancements:</strong></p>
<ul>
<li>Add a way to get max <code>usize</code> from
<code>OffsetSizeTrait</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/7474">#7474</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Deterministic metadata encoding <a
href="https://redirect.github.com/apache/arrow-rs/issues/7448">#7448</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Support Arrow type Dictionary with value FixedSizeBinary in Parquet
<a
href="https://redirect.github.com/apache/arrow-rs/issues/7445">#7445</a></li>
<li>Parquet: Add ability to project rowid in parquet reader <a
href="https://redirect.github.com/apache/arrow-rs/issues/7444">#7444</a></li>
<li>Move parquet::file::metadata::reader::FooterTail to
parquet::file::metadata so that it is public <a
href="https://redirect.github.com/apache/arrow-rs/issues/7438">#7438</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Speedup take_bytes by precalculating capacity <a
href="https://redirect.github.com/apache/arrow-rs/issues/7432">#7432</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Improve performance of interleave_primitive and interleave_bytes <a
href="https://redirect.github.com/apache/arrow-rs/issues/7421">#7421</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Implement <code>Eq</code> and <code>Default</code> for
<code>ScalarBuffer</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/7411">#7411</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Add decryption support for column index and offset index <a
href="https://redirect.github.com/apache/arrow-rs/issues/7390">#7390</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Support writing encrypted Parquet files with plaintext footers <a
href="https://redirect.github.com/apache/arrow-rs/issues/7320">#7320</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Support Parquet key management tools <a
href="https://redirect.github.com/apache/arrow-rs/issues/7256">#7256</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Verify footer tags when reading encrypted Parquet files with
plaintext footers <a
href="https://redirect.github.com/apache/arrow-rs/issues/7255">#7255</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>StructArray::try_new behavior can be unexpected when there are no
child arrays <a
href="https://redirect.github.com/apache/arrow-rs/issues/7246">#7246</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Parquet performance: improve performance of reading int8/int16 <a
href="https://redirect.github.com/apache/arrow-rs/issues/7097">#7097</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
</ul>
<p><strong>Fixed bugs:</strong></p>
<ul>
<li>StructArray::try_new validation incorrectly returns an error when
<code>logical_nulls()</code> returns Some() && null_count == 0
<a
href="https://redirect.github.com/apache/arrow-rs/issues/7435">#7435</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md">arrow-arith's
changelog</a>.</em></p>
<blockquote>
<!-- raw HTML omitted -->
<h1>Historical Changelog</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/arrow-rs/commit/822cba4cbb094380f9071315b48d1ce85cca5c42"><code>822cba4</code></a>
Prepare for <code>55.1.0</code> release: Version update and update
<code>CHANGELOG</code> (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7486">#7486</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/84646ac8406b12233e4f9cb17427219eb2360b92"><code>84646ac</code></a>
Support parsing and display pretty for StructType (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7469">#7469</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/22a2ef9fe6588b8f75fa03e4113eee15e475edb2"><code>22a2ef9</code></a>
Fixes a typo in arrow/examples/README.md (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7473">#7473</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/2c6c01cb3409de973d96017bb71d5b92a8653f9e"><code>2c6c01c</code></a>
Document Arrow <--> Parquet schema conversion better (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7479">#7479</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/9e91ef4e76d15150c3b6bdf3eafec6e36d9d4b18"><code>9e91ef4</code></a>
Improve performance of reading int8/int16 Parquet data (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7055">#7055</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/188a1419545aa3e560d807e7440912e4b53c3179"><code>188a141</code></a>
Fix validation logic in <code>StructArray::try_new</code> to account for
array.logical_n...</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/689897ea99b61e94bd80d55796f701879375bf23"><code>689897e</code></a>
Support round trip reading / writing Arrow <code>Duration</code> type to
parquet (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7482">#7482</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/8bed541f314dfc6adfa1f7b46d4a43fd4118e7c7"><code>8bed541</code></a>
feat: Support round trip reading/writing Arrow type `Dictionary(_,
FixedSizeB...</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/8fb22702acd6d77e041c7d92dc50db9bb5cc3d8a"><code>8fb2270</code></a>
Improve documentation and add examples for ArrowPredicateFn (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7480">#7480</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/0e488773e9ecaa954989c19abfd2124fa48c656d"><code>0e48877</code></a>
Add Parquet <code>arrow_reader</code> benchmarks for {u}int{8,16}
columns (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7484">#7484</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/arrow-rs/compare/55.0.0...55.1.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `arrow-array` from 55.0.0 to 55.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/releases">arrow-array's
releases</a>.</em></p>
<blockquote>
<h2>arrow 55.1.0</h2>
<!-- raw HTML omitted -->
<h1>Changelog</h1>
<h2><a href="https://github.com/apache/arrow-rs/tree/55.1.0">55.1.0</a>
(2025-05-09)</h2>
<p><a
href="https://github.com/apache/arrow-rs/compare/55.0.0...55.1.0">Full
Changelog</a></p>
<p><strong>Breaking changes:</strong></p>
<ul>
<li>refactor!: do not default the struct array length to 0 in
Struct::try_new <a
href="https://redirect.github.com/apache/arrow-rs/pull/7247">#7247</a>
[<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]
(<a href="https://github.com/westonpace">westonpace</a>)</li>
</ul>
<p><strong>Implemented enhancements:</strong></p>
<ul>
<li>Add a way to get max <code>usize</code> from
<code>OffsetSizeTrait</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/7474">#7474</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Deterministic metadata encoding <a
href="https://redirect.github.com/apache/arrow-rs/issues/7448">#7448</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Support Arrow type Dictionary with value FixedSizeBinary in Parquet
<a
href="https://redirect.github.com/apache/arrow-rs/issues/7445">#7445</a></li>
<li>Parquet: Add ability to project rowid in parquet reader <a
href="https://redirect.github.com/apache/arrow-rs/issues/7444">#7444</a></li>
<li>Move parquet::file::metadata::reader::FooterTail to
parquet::file::metadata so that it is public <a
href="https://redirect.github.com/apache/arrow-rs/issues/7438">#7438</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Speedup take_bytes by precalculating capacity <a
href="https://redirect.github.com/apache/arrow-rs/issues/7432">#7432</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Improve performance of interleave_primitive and interleave_bytes <a
href="https://redirect.github.com/apache/arrow-rs/issues/7421">#7421</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Implement <code>Eq</code> and <code>Default</code> for
<code>ScalarBuffer</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/7411">#7411</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Add decryption support for column index and offset index <a
href="https://redirect.github.com/apache/arrow-rs/issues/7390">#7390</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Support writing encrypted Parquet files with plaintext footers <a
href="https://redirect.github.com/apache/arrow-rs/issues/7320">#7320</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Support Parquet key management tools <a
href="https://redirect.github.com/apache/arrow-rs/issues/7256">#7256</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Verify footer tags when reading encrypted Parquet files with
plaintext footers <a
href="https://redirect.github.com/apache/arrow-rs/issues/7255">#7255</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>StructArray::try_new behavior can be unexpected when there are no
child arrays <a
href="https://redirect.github.com/apache/arrow-rs/issues/7246">#7246</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Parquet performance: improve performance of reading int8/int16 <a
href="https://redirect.github.com/apache/arrow-rs/issues/7097">#7097</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
</ul>
<p><strong>Fixed bugs:</strong></p>
<ul>
<li>StructArray::try_new validation incorrectly returns an error when
<code>logical_nulls()</code> returns Some() && null_count == 0
<a
href="https://redirect.github.com/apache/arrow-rs/issues/7435">#7435</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md">arrow-array's
changelog</a>.</em></p>
<blockquote>
<!-- raw HTML omitted -->
<h1>Historical Changelog</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/arrow-rs/commit/822cba4cbb094380f9071315b48d1ce85cca5c42"><code>822cba4</code></a>
Prepare for <code>55.1.0</code> release: Version update and update
<code>CHANGELOG</code> (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7486">#7486</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/84646ac8406b12233e4f9cb17427219eb2360b92"><code>84646ac</code></a>
Support parsing and display pretty for StructType (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7469">#7469</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/22a2ef9fe6588b8f75fa03e4113eee15e475edb2"><code>22a2ef9</code></a>
Fixes a typo in arrow/examples/README.md (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7473">#7473</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/2c6c01cb3409de973d96017bb71d5b92a8653f9e"><code>2c6c01c</code></a>
Document Arrow <--> Parquet schema conversion better (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7479">#7479</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/9e91ef4e76d15150c3b6bdf3eafec6e36d9d4b18"><code>9e91ef4</code></a>
Improve performance of reading int8/int16 Parquet data (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7055">#7055</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/188a1419545aa3e560d807e7440912e4b53c3179"><code>188a141</code></a>
Fix validation logic in <code>StructArray::try_new</code> to account for
array.logical_n...</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/689897ea99b61e94bd80d55796f701879375bf23"><code>689897e</code></a>
Support round trip reading / writing Arrow <code>Duration</code> type to
parquet (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7482">#7482</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/8bed541f314dfc6adfa1f7b46d4a43fd4118e7c7"><code>8bed541</code></a>
feat: Support round trip reading/writing Arrow type `Dictionary(_,
FixedSizeB...</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/8fb22702acd6d77e041c7d92dc50db9bb5cc3d8a"><code>8fb2270</code></a>
Improve documentation and add examples for ArrowPredicateFn (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7480">#7480</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/0e488773e9ecaa954989c19abfd2124fa48c656d"><code>0e48877</code></a>
Add Parquet <code>arrow_reader</code> benchmarks for {u}int{8,16}
columns (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7484">#7484</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/arrow-rs/compare/55.0.0...55.1.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `arrow-buffer` from 55.0.0 to 55.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/releases">arrow-buffer's
releases</a>.</em></p>
<blockquote>
<h2>arrow 55.1.0</h2>
<!-- raw HTML omitted -->
<h1>Changelog</h1>
<h2><a href="https://github.com/apache/arrow-rs/tree/55.1.0">55.1.0</a>
(2025-05-09)</h2>
<p><a
href="https://github.com/apache/arrow-rs/compare/55.0.0...55.1.0">Full
Changelog</a></p>
<p><strong>Breaking changes:</strong></p>
<ul>
<li>refactor!: do not default the struct array length to 0 in
Struct::try_new <a
href="https://redirect.github.com/apache/arrow-rs/pull/7247">#7247</a>
[<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]
(<a href="https://github.com/westonpace">westonpace</a>)</li>
</ul>
<p><strong>Implemented enhancements:</strong></p>
<ul>
<li>Add a way to get max <code>usize</code> from
<code>OffsetSizeTrait</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/7474">#7474</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Deterministic metadata encoding <a
href="https://redirect.github.com/apache/arrow-rs/issues/7448">#7448</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Support Arrow type Dictionary with value FixedSizeBinary in Parquet
<a
href="https://redirect.github.com/apache/arrow-rs/issues/7445">#7445</a></li>
<li>Parquet: Add ability to project rowid in parquet reader <a
href="https://redirect.github.com/apache/arrow-rs/issues/7444">#7444</a></li>
<li>Move parquet::file::metadata::reader::FooterTail to
parquet::file::metadata so that it is public <a
href="https://redirect.github.com/apache/arrow-rs/issues/7438">#7438</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Speedup take_bytes by precalculating capacity <a
href="https://redirect.github.com/apache/arrow-rs/issues/7432">#7432</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Improve performance of interleave_primitive and interleave_bytes <a
href="https://redirect.github.com/apache/arrow-rs/issues/7421">#7421</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Implement <code>Eq</code> and <code>Default</code> for
<code>ScalarBuffer</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/7411">#7411</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Add decryption support for column index and offset index <a
href="https://redirect.github.com/apache/arrow-rs/issues/7390">#7390</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Support writing encrypted Parquet files with plaintext footers <a
href="https://redirect.github.com/apache/arrow-rs/issues/7320">#7320</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Support Parquet key management tools <a
href="https://redirect.github.com/apache/arrow-rs/issues/7256">#7256</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Verify footer tags when reading encrypted Parquet files with
plaintext footers <a
href="https://redirect.github.com/apache/arrow-rs/issues/7255">#7255</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>StructArray::try_new behavior can be unexpected when there are no
child arrays <a
href="https://redirect.github.com/apache/arrow-rs/issues/7246">#7246</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Parquet performance: improve performance of reading int8/int16 <a
href="https://redirect.github.com/apache/arrow-rs/issues/7097">#7097</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
</ul>
<p><strong>Fixed bugs:</strong></p>
<ul>
<li>StructArray::try_new validation incorrectly returns an error when
<code>logical_nulls()</code> returns Some() && null_count == 0
<a
href="https://redirect.github.com/apache/arrow-rs/issues/7435">#7435</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md">arrow-buffer's
changelog</a>.</em></p>
<blockquote>
<!-- raw HTML omitted -->
<h1>Historical Changelog</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/arrow-rs/commit/822cba4cbb094380f9071315b48d1ce85cca5c42"><code>822cba4</code></a>
Prepare for <code>55.1.0</code> release: Version update and update
<code>CHANGELOG</code> (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7486">#7486</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/84646ac8406b12233e4f9cb17427219eb2360b92"><code>84646ac</code></a>
Support parsing and display pretty for StructType (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7469">#7469</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/22a2ef9fe6588b8f75fa03e4113eee15e475edb2"><code>22a2ef9</code></a>
Fixes a typo in arrow/examples/README.md (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7473">#7473</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/2c6c01cb3409de973d96017bb71d5b92a8653f9e"><code>2c6c01c</code></a>
Document Arrow <--> Parquet schema conversion better (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7479">#7479</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/9e91ef4e76d15150c3b6bdf3eafec6e36d9d4b18"><code>9e91ef4</code></a>
Improve performance of reading int8/int16 Parquet data (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7055">#7055</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/188a1419545aa3e560d807e7440912e4b53c3179"><code>188a141</code></a>
Fix validation logic in <code>StructArray::try_new</code> to account for
array.logical_n...</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/689897ea99b61e94bd80d55796f701879375bf23"><code>689897e</code></a>
Support round trip reading / writing Arrow <code>Duration</code> type to
parquet (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7482">#7482</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/8bed541f314dfc6adfa1f7b46d4a43fd4118e7c7"><code>8bed541</code></a>
feat: Support round trip reading/writing Arrow type `Dictionary(_,
FixedSizeB...</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/8fb22702acd6d77e041c7d92dc50db9bb5cc3d8a"><code>8fb2270</code></a>
Improve documentation and add examples for ArrowPredicateFn (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7480">#7480</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/0e488773e9ecaa954989c19abfd2124fa48c656d"><code>0e48877</code></a>
Add Parquet <code>arrow_reader</code> benchmarks for {u}int{8,16}
columns (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7484">#7484</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/arrow-rs/compare/55.0.0...55.1.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `arrow-cast` from 55.0.0 to 55.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/releases">arrow-cast's
releases</a>.</em></p>
<blockquote>
<h2>arrow 55.1.0</h2>
<!-- raw HTML omitted -->
<h1>Changelog</h1>
<h2><a href="https://github.com/apache/arrow-rs/tree/55.1.0">55.1.0</a>
(2025-05-09)</h2>
<p><a
href="https://github.com/apache/arrow-rs/compare/55.0.0...55.1.0">Full
Changelog</a></p>
<p><strong>Breaking changes:</strong></p>
<ul>
<li>refactor!: do not default the struct array length to 0 in
Struct::try_new <a
href="https://redirect.github.com/apache/arrow-rs/pull/7247">#7247</a>
[<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]
(<a href="https://github.com/westonpace">westonpace</a>)</li>
</ul>
<p><strong>Implemented enhancements:</strong></p>
<ul>
<li>Add a way to get max <code>usize</code> from
<code>OffsetSizeTrait</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/7474">#7474</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Deterministic metadata encoding <a
href="https://redirect.github.com/apache/arrow-rs/issues/7448">#7448</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Support Arrow type Dictionary with value FixedSizeBinary in Parquet
<a
href="https://redirect.github.com/apache/arrow-rs/issues/7445">#7445</a></li>
<li>Parquet: Add ability to project rowid in parquet reader <a
href="https://redirect.github.com/apache/arrow-rs/issues/7444">#7444</a></li>
<li>Move parquet::file::metadata::reader::FooterTail to
parquet::file::metadata so that it is public <a
href="https://redirect.github.com/apache/arrow-rs/issues/7438">#7438</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Speedup take_bytes by precalculating capacity <a
href="https://redirect.github.com/apache/arrow-rs/issues/7432">#7432</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Improve performance of interleave_primitive and interleave_bytes <a
href="https://redirect.github.com/apache/arrow-rs/issues/7421">#7421</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Implement <code>Eq</code> and <code>Default</code> for
<code>ScalarBuffer</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/7411">#7411</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Add decryption support for column index and offset index <a
href="https://redirect.github.com/apache/arrow-rs/issues/7390">#7390</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Support writing encrypted Parquet files with plaintext footers <a
href="https://redirect.github.com/apache/arrow-rs/issues/7320">#7320</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Support Parquet key management tools <a
href="https://redirect.github.com/apache/arrow-rs/issues/7256">#7256</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Verify footer tags when reading encrypted Parquet files with
plaintext footers <a
href="https://redirect.github.com/apache/arrow-rs/issues/7255">#7255</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>StructArray::try_new behavior can be unexpected when there are no
child arrays <a
href="https://redirect.github.com/apache/arrow-rs/issues/7246">#7246</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Parquet performance: improve performance of reading int8/int16 <a
href="https://redirect.github.com/apache/arrow-rs/issues/7097">#7097</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
</ul>
<p><strong>Fixed bugs:</strong></p>
<ul>
<li>StructArray::try_new validation incorrectly returns an error when
<code>logical_nulls()</code> returns Some() && null_count == 0
<a
href="https://redirect.github.com/apache/arrow-rs/issues/7435">#7435</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md">arrow-cast's
changelog</a>.</em></p>
<blockquote>
<!-- raw HTML omitted -->
<h1>Historical Changelog</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/arrow-rs/commit/822cba4cbb094380f9071315b48d1ce85cca5c42"><code>822cba4</code></a>
Prepare for <code>55.1.0</code> release: Version update and update
<code>CHANGELOG</code> (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7486">#7486</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/84646ac8406b12233e4f9cb17427219eb2360b92"><code>84646ac</code></a>
Support parsing and display pretty for StructType (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7469">#7469</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/22a2ef9fe6588b8f75fa03e4113eee15e475edb2"><code>22a2ef9</code></a>
Fixes a typo in arrow/examples/README.md (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7473">#7473</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/2c6c01cb3409de973d96017bb71d5b92a8653f9e"><code>2c6c01c</code></a>
Document Arrow <--> Parquet schema conversion better (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7479">#7479</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/9e91ef4e76d15150c3b6bdf3eafec6e36d9d4b18"><code>9e91ef4</code></a>
Improve performance of reading int8/int16 Parquet data (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7055">#7055</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/188a1419545aa3e560d807e7440912e4b53c3179"><code>188a141</code></a>
Fix validation logic in <code>StructArray::try_new</code> to account for
array.logical_n...</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/689897ea99b61e94bd80d55796f701879375bf23"><code>689897e</code></a>
Support round trip reading / writing Arrow <code>Duration</code> type to
parquet (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7482">#7482</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/8bed541f314dfc6adfa1f7b46d4a43fd4118e7c7"><code>8bed541</code></a>
feat: Support round trip reading/writing Arrow type `Dictionary(_,
FixedSizeB...</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/8fb22702acd6d77e041c7d92dc50db9bb5cc3d8a"><code>8fb2270</code></a>
Improve documentation and add examples for ArrowPredicateFn (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7480">#7480</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/0e488773e9ecaa954989c19abfd2124fa48c656d"><code>0e48877</code></a>
Add Parquet <code>arrow_reader</code> benchmarks for {u}int{8,16}
columns (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7484">#7484</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/arrow-rs/compare/55.0.0...55.1.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `arrow-ord` from 55.0.0 to 55.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/releases">arrow-ord's
releases</a>.</em></p>
<blockquote>
<h2>arrow 55.1.0</h2>
<!-- raw HTML omitted -->
<h1>Changelog</h1>
<h2><a href="https://github.com/apache/arrow-rs/tree/55.1.0">55.1.0</a>
(2025-05-09)</h2>
<p><a
href="https://github.com/apache/arrow-rs/compare/55.0.0...55.1.0">Full
Changelog</a></p>
<p><strong>Breaking changes:</strong></p>
<ul>
<li>refactor!: do not default the struct array length to 0 in
Struct::try_new <a
href="https://redirect.github.com/apache/arrow-rs/pull/7247">#7247</a>
[<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]
(<a href="https://github.com/westonpace">westonpace</a>)</li>
</ul>
<p><strong>Implemented enhancements:</strong></p>
<ul>
<li>Add a way to get max <code>usize</code> from
<code>OffsetSizeTrait</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/7474">#7474</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Deterministic metadata encoding <a
href="https://redirect.github.com/apache/arrow-rs/issues/7448">#7448</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Support Arrow type Dictionary with value FixedSizeBinary in Parquet
<a
href="https://redirect.github.com/apache/arrow-rs/issues/7445">#7445</a></li>
<li>Parquet: Add ability to project rowid in parquet reader <a
href="https://redirect.github.com/apache/arrow-rs/issues/7444">#7444</a></li>
<li>Move parquet::file::metadata::reader::FooterTail to
parquet::file::metadata so that it is public <a
href="https://redirect.github.com/apache/arrow-rs/issues/7438">#7438</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Speedup take_bytes by precalculating capacity <a
href="https://redirect.github.com/apache/arrow-rs/issues/7432">#7432</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Improve performance of interleave_primitive and interleave_bytes <a
href="https://redirect.github.com/apache/arrow-rs/issues/7421">#7421</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Implement <code>Eq</code> and <code>Default</code> for
<code>ScalarBuffer</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/7411">#7411</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Add decryption support for column index and offset index <a
href="https://redirect.github.com/apache/arrow-rs/issues/7390">#7390</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Support writing encrypted Parquet files with plaintext footers <a
href="https://redirect.github.com/apache/arrow-rs/issues/7320">#7320</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Support Parquet key management tools <a
href="https://redirect.github.com/apache/arrow-rs/issues/7256">#7256</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Verify footer tags when reading encrypted Parquet files with
plaintext footers <a
href="https://redirect.github.com/apache/arrow-rs/issues/7255">#7255</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>StructArray::try_new behavior can be unexpected when there are no
child arrays <a
href="https://redirect.github.com/apache/arrow-rs/issues/7246">#7246</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Parquet performance: improve performance of reading int8/int16 <a
href="https://redirect.github.com/apache/arrow-rs/issues/7097">#7097</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
</ul>
<p><strong>Fixed bugs:</strong></p>
<ul>
<li>StructArray::try_new validation incorrectly returns an error when
<code>logical_nulls()</code> returns Some() && null_count == 0
<a
href="https://redirect.github.com/apache/arrow-rs/issues/7435">#7435</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md">arrow-ord's
changelog</a>.</em></p>
<blockquote>
<!-- raw HTML omitted -->
<h1>Historical Changelog</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/arrow-rs/commit/822cba4cbb094380f9071315b48d1ce85cca5c42"><code>822cba4</code></a>
Prepare for <code>55.1.0</code> release: Version update and update
<code>CHANGELOG</code> (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7486">#7486</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/84646ac8406b12233e4f9cb17427219eb2360b92"><code>84646ac</code></a>
Support parsing and display pretty for StructType (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7469">#7469</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/22a2ef9fe6588b8f75fa03e4113eee15e475edb2"><code>22a2ef9</code></a>
Fixes a typo in arrow/examples/README.md (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7473">#7473</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/2c6c01cb3409de973d96017bb71d5b92a8653f9e"><code>2c6c01c</code></a>
Document Arrow <--> Parquet schema conversion better (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7479">#7479</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/9e91ef4e76d15150c3b6bdf3eafec6e36d9d4b18"><code>9e91ef4</code></a>
Improve performance of reading int8/int16 Parquet data (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7055">#7055</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/188a1419545aa3e560d807e7440912e4b53c3179"><code>188a141</code></a>
Fix validation logic in <code>StructArray::try_new</code> to account for
array.logical_n...</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/689897ea99b61e94bd80d55796f701879375bf23"><code>689897e</code></a>
Support round trip reading / writing Arrow <code>Duration</code> type to
parquet (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7482">#7482</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/8bed541f314dfc6adfa1f7b46d4a43fd4118e7c7"><code>8bed541</code></a>
feat: Support round trip reading/writing Arrow type `Dictionary(_,
FixedSizeB...</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/8fb22702acd6d77e041c7d92dc50db9bb5cc3d8a"><code>8fb2270</code></a>
Improve documentation and add examples for ArrowPredicateFn (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7480">#7480</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/0e488773e9ecaa954989c19abfd2124fa48c656d"><code>0e48877</code></a>
Add Parquet <code>arrow_reader</code> benchmarks for {u}int{8,16}
columns (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7484">#7484</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/arrow-rs/compare/55.0.0...55.1.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `arrow-schema` from 55.0.0 to 55.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/releases">arrow-schema's
releases</a>.</em></p>
<blockquote>
<h2>arrow 55.1.0</h2>
<!-- raw HTML omitted -->
<h1>Changelog</h1>
<h2><a href="https://github.com/apache/arrow-rs/tree/55.1.0">55.1.0</a>
(2025-05-09)</h2>
<p><a
href="https://github.com/apache/arrow-rs/compare/55.0.0...55.1.0">Full
Changelog</a></p>
<p><strong>Breaking changes:</strong></p>
<ul>
<li>refactor!: do not default the struct array length to 0 in
Struct::try_new <a
href="https://redirect.github.com/apache/arrow-rs/pull/7247">#7247</a>
[<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]
(<a href="https://github.com/westonpace">westonpace</a>)</li>
</ul>
<p><strong>Implemented enhancements:</strong></p>
<ul>
<li>Add a way to get max <code>usize</code> from
<code>OffsetSizeTrait</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/7474">#7474</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Deterministic metadata encoding <a
href="https://redirect.github.com/apache/arrow-rs/issues/7448">#7448</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Support Arrow type Dictionary with value FixedSizeBinary in Parquet
<a
href="https://redirect.github.com/apache/arrow-rs/issues/7445">#7445</a></li>
<li>Parquet: Add ability to project rowid in parquet reader <a
href="https://redirect.github.com/apache/arrow-rs/issues/7444">#7444</a></li>
<li>Move parquet::file::metadata::reader::FooterTail to
parquet::file::metadata so that it is public <a
href="https://redirect.github.com/apache/arrow-rs/issues/7438">#7438</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Speedup take_bytes by precalculating capacity <a
href="https://redirect.github.com/apache/arrow-rs/issues/7432">#7432</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Improve performance of interleave_primitive and interleave_bytes <a
href="https://redirect.github.com/apache/arrow-rs/issues/7421">#7421</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Implement <code>Eq</code> and <code>Default</code> for
<code>ScalarBuffer</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/7411">#7411</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Add decryption support for column index and offset index <a
href="https://redirect.github.com/apache/arrow-rs/issues/7390">#7390</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Support writing encrypted Parquet files with plaintext footers <a
href="https://redirect.github.com/apache/arrow-rs/issues/7320">#7320</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Support Parquet key management tools <a
href="https://redirect.github.com/apache/arrow-rs/issues/7256">#7256</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Verify footer tags when reading encrypted Parquet files with
plaintext footers <a
href="https://redirect.github.com/apache/arrow-rs/issues/7255">#7255</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>StructArray::try_new behavior can be unexpected when there are no
child arrays <a
href="https://redirect.github.com/apache/arrow-rs/issues/7246">#7246</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Parquet performance: improve performance of reading int8/int16 <a
href="https://redirect.github.com/apache/arrow-rs/issues/7097">#7097</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
</ul>
<p><strong>Fixed bugs:</strong></p>
<ul>
<li>StructArray::try_new validation incorrectly returns an error when
<code>logical_nulls()</code> returns Some() && null_count == 0
<a
href="https://redirect.github.com/apache/arrow-rs/issues/7435">#7435</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md">arrow-schema's
changelog</a>.</em></p>
<blockquote>
<!-- raw HTML omitted -->
<h1>Historical Changelog</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/arrow-rs/commit/822cba4cbb094380f9071315b48d1ce85cca5c42"><code>822cba4</code></a>
Prepare for <code>55.1.0</code> release: Version update and update
<code>CHANGELOG</code> (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7486">#7486</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/84646ac8406b12233e4f9cb17427219eb2360b92"><code>84646ac</code></a>
Support parsing and display pretty for StructType (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7469">#7469</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/22a2ef9fe6588b8f75fa03e4113eee15e475edb2"><code>22a2ef9</code></a>
Fixes a typo in arrow/examples/README.md (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7473">#7473</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/2c6c01cb3409de973d96017bb71d5b92a8653f9e"><code>2c6c01c</code></a>
Document Arrow <--> Parquet schema conversion better (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7479">#7479</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/9e91ef4e76d15150c3b6bdf3eafec6e36d9d4b18"><code>9e91ef4</code></a>
Improve performance of reading int8/int16 Parquet data (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7055">#7055</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/188a1419545aa3e560d807e7440912e4b53c3179"><code>188a141</code></a>
Fix validation logic in <code>StructArray::try_new</code> to account for
array.logical_n...</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/689897ea99b61e94bd80d55796f701879375bf23"><code>689897e</code></a>
Support round trip reading / writing Arrow <code>Duration</code> type to
parquet (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7482">#7482</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/8bed541f314dfc6adfa1f7b46d4a43fd4118e7c7"><code>8bed541</code></a>
feat: Support round trip reading/writing Arrow type `Dictionary(_,
FixedSizeB...</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/8fb22702acd6d77e041c7d92dc50db9bb5cc3d8a"><code>8fb2270</code></a>
Improve documentation and add examples for ArrowPredicateFn (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7480">#7480</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/0e488773e9ecaa954989c19abfd2124fa48c656d"><code>0e48877</code></a>
Add Parquet <code>arrow_reader</code> benchmarks for {u}int{8,16}
columns (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7484">#7484</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/arrow-rs/compare/55.0.0...55.1.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `arrow-select` from 55.0.0 to 55.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/releases">arrow-select's
releases</a>.</em></p>
<blockquote>
<h2>arrow 55.1.0</h2>
<!-- raw HTML omitted -->
<h1>Changelog</h1>
<h2><a href="https://github.com/apache/arrow-rs/tree/55.1.0">55.1.0</a>
(2025-05-09)</h2>
<p><a
href="https://github.com/apache/arrow-rs/compare/55.0.0...55.1.0">Full
Changelog</a></p>
<p><strong>Breaking changes:</strong></p>
<ul>
<li>refactor!: do not default the struct array length to 0 in
Struct::try_new <a
href="https://redirect.github.com/apache/arrow-rs/pull/7247">#7247</a>
[<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]
(<a href="https://github.com/westonpace">westonpace</a>)</li>
</ul>
<p><strong>Implemented enhancements:</strong></p>
<ul>
<li>Add a way to get max <code>usize</code> from
<code>OffsetSizeTrait</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/7474">#7474</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Deterministic metadata encoding <a
href="https://redirect.github.com/apache/arrow-rs/issues/7448">#7448</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Support Arrow type Dictionary with value FixedSizeBinary in Parquet
<a
href="https://redirect.github.com/apache/arrow-rs/issues/7445">#7445</a></li>
<li>Parquet: Add ability to project rowid in parquet reader <a
href="https://redirect.github.com/apache/arrow-rs/issues/7444">#7444</a></li>
<li>Move parquet::file::metadata::reader::FooterTail to
parquet::file::metadata so that it is public <a
href="https://redirect.github.com/apache/arrow-rs/issues/7438">#7438</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Speedup take_bytes by precalculating capacity <a
href="https://redirect.github.com/apache/arrow-rs/issues/7432">#7432</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Improve performance of interleave_primitive and interleave_bytes <a
href="https://redirect.github.com/apache/arrow-rs/issues/7421">#7421</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Implement <code>Eq</code> and <code>Default</code> for
<code>ScalarBuffer</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/7411">#7411</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Add decryption support for column index and offset index <a
href="https://redirect.github.com/apache/arrow-rs/issues/7390">#7390</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Support writing encrypted Parquet files with plaintext footers <a
href="https://redirect.github.com/apache/arrow-rs/issues/7320">#7320</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Support Parquet key management tools <a
href="https://redirect.github.com/apache/arrow-rs/issues/7256">#7256</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Verify footer tags when reading encrypted Parquet files with
plaintext footers <a
href="https://redirect.github.com/apache/arrow-rs/issues/7255">#7255</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>StructArray::try_new behavior can be unexpected when there are no
child arrays <a
href="https://redirect.github.com/apache/arrow-rs/issues/7246">#7246</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Parquet performance: improve performance of reading int8/int16 <a
href="https://redirect.github.com/apache/arrow-rs/issues/7097">#7097</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
</ul>
<p><strong>Fixed bugs:</strong></p>
<ul>
<li>StructArray::try_new validation incorrectly returns an error when
<code>logical_nulls()</code> returns Some() && null_count == 0
<a
href="https://redirect.github.com/apache/arrow-rs/issues/7435">#7435</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md">arrow-select's
changelog</a>.</em></p>
<blockquote>
<!-- raw HTML omitted -->
<h1>Historical Changelog</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/arrow-rs/commit/822cba4cbb094380f9071315b48d1ce85cca5c42"><code>822cba4</code></a>
Prepare for <code>55.1.0</code> release: Version update and update
<code>CHANGELOG</code> (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7486">#7486</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/84646ac8406b12233e4f9cb17427219eb2360b92"><code>84646ac</code></a>
Support parsing and display pretty for StructType (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7469">#7469</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/22a2ef9fe6588b8f75fa03e4113eee15e475edb2"><code>22a2ef9</code></a>
Fixes a typo in arrow/examples/README.md (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7473">#7473</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/2c6c01cb3409de973d96017bb71d5b92a8653f9e"><code>2c6c01c</code></a>
Document Arrow <--> Parquet schema conversion better (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7479">#7479</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/9e91ef4e76d15150c3b6bdf3eafec6e36d9d4b18"><code>9e91ef4</code></a>
Improve performance of reading int8/int16 Parquet data (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7055">#7055</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/188a1419545aa3e560d807e7440912e4b53c3179"><code>188a141</code></a>
Fix validation logic in <code>StructArray::try_new</code> to account for
array.logical_n...</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/689897ea99b61e94bd80d55796f701879375bf23"><code>689897e</code></a>
Support round trip reading / writing Arrow <code>Duration</code> type to
parquet (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7482">#7482</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/8bed541f314dfc6adfa1f7b46d4a43fd4118e7c7"><code>8bed541</code></a>
feat: Support round trip reading/writing Arrow type `Dictionary(_,
FixedSizeB...</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/8fb22702acd6d77e041c7d92dc50db9bb5cc3d8a"><code>8fb2270</code></a>
Improve documentation and add examples for ArrowPredicateFn (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7480">#7480</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/0e488773e9ecaa954989c19abfd2124fa48c656d"><code>0e48877</code></a>
Add Parquet <code>arrow_reader</code> benchmarks for {u}int{8,16}
columns (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7484">#7484</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/arrow-rs/compare/55.0.0...55.1.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `arrow-string` from 55.0.0 to 55.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/releases">arrow-string's
releases</a>.</em></p>
<blockquote>
<h2>arrow 55.1.0</h2>
<!-- raw HTML omitted -->
<h1>Changelog</h1>
<h2><a href="https://github.com/apache/arrow-rs/tree/55.1.0">55.1.0</a>
(2025-05-09)</h2>
<p><a
href="https://github.com/apache/arrow-rs/compare/55.0.0...55.1.0">Full
Changelog</a></p>
<p><strong>Breaking changes:</strong></p>
<ul>
<li>refactor!: do not default the struct array length to 0 in
Struct::try_new <a
href="https://redirect.github.com/apache/arrow-rs/pull/7247">#7247</a>
[<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]
(<a href="https://github.com/westonpace">westonpace</a>)</li>
</ul>
<p><strong>Implemented enhancements:</strong></p>
<ul>
<li>Add a way to get max <code>usize</code> from
<code>OffsetSizeTrait</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/7474">#7474</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Deterministic metadata encoding <a
href="https://redirect.github.com/apache/arrow-rs/issues/7448">#7448</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Support Arrow type Dictionary with value FixedSizeBinary in Parquet
<a
href="https://redirect.github.com/apache/arrow-rs/issues/7445">#7445</a></li>
<li>Parquet: Add ability to project rowid in parquet reader <a
href="https://redirect.github.com/apache/arrow-rs/issues/7444">#7444</a></li>
<li>Move parquet::file::metadata::reader::FooterTail to
parquet::file::metadata so that it is public <a
href="https://redirect.github.com/apache/arrow-rs/issues/7438">#7438</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Speedup take_bytes by precalculating capacity <a
href="https://redirect.github.com/apache/arrow-rs/issues/7432">#7432</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Improve performance of interleave_primitive and interleave_bytes <a
href="https://redirect.github.com/apache/arrow-rs/issues/7421">#7421</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Implement <code>Eq</code> and <code>Default</code> for
<code>ScalarBuffer</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/7411">#7411</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Add decryption support for column index and offset index <a
href="https://redirect.github.com/apache/arrow-rs/issues/7390">#7390</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Support writing encrypted Parquet files with plaintext footers <a
href="https://redirect.github.com/apache/arrow-rs/issues/7320">#7320</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Support Parquet key management tools <a
href="https://redirect.github.com/apache/arrow-rs/issues/7256">#7256</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Verify footer tags when reading encrypted Parquet files with
plaintext footers <a
href="https://redirect.github.com/apache/arrow-rs/issues/7255">#7255</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>StructArray::try_new behavior can be unexpected when there are no
child arrays <a
href="https://redirect.github.com/apache/arrow-rs/issues/7246">#7246</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Parquet performance: improve performance of reading int8/int16 <a
href="https://redirect.github.com/apache/arrow-rs/issues/7097">#7097</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
</ul>
<p><strong>Fixed bugs:</strong></p>
<ul>
<li>StructArray::try_new validation incorrectly returns an error when
<code>logical_nulls()</code> returns Some() && null_count == 0
<a
href="https://redirect.github.com/apache/arrow-rs/issues/7435">#7435</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md">arrow-string's
changelog</a>.</em></p>
<blockquote>
<!-- raw HTML omitted -->
<h1>Historical Changelog</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/arrow-rs/commit/822cba4cbb094380f9071315b48d1ce85cca5c42"><code>822cba4</code></a>
Prepare for <code>55.1.0</code> release: Version update and update
<code>CHANGELOG</code> (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7486">#7486</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/84646ac8406b12233e4f9cb17427219eb2360b92"><code>84646ac</code></a>
Support parsing and display pretty for StructType (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7469">#7469</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/22a2ef9fe6588b8f75fa03e4113eee15e475edb2"><code>22a2ef9</code></a>
Fixes a typo in arrow/examples/README.md (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7473">#7473</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/2c6c01cb3409de973d96017bb71d5b92a8653f9e"><code>2c6c01c</code></a>
Document Arrow <--> Parquet schema conversion better (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7479">#7479</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/9e91ef4e76d15150c3b6bdf3eafec6e36d9d4b18"><code>9e91ef4</code></a>
Improve performance of reading int8/int16 Parquet data (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7055">#7055</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/188a1419545aa3e560d807e7440912e4b53c3179"><code>188a141</code></a>
Fix validation logic in <code>StructArray::try_new</code> to account for
array.logical_n...</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/689897ea99b61e94bd80d55796f701879375bf23"><code>689897e</code></a>
Support round trip reading / writing Arrow <code>Duration</code> type to
parquet (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7482">#7482</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/8bed541f314dfc6adfa1f7b46d4a43fd4118e7c7"><code>8bed541</code></a>
feat: Support round trip reading/writing Arrow type `Dictionary(_,
FixedSizeB...</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/8fb22702acd6d77e041c7d92dc50db9bb5cc3d8a"><code>8fb2270</code></a>
Improve documentation and add examples for ArrowPredicateFn (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7480">#7480</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/0e488773e9ecaa954989c19abfd2124fa48c656d"><code>0e48877</code></a>
Add Parquet <code>arrow_reader</code> benchmarks for {u}int{8,16}
columns (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7484">#7484</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/arrow-rs/compare/55.0.0...55.1.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `parquet` from 55.0.0 to 55.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/releases">parquet's
releases</a>.</em></p>
<blockquote>
<h2>arrow 55.1.0</h2>
<!-- raw HTML omitted -->
<h1>Changelog</h1>
<h2><a href="https://github.com/apache/arrow-rs/tree/55.1.0">55.1.0</a>
(2025-05-09)</h2>
<p><a
href="https://github.com/apache/arrow-rs/compare/55.0.0...55.1.0">Full
Changelog</a></p>
<p><strong>Breaking changes:</strong></p>
<ul>
<li>refactor!: do not default the struct array length to 0 in
Struct::try_new <a
href="https://redirect.github.com/apache/arrow-rs/pull/7247">#7247</a>
[<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]
(<a href="https://github.com/westonpace">westonpace</a>)</li>
</ul>
<p><strong>Implemented enhancements:</strong></p>
<ul>
<li>Add a way to get max <code>usize</code> from
<code>OffsetSizeTrait</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/7474">#7474</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Deterministic metadata encoding <a
href="https://redirect.github.com/apache/arrow-rs/issues/7448">#7448</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Support Arrow type Dictionary with value FixedSizeBinary in Parquet
<a
href="https://redirect.github.com/apache/arrow-rs/issues/7445">#7445</a></li>
<li>Parquet: Add ability to project rowid in parquet reader <a
href="https://redirect.github.com/apache/arrow-rs/issues/7444">#7444</a></li>
<li>Move parquet::file::metadata::reader::FooterTail to
parquet::file::metadata so that it is public <a
href="https://redirect.github.com/apache/arrow-rs/issues/7438">#7438</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Speedup take_bytes by precalculating capacity <a
href="https://redirect.github.com/apache/arrow-rs/issues/7432">#7432</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Improve performance of interleave_primitive and interleave_bytes <a
href="https://redirect.github.com/apache/arrow-rs/issues/7421">#7421</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Implement <code>Eq</code> and <code>Default</code> for
<code>ScalarBuffer</code> <a
href="https://redirect.github.com/apache/arrow-rs/issues/7411">#7411</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Add decryption support for column index and offset index <a
href="https://redirect.github.com/apache/arrow-rs/issues/7390">#7390</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Support writing encrypted Parquet files with plaintext footers <a
href="https://redirect.github.com/apache/arrow-rs/issues/7320">#7320</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Support Parquet key management tools <a
href="https://redirect.github.com/apache/arrow-rs/issues/7256">#7256</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>Verify footer tags when reading encrypted Parquet files with
plaintext footers <a
href="https://redirect.github.com/apache/arrow-rs/issues/7255">#7255</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
<li>StructArray::try_new behavior can be unexpected when there are no
child arrays <a
href="https://redirect.github.com/apache/arrow-rs/issues/7246">#7246</a>
[<a
href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
<li>Parquet performance: improve performance of reading int8/int16 <a
href="https://redirect.github.com/apache/arrow-rs/issues/7097">#7097</a>
[<a
href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
</ul>
<p><strong>Fixed bugs:</strong></p>
<ul>
<li>StructArray::try_new validation incorrectly returns an error when
<code>logical_nulls()</code> returns Some() && null_count == 0
<a
href="https://redirect.github.com/apache/arrow-rs/issues/7435">#7435</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md">parquet's
changelog</a>.</em></p>
<blockquote>
<!-- raw HTML omitted -->
<h1>Historical Changelog</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/arrow-rs/commit/822cba4cbb094380f9071315b48d1ce85cca5c42"><code>822cba4</code></a>
Prepare for <code>55.1.0</code> release: Version update and update
<code>CHANGELOG</code> (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7486">#7486</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/84646ac8406b12233e4f9cb17427219eb2360b92"><code>84646ac</code></a>
Support parsing and display pretty for StructType (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7469">#7469</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/22a2ef9fe6588b8f75fa03e4113eee15e475edb2"><code>22a2ef9</code></a>
Fixes a typo in arrow/examples/README.md (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7473">#7473</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/2c6c01cb3409de973d96017bb71d5b92a8653f9e"><code>2c6c01c</code></a>
Document Arrow <--> Parquet schema conversion better (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7479">#7479</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/9e91ef4e76d15150c3b6bdf3eafec6e36d9d4b18"><code>9e91ef4</code></a>
Improve performance of reading int8/int16 Parquet data (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7055">#7055</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/188a1419545aa3e560d807e7440912e4b53c3179"><code>188a141</code></a>
Fix validation logic in <code>StructArray::try_new</code> to account for
array.logical_n...</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/689897ea99b61e94bd80d55796f701879375bf23"><code>689897e</code></a>
Support round trip reading / writing Arrow <code>Duration</code> type to
parquet (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7482">#7482</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/8bed541f314dfc6adfa1f7b46d4a43fd4118e7c7"><code>8bed541</code></a>
feat: Support round trip reading/writing Arrow type `Dictionary(_,
FixedSizeB...</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/8fb22702acd6d77e041c7d92dc50db9bb5cc3d8a"><code>8fb2270</code></a>
Improve documentation and add examples for ArrowPredicateFn (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7480">#7480</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs/commit/0e488773e9ecaa954989c19abfd2124fa48c656d"><code>0e48877</code></a>
Add Parquet <code>arrow_reader</code> benchmarks for {u}int{8,16}
columns (<a
href="https://redirect.github.com/apache/arrow-rs/issues/7484">#7484</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/arrow-rs/compare/55.0.0...55.1.0">compare
view</a></li>
</ul>
</details>
<br />
Dependabot w…1 parent 0386134 commit 50de31aCopy full SHA for 50de31a
1 file changed
+26
-26
lines changed+26-26Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments