dependabot[bot] opened a new pull request, #2573: URL: https://github.com/apache/arrow-adbc/pull/2573
Bumps the arrow group with 2 updates in the /rust directory: [arrow-array](https://github.com/apache/arrow-rs) and [arrow-select](https://github.com/apache/arrow-rs). Updates `arrow-array` from 54.1.0 to 54.2.1 <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 54.2.1</h2> <!-- raw HTML omitted --> <h1>Changelog</h1> <h2><a href="https://github.com/apache/arrow-rs/tree/54.2.1">54.2.1</a> (2025-02-27)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/54.2.0...54.2.1">Full Changelog</a></p> <p><strong>Fixed bugs:</strong></p> <ul> <li>Use chrono >= 0.4.34, < 0.4.40 to avoid breaking <a href="https://redirect.github.com/apache/arrow-rs/pull/7210">#7210</a></li> </ul> <p>* <em>This Changelog was automatically generated by <a href="https://github.com/github-changelog-generator/github-changelog-generator">github_changelog_generator</a></em></p> <h2>arrow 54.2.0</h2> <!-- 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> <h2><a href="https://github.com/apache/arrow-rs/tree/54.2.0">54.2.0</a> (2025-02-12)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/54.1.0...54.2.0">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Casting from Utf8View to Dict(k, Utf8View) <a href="https://redirect.github.com/apache/arrow-rs/issues/7114">#7114</a></li> <li>Support creating map arrays with key metadata <a href="https://redirect.github.com/apache/arrow-rs/issues/7100">#7100</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>[parquet] Print Parquet BasicTypeInfo id when present <a href="https://redirect.github.com/apache/arrow-rs/issues/7081">#7081</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Add arrow-ipc benchmarks for the IPC reader and writer <a href="https://redirect.github.com/apache/arrow-rs/issues/6968">#6968</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>NullBufferBuilder::allocated_size Returns Size in Bits <a href="https://redirect.github.com/apache/arrow-rs/issues/7121">#7121</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>[Regression in 54.0.0]. Decimal cast to smaller precision gives invalid (off-by-one) result in some cases <a href="https://redirect.github.com/apache/arrow-rs/issues/7069">#7069</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Minor: Fix deprecated note to point to the correct const <a href="https://redirect.github.com/apache/arrow-rs/issues/7067">#7067</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>incorrect error message for reading definition levels <a href="https://redirect.github.com/apache/arrow-rs/issues/7056">#7056</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>First None in ListArray panics in <code>cast_with_options</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/7043">#7043</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Documentation updates:</strong></p> <ul> <li>Minor: Clarify documentation on <code>NullBufferBuilder::allocated_size</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/7089">#7089</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li> <li>Minor: Update release schedule <a href="https://redirect.github.com/apache/arrow-rs/pull/7086">#7086</a> (<a href="https://github.com/alamb">alamb</a>)</li> <li>Improve <code>ListArray</code> documentation for slices <a href="https://redirect.github.com/apache/arrow-rs/pull/7039">#7039</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>fix: NullBufferBuilder::allocated_size should return Size in Bytes <a href="https://redirect.github.com/apache/arrow-rs/pull/7122">#7122</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/shuozel">shuozel</a>)</li> <li>minor: fix deprecated_note <a href="https://redirect.github.com/apache/arrow-rs/pull/7105">#7105</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/Chen-Yuan-Lai">Chen-Yuan-Lai</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/arrow-rs/commit/3f564688cbcd8351e18b35c6286c97f5dd0a8606"><code>3f56468</code></a> Bump arrow version to 54.2.1 (<a href="https://redirect.github.com/apache/arrow-rs/issues/7207">#7207</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/ed0dcb54969e2b98d0a34fa03e4198b6ab36a0fc"><code>ed0dcb5</code></a> Use chrono >= 0.4.34, < 0.4.40 to avoid breaking (<a href="https://redirect.github.com/apache/arrow-rs/issues/7210">#7210</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/d4b9482f5dee47a0f2f7afc129db83b8ac8df406"><code>d4b9482</code></a> Update version to 54.2.0 and add CHANGELOG (<a href="https://redirect.github.com/apache/arrow-rs/issues/7110">#7110</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/34b2184ccbc535b19484e4cc24ff95a2460520f7"><code>34b2184</code></a> Revert "Update rand requirement from 0.8 to 0.9 (<a href="https://redirect.github.com/apache/arrow-rs/issues/7045">#7045</a>)" (<a href="https://redirect.github.com/apache/arrow-rs/issues/7125">#7125</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/d3a875f8b603d2c7429964a6f8959bd055616d34"><code>d3a875f</code></a> feat(object_store): random IP address selection (<a href="https://redirect.github.com/apache/arrow-rs/issues/7123">#7123</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/ef7d753965c0ab5353b103bd64a92215d591d8bc"><code>ef7d753</code></a> fix: NullBufferBuilder::allocated_size should return Size in Bytes (<a href="https://redirect.github.com/apache/arrow-rs/issues/7122">#7122</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/78c9df9b72e70a76374af7db654fe60c15dff1df"><code>78c9df9</code></a> Add tests that arrow IPC data is validated (<a href="https://redirect.github.com/apache/arrow-rs/issues/7096">#7096</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/2bce56873ee1aa26c28ed2110234655d2923a33c"><code>2bce568</code></a> Support converting large dates (i.e. +10999-12-31) from string to Date32 (<a href="https://redirect.github.com/apache/arrow-rs/issues/7074">#7074</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/a85fc030bb6d3c4b7230073f7dd693aa5d7a2d6e"><code>a85fc03</code></a> Support setting key field in MapBuilder (<a href="https://redirect.github.com/apache/arrow-rs/issues/7101">#7101</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/27d2a7510d75163f1d8cb430666662f3bef8bbea"><code>27d2a75</code></a> Expose record boundary information in JSON decoder (<a href="https://redirect.github.com/apache/arrow-rs/issues/7092">#7092</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/54.1.0...54.2.1">compare view</a></li> </ul> </details> <br /> Updates `arrow-buffer` from 54.1.0 to 54.2.1 <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 54.2.1</h2> <!-- raw HTML omitted --> <h1>Changelog</h1> <h2><a href="https://github.com/apache/arrow-rs/tree/54.2.1">54.2.1</a> (2025-02-27)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/54.2.0...54.2.1">Full Changelog</a></p> <p><strong>Fixed bugs:</strong></p> <ul> <li>Use chrono >= 0.4.34, < 0.4.40 to avoid breaking <a href="https://redirect.github.com/apache/arrow-rs/pull/7210">#7210</a></li> </ul> <p>* <em>This Changelog was automatically generated by <a href="https://github.com/github-changelog-generator/github-changelog-generator">github_changelog_generator</a></em></p> <h2>arrow 54.2.0</h2> <!-- 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> <h2><a href="https://github.com/apache/arrow-rs/tree/54.2.0">54.2.0</a> (2025-02-12)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/54.1.0...54.2.0">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Casting from Utf8View to Dict(k, Utf8View) <a href="https://redirect.github.com/apache/arrow-rs/issues/7114">#7114</a></li> <li>Support creating map arrays with key metadata <a href="https://redirect.github.com/apache/arrow-rs/issues/7100">#7100</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>[parquet] Print Parquet BasicTypeInfo id when present <a href="https://redirect.github.com/apache/arrow-rs/issues/7081">#7081</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Add arrow-ipc benchmarks for the IPC reader and writer <a href="https://redirect.github.com/apache/arrow-rs/issues/6968">#6968</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>NullBufferBuilder::allocated_size Returns Size in Bits <a href="https://redirect.github.com/apache/arrow-rs/issues/7121">#7121</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>[Regression in 54.0.0]. Decimal cast to smaller precision gives invalid (off-by-one) result in some cases <a href="https://redirect.github.com/apache/arrow-rs/issues/7069">#7069</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Minor: Fix deprecated note to point to the correct const <a href="https://redirect.github.com/apache/arrow-rs/issues/7067">#7067</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>incorrect error message for reading definition levels <a href="https://redirect.github.com/apache/arrow-rs/issues/7056">#7056</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>First None in ListArray panics in <code>cast_with_options</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/7043">#7043</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Documentation updates:</strong></p> <ul> <li>Minor: Clarify documentation on <code>NullBufferBuilder::allocated_size</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/7089">#7089</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li> <li>Minor: Update release schedule <a href="https://redirect.github.com/apache/arrow-rs/pull/7086">#7086</a> (<a href="https://github.com/alamb">alamb</a>)</li> <li>Improve <code>ListArray</code> documentation for slices <a href="https://redirect.github.com/apache/arrow-rs/pull/7039">#7039</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>fix: NullBufferBuilder::allocated_size should return Size in Bytes <a href="https://redirect.github.com/apache/arrow-rs/pull/7122">#7122</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/shuozel">shuozel</a>)</li> <li>minor: fix deprecated_note <a href="https://redirect.github.com/apache/arrow-rs/pull/7105">#7105</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/Chen-Yuan-Lai">Chen-Yuan-Lai</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/arrow-rs/commit/3f564688cbcd8351e18b35c6286c97f5dd0a8606"><code>3f56468</code></a> Bump arrow version to 54.2.1 (<a href="https://redirect.github.com/apache/arrow-rs/issues/7207">#7207</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/ed0dcb54969e2b98d0a34fa03e4198b6ab36a0fc"><code>ed0dcb5</code></a> Use chrono >= 0.4.34, < 0.4.40 to avoid breaking (<a href="https://redirect.github.com/apache/arrow-rs/issues/7210">#7210</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/d4b9482f5dee47a0f2f7afc129db83b8ac8df406"><code>d4b9482</code></a> Update version to 54.2.0 and add CHANGELOG (<a href="https://redirect.github.com/apache/arrow-rs/issues/7110">#7110</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/34b2184ccbc535b19484e4cc24ff95a2460520f7"><code>34b2184</code></a> Revert "Update rand requirement from 0.8 to 0.9 (<a href="https://redirect.github.com/apache/arrow-rs/issues/7045">#7045</a>)" (<a href="https://redirect.github.com/apache/arrow-rs/issues/7125">#7125</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/d3a875f8b603d2c7429964a6f8959bd055616d34"><code>d3a875f</code></a> feat(object_store): random IP address selection (<a href="https://redirect.github.com/apache/arrow-rs/issues/7123">#7123</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/ef7d753965c0ab5353b103bd64a92215d591d8bc"><code>ef7d753</code></a> fix: NullBufferBuilder::allocated_size should return Size in Bytes (<a href="https://redirect.github.com/apache/arrow-rs/issues/7122">#7122</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/78c9df9b72e70a76374af7db654fe60c15dff1df"><code>78c9df9</code></a> Add tests that arrow IPC data is validated (<a href="https://redirect.github.com/apache/arrow-rs/issues/7096">#7096</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/2bce56873ee1aa26c28ed2110234655d2923a33c"><code>2bce568</code></a> Support converting large dates (i.e. +10999-12-31) from string to Date32 (<a href="https://redirect.github.com/apache/arrow-rs/issues/7074">#7074</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/a85fc030bb6d3c4b7230073f7dd693aa5d7a2d6e"><code>a85fc03</code></a> Support setting key field in MapBuilder (<a href="https://redirect.github.com/apache/arrow-rs/issues/7101">#7101</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/27d2a7510d75163f1d8cb430666662f3bef8bbea"><code>27d2a75</code></a> Expose record boundary information in JSON decoder (<a href="https://redirect.github.com/apache/arrow-rs/issues/7092">#7092</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/54.1.0...54.2.1">compare view</a></li> </ul> </details> <br /> Updates `arrow-schema` from 54.1.0 to 54.2.1 <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 54.2.1</h2> <!-- raw HTML omitted --> <h1>Changelog</h1> <h2><a href="https://github.com/apache/arrow-rs/tree/54.2.1">54.2.1</a> (2025-02-27)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/54.2.0...54.2.1">Full Changelog</a></p> <p><strong>Fixed bugs:</strong></p> <ul> <li>Use chrono >= 0.4.34, < 0.4.40 to avoid breaking <a href="https://redirect.github.com/apache/arrow-rs/pull/7210">#7210</a></li> </ul> <p>* <em>This Changelog was automatically generated by <a href="https://github.com/github-changelog-generator/github-changelog-generator">github_changelog_generator</a></em></p> <h2>arrow 54.2.0</h2> <!-- 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> <h2><a href="https://github.com/apache/arrow-rs/tree/54.2.0">54.2.0</a> (2025-02-12)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/54.1.0...54.2.0">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Casting from Utf8View to Dict(k, Utf8View) <a href="https://redirect.github.com/apache/arrow-rs/issues/7114">#7114</a></li> <li>Support creating map arrays with key metadata <a href="https://redirect.github.com/apache/arrow-rs/issues/7100">#7100</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>[parquet] Print Parquet BasicTypeInfo id when present <a href="https://redirect.github.com/apache/arrow-rs/issues/7081">#7081</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Add arrow-ipc benchmarks for the IPC reader and writer <a href="https://redirect.github.com/apache/arrow-rs/issues/6968">#6968</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>NullBufferBuilder::allocated_size Returns Size in Bits <a href="https://redirect.github.com/apache/arrow-rs/issues/7121">#7121</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>[Regression in 54.0.0]. Decimal cast to smaller precision gives invalid (off-by-one) result in some cases <a href="https://redirect.github.com/apache/arrow-rs/issues/7069">#7069</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Minor: Fix deprecated note to point to the correct const <a href="https://redirect.github.com/apache/arrow-rs/issues/7067">#7067</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>incorrect error message for reading definition levels <a href="https://redirect.github.com/apache/arrow-rs/issues/7056">#7056</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>First None in ListArray panics in <code>cast_with_options</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/7043">#7043</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Documentation updates:</strong></p> <ul> <li>Minor: Clarify documentation on <code>NullBufferBuilder::allocated_size</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/7089">#7089</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li> <li>Minor: Update release schedule <a href="https://redirect.github.com/apache/arrow-rs/pull/7086">#7086</a> (<a href="https://github.com/alamb">alamb</a>)</li> <li>Improve <code>ListArray</code> documentation for slices <a href="https://redirect.github.com/apache/arrow-rs/pull/7039">#7039</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>fix: NullBufferBuilder::allocated_size should return Size in Bytes <a href="https://redirect.github.com/apache/arrow-rs/pull/7122">#7122</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/shuozel">shuozel</a>)</li> <li>minor: fix deprecated_note <a href="https://redirect.github.com/apache/arrow-rs/pull/7105">#7105</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/Chen-Yuan-Lai">Chen-Yuan-Lai</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/arrow-rs/commit/3f564688cbcd8351e18b35c6286c97f5dd0a8606"><code>3f56468</code></a> Bump arrow version to 54.2.1 (<a href="https://redirect.github.com/apache/arrow-rs/issues/7207">#7207</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/ed0dcb54969e2b98d0a34fa03e4198b6ab36a0fc"><code>ed0dcb5</code></a> Use chrono >= 0.4.34, < 0.4.40 to avoid breaking (<a href="https://redirect.github.com/apache/arrow-rs/issues/7210">#7210</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/d4b9482f5dee47a0f2f7afc129db83b8ac8df406"><code>d4b9482</code></a> Update version to 54.2.0 and add CHANGELOG (<a href="https://redirect.github.com/apache/arrow-rs/issues/7110">#7110</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/34b2184ccbc535b19484e4cc24ff95a2460520f7"><code>34b2184</code></a> Revert "Update rand requirement from 0.8 to 0.9 (<a href="https://redirect.github.com/apache/arrow-rs/issues/7045">#7045</a>)" (<a href="https://redirect.github.com/apache/arrow-rs/issues/7125">#7125</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/d3a875f8b603d2c7429964a6f8959bd055616d34"><code>d3a875f</code></a> feat(object_store): random IP address selection (<a href="https://redirect.github.com/apache/arrow-rs/issues/7123">#7123</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/ef7d753965c0ab5353b103bd64a92215d591d8bc"><code>ef7d753</code></a> fix: NullBufferBuilder::allocated_size should return Size in Bytes (<a href="https://redirect.github.com/apache/arrow-rs/issues/7122">#7122</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/78c9df9b72e70a76374af7db654fe60c15dff1df"><code>78c9df9</code></a> Add tests that arrow IPC data is validated (<a href="https://redirect.github.com/apache/arrow-rs/issues/7096">#7096</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/2bce56873ee1aa26c28ed2110234655d2923a33c"><code>2bce568</code></a> Support converting large dates (i.e. +10999-12-31) from string to Date32 (<a href="https://redirect.github.com/apache/arrow-rs/issues/7074">#7074</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/a85fc030bb6d3c4b7230073f7dd693aa5d7a2d6e"><code>a85fc03</code></a> Support setting key field in MapBuilder (<a href="https://redirect.github.com/apache/arrow-rs/issues/7101">#7101</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/27d2a7510d75163f1d8cb430666662f3bef8bbea"><code>27d2a75</code></a> Expose record boundary information in JSON decoder (<a href="https://redirect.github.com/apache/arrow-rs/issues/7092">#7092</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/54.1.0...54.2.1">compare view</a></li> </ul> </details> <br /> Updates `arrow-select` from 54.1.0 to 54.2.1 <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 54.2.1</h2> <!-- raw HTML omitted --> <h1>Changelog</h1> <h2><a href="https://github.com/apache/arrow-rs/tree/54.2.1">54.2.1</a> (2025-02-27)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/54.2.0...54.2.1">Full Changelog</a></p> <p><strong>Fixed bugs:</strong></p> <ul> <li>Use chrono >= 0.4.34, < 0.4.40 to avoid breaking <a href="https://redirect.github.com/apache/arrow-rs/pull/7210">#7210</a></li> </ul> <p>* <em>This Changelog was automatically generated by <a href="https://github.com/github-changelog-generator/github-changelog-generator">github_changelog_generator</a></em></p> <h2>arrow 54.2.0</h2> <!-- 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> <h2><a href="https://github.com/apache/arrow-rs/tree/54.2.0">54.2.0</a> (2025-02-12)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/54.1.0...54.2.0">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Casting from Utf8View to Dict(k, Utf8View) <a href="https://redirect.github.com/apache/arrow-rs/issues/7114">#7114</a></li> <li>Support creating map arrays with key metadata <a href="https://redirect.github.com/apache/arrow-rs/issues/7100">#7100</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>[parquet] Print Parquet BasicTypeInfo id when present <a href="https://redirect.github.com/apache/arrow-rs/issues/7081">#7081</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Add arrow-ipc benchmarks for the IPC reader and writer <a href="https://redirect.github.com/apache/arrow-rs/issues/6968">#6968</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>NullBufferBuilder::allocated_size Returns Size in Bits <a href="https://redirect.github.com/apache/arrow-rs/issues/7121">#7121</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>[Regression in 54.0.0]. Decimal cast to smaller precision gives invalid (off-by-one) result in some cases <a href="https://redirect.github.com/apache/arrow-rs/issues/7069">#7069</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Minor: Fix deprecated note to point to the correct const <a href="https://redirect.github.com/apache/arrow-rs/issues/7067">#7067</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>incorrect error message for reading definition levels <a href="https://redirect.github.com/apache/arrow-rs/issues/7056">#7056</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>First None in ListArray panics in <code>cast_with_options</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/7043">#7043</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Documentation updates:</strong></p> <ul> <li>Minor: Clarify documentation on <code>NullBufferBuilder::allocated_size</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/7089">#7089</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li> <li>Minor: Update release schedule <a href="https://redirect.github.com/apache/arrow-rs/pull/7086">#7086</a> (<a href="https://github.com/alamb">alamb</a>)</li> <li>Improve <code>ListArray</code> documentation for slices <a href="https://redirect.github.com/apache/arrow-rs/pull/7039">#7039</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>fix: NullBufferBuilder::allocated_size should return Size in Bytes <a href="https://redirect.github.com/apache/arrow-rs/pull/7122">#7122</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/shuozel">shuozel</a>)</li> <li>minor: fix deprecated_note <a href="https://redirect.github.com/apache/arrow-rs/pull/7105">#7105</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/Chen-Yuan-Lai">Chen-Yuan-Lai</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/arrow-rs/commit/3f564688cbcd8351e18b35c6286c97f5dd0a8606"><code>3f56468</code></a> Bump arrow version to 54.2.1 (<a href="https://redirect.github.com/apache/arrow-rs/issues/7207">#7207</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/ed0dcb54969e2b98d0a34fa03e4198b6ab36a0fc"><code>ed0dcb5</code></a> Use chrono >= 0.4.34, < 0.4.40 to avoid breaking (<a href="https://redirect.github.com/apache/arrow-rs/issues/7210">#7210</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/d4b9482f5dee47a0f2f7afc129db83b8ac8df406"><code>d4b9482</code></a> Update version to 54.2.0 and add CHANGELOG (<a href="https://redirect.github.com/apache/arrow-rs/issues/7110">#7110</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/34b2184ccbc535b19484e4cc24ff95a2460520f7"><code>34b2184</code></a> Revert "Update rand requirement from 0.8 to 0.9 (<a href="https://redirect.github.com/apache/arrow-rs/issues/7045">#7045</a>)" (<a href="https://redirect.github.com/apache/arrow-rs/issues/7125">#7125</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/d3a875f8b603d2c7429964a6f8959bd055616d34"><code>d3a875f</code></a> feat(object_store): random IP address selection (<a href="https://redirect.github.com/apache/arrow-rs/issues/7123">#7123</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/ef7d753965c0ab5353b103bd64a92215d591d8bc"><code>ef7d753</code></a> fix: NullBufferBuilder::allocated_size should return Size in Bytes (<a href="https://redirect.github.com/apache/arrow-rs/issues/7122">#7122</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/78c9df9b72e70a76374af7db654fe60c15dff1df"><code>78c9df9</code></a> Add tests that arrow IPC data is validated (<a href="https://redirect.github.com/apache/arrow-rs/issues/7096">#7096</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/2bce56873ee1aa26c28ed2110234655d2923a33c"><code>2bce568</code></a> Support converting large dates (i.e. +10999-12-31) from string to Date32 (<a href="https://redirect.github.com/apache/arrow-rs/issues/7074">#7074</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/a85fc030bb6d3c4b7230073f7dd693aa5d7a2d6e"><code>a85fc03</code></a> Support setting key field in MapBuilder (<a href="https://redirect.github.com/apache/arrow-rs/issues/7101">#7101</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/27d2a7510d75163f1d8cb430666662f3bef8bbea"><code>27d2a75</code></a> Expose record boundary information in JSON decoder (<a href="https://redirect.github.com/apache/arrow-rs/issues/7092">#7092</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/54.1.0...54.2.1">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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org