dependabot[bot] opened a new pull request, #4088:
URL: https://github.com/apache/iggy/pull/4088

   Bumps the rust group with 4 updates in the / directory: 
[arrow](https://github.com/apache/arrow-rs), 
[arrow-array](https://github.com/apache/arrow-rs), 
[arrow-json](https://github.com/apache/arrow-rs) and 
[parquet](https://github.com/apache/arrow-rs).
   
   Updates `arrow` from 58.4.0 to 59.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/releases";>arrow's 
releases</a>.</em></p>
   <blockquote>
   <h2>arrow 59.2.0</h2>
   <!-- raw HTML omitted -->
   <h1>Changelog</h1>
   <h2><a href="https://github.com/apache/arrow-rs/tree/59.2.0";>59.2.0</a> - 
(2026-08-02)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/59.1.0...59.2.0";>Full 
Changelog</a></p>
   <h3>Enhancements</h3>
   <ul>
   <li>arrow-avro: Deprecate object_store integration by <a 
href="https://github.com/brancz";><code>@​brancz</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10484";>#10484</a></li>
   <li>chore(arrow): add unchecked array builder methods by <a 
href="https://github.com/Rich-T-kid";><code>@​Rich-T-kid</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10440";>#10440</a></li>
   <li>feat(arrow-ipc): add sans-IO stream encoder by <a 
href="https://github.com/Phoenix500526";><code>@​Phoenix500526</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10277";>#10277</a></li>
   <li>chore(arrow-cast): support suffix white space in arrow-cast parse by <a 
href="https://github.com/Rich-T-kid";><code>@​Rich-T-kid</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10396";>#10396</a></li>
   <li>feat(coalesce): add size function by <a 
href="https://github.com/rluvaton";><code>@​rluvaton</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10331";>#10331</a></li>
   <li>fix(parquet): support mask filtering across skipped pages by <a 
href="https://github.com/hhhizzz";><code>@​hhhizzz</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10288";>#10288</a></li>
   <li>chore(arrow-cast): support white space prefixed parse for ints and 
floats by <a href="https://github.com/Rich-T-kid";><code>@​Rich-T-kid</code></a> 
in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10374";>#10374</a></li>
   <li>chore(arrow-buffer): Make more of i256 available in const code by <a 
href="https://github.com/AdamGS";><code>@​AdamGS</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10363";>#10363</a></li>
   <li>feat(arrow-array): Expose builder buffer capacity accessors by <a 
href="https://github.com/Weijun-H";><code>@​Weijun-H</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10342";>#10342</a></li>
   <li>feat(arrow-arith): Add interval multiplication by i64 by <a 
href="https://github.com/peterxcli";><code>@​peterxcli</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10336";>#10336</a></li>
   <li>fix: Make <code>parquet-index</code> work with column paths by <a 
href="https://github.com/korowa";><code>@​korowa</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10330";>#10330</a></li>
   <li>feat(arrow-csv): add support for parsing <code>Float16</code> by <a 
href="https://github.com/Glatzel";><code>@​Glatzel</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10343";>#10343</a></li>
   <li>Remove the unmaintained paste dependency from arrow by <a 
href="https://github.com/Phoenix500526";><code>@​Phoenix500526</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10303";>#10303</a></li>
   <li>chore: formalize the default map field names to match default arrow spec 
by <a href="https://github.com/rluvaton";><code>@​rluvaton</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10297";>#10297</a></li>
   <li>feat(variant): Add <code>variant_to_arrow</code> <code>Map</code> type 
support by <a href="https://github.com/sdf-jkl";><code>@​sdf-jkl</code></a> in 
<a href="https://redirect.github.com/apache/arrow-rs/pull/10307";>#10307</a></li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>fix(arrow-schema): Persist dictionary ordered flag on FFI schema import 
by <a href="https://github.com/borchero";><code>@​borchero</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10514";>#10514</a></li>
   <li>fix(arrow-json): validate ListView child nullability by <a 
href="https://github.com/dk3yyyy";><code>@​dk3yyyy</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10486";>#10486</a></li>
   <li>fix(arrow-json): validate map value nullability by <a 
href="https://github.com/subotac";><code>@​subotac</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10475";>#10475</a></li>
   <li>avro: bound VLQDecoder::long against overlong varints by <a 
href="https://github.com/STiFLeR7";><code>@​STiFLeR7</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10407";>#10407</a></li>
   <li>arrow-row: Fix decode_fixed_size_list to apply the corrected_type step 
for dictionary children by <a 
href="https://github.com/zhuqi-lucas";><code>@​zhuqi-lucas</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10414";>#10414</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md";>arrow's 
changelog</a>.</em></p>
   <blockquote>
   <!-- raw HTML omitted -->
   <h1>Changelog</h1>
   <h2><a href="https://github.com/apache/arrow-rs/tree/59.3.0";>59.3.0</a> - 
(2026-08-25)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/59.2.0...59.3.0";>Full 
Changelog</a></p>
   <h3>Security fixes</h3>
   <ul>
   <li>[59_maintenance] Backport <code>cargo audit</code> fix by updating 
<code>h2</code> dependency by <a 
href="https://github.com/alamb";><code>@​alamb</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10834";>#10834</a></li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>[59_maintenance] Backport fix for concat_run_arrays with all-empty run 
arrays by <a href="https://github.com/alamb";><code>@​alamb</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10828";>#10828</a></li>
   <li>[59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values 
larger than the page size limit by <a 
href="https://github.com/alamb";><code>@​alamb</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10826";>#10826</a></li>
   <li>[59_maintenance] Backport fix for cached Mask reads crossing unloaded 
sparse pages by <a href="https://github.com/alamb";><code>@​alamb</code></a> in 
<a href="https://redirect.github.com/apache/arrow-rs/pull/10766";>#10766</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/782e5a685501a9db6cc8e9a3b7cbff894940c47a";><code>782e5a6</code></a>
 Update version to 59.2.0, update changelog generation to git-cliff (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10451";>#10451</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/ed92960c8a85eda657fce3525c905616ccc5a983";><code>ed92960</code></a>
 Revert &quot;chore: formalize the default map field names to match default 
arrow s...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/bf82c786c50b0e4f8361f9e56dec4217de8bfca5";><code>bf82c78</code></a>
 chore(parquet): add link to ticket in object_store deprecation message (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10502";>#10502</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/15c20f0146fac3be6d28d9f7370d31e6639e0bbe";><code>15c20f0</code></a>
 chore(avro): add link to ticket in object_store deprecation message (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10503";>#10503</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/e7ae89c1a2fe7f2b2e78735ef0b55a4580b2520e";><code>e7ae89c</code></a>
 Enable allow_attributes lint for arrow-string (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10482";>#10482</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/37866b463fff08a4f4899f4ec7d1ecb038c3d117";><code>37866b4</code></a>
 fix(arrow-schema): Persist dictionary ordered flag on FFI schema import (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10514";>#10514</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/fd8ead5d3cd17f85cf0455901372ff1fa51b2563";><code>fd8ead5</code></a>
 arrow-avro: Deprecate object_store integration (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10484";>#10484</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/34c7c2b9e0cf8ca0e4a595bc9bca8aea8b3e3fa9";><code>34c7c2b</code></a>
 parquet: Remove explicit <code>object_store</code> integration (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10354";>#10354</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/6183ac97b10878770c3a20a4c89320875ad2fd3f";><code>6183ac9</code></a>
 Add LICENSE.txt and NOTICE.txt to pyarrow crates (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10481";>#10481</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/23e61b694f601db93dfa89bc7488e412cf1bbe07";><code>23e61b6</code></a>
 chore: add sub tags (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10473";>#10473</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/58.4.0...59.2.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-array` from 58.4.0 to 59.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/releases";>arrow-array's 
releases</a>.</em></p>
   <blockquote>
   <h2>arrow 59.2.0</h2>
   <!-- raw HTML omitted -->
   <h1>Changelog</h1>
   <h2><a href="https://github.com/apache/arrow-rs/tree/59.2.0";>59.2.0</a> - 
(2026-08-02)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/59.1.0...59.2.0";>Full 
Changelog</a></p>
   <h3>Enhancements</h3>
   <ul>
   <li>arrow-avro: Deprecate object_store integration by <a 
href="https://github.com/brancz";><code>@​brancz</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10484";>#10484</a></li>
   <li>chore(arrow): add unchecked array builder methods by <a 
href="https://github.com/Rich-T-kid";><code>@​Rich-T-kid</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10440";>#10440</a></li>
   <li>feat(arrow-ipc): add sans-IO stream encoder by <a 
href="https://github.com/Phoenix500526";><code>@​Phoenix500526</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10277";>#10277</a></li>
   <li>chore(arrow-cast): support suffix white space in arrow-cast parse by <a 
href="https://github.com/Rich-T-kid";><code>@​Rich-T-kid</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10396";>#10396</a></li>
   <li>feat(coalesce): add size function by <a 
href="https://github.com/rluvaton";><code>@​rluvaton</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10331";>#10331</a></li>
   <li>fix(parquet): support mask filtering across skipped pages by <a 
href="https://github.com/hhhizzz";><code>@​hhhizzz</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10288";>#10288</a></li>
   <li>chore(arrow-cast): support white space prefixed parse for ints and 
floats by <a href="https://github.com/Rich-T-kid";><code>@​Rich-T-kid</code></a> 
in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10374";>#10374</a></li>
   <li>chore(arrow-buffer): Make more of i256 available in const code by <a 
href="https://github.com/AdamGS";><code>@​AdamGS</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10363";>#10363</a></li>
   <li>feat(arrow-array): Expose builder buffer capacity accessors by <a 
href="https://github.com/Weijun-H";><code>@​Weijun-H</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10342";>#10342</a></li>
   <li>feat(arrow-arith): Add interval multiplication by i64 by <a 
href="https://github.com/peterxcli";><code>@​peterxcli</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10336";>#10336</a></li>
   <li>fix: Make <code>parquet-index</code> work with column paths by <a 
href="https://github.com/korowa";><code>@​korowa</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10330";>#10330</a></li>
   <li>feat(arrow-csv): add support for parsing <code>Float16</code> by <a 
href="https://github.com/Glatzel";><code>@​Glatzel</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10343";>#10343</a></li>
   <li>Remove the unmaintained paste dependency from arrow by <a 
href="https://github.com/Phoenix500526";><code>@​Phoenix500526</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10303";>#10303</a></li>
   <li>chore: formalize the default map field names to match default arrow spec 
by <a href="https://github.com/rluvaton";><code>@​rluvaton</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10297";>#10297</a></li>
   <li>feat(variant): Add <code>variant_to_arrow</code> <code>Map</code> type 
support by <a href="https://github.com/sdf-jkl";><code>@​sdf-jkl</code></a> in 
<a href="https://redirect.github.com/apache/arrow-rs/pull/10307";>#10307</a></li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>fix(arrow-schema): Persist dictionary ordered flag on FFI schema import 
by <a href="https://github.com/borchero";><code>@​borchero</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10514";>#10514</a></li>
   <li>fix(arrow-json): validate ListView child nullability by <a 
href="https://github.com/dk3yyyy";><code>@​dk3yyyy</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10486";>#10486</a></li>
   <li>fix(arrow-json): validate map value nullability by <a 
href="https://github.com/subotac";><code>@​subotac</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10475";>#10475</a></li>
   <li>avro: bound VLQDecoder::long against overlong varints by <a 
href="https://github.com/STiFLeR7";><code>@​STiFLeR7</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10407";>#10407</a></li>
   <li>arrow-row: Fix decode_fixed_size_list to apply the corrected_type step 
for dictionary children by <a 
href="https://github.com/zhuqi-lucas";><code>@​zhuqi-lucas</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10414";>#10414</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md";>arrow-array's 
changelog</a>.</em></p>
   <blockquote>
   <!-- raw HTML omitted -->
   <h1>Changelog</h1>
   <h2><a href="https://github.com/apache/arrow-rs/tree/59.3.0";>59.3.0</a> - 
(2026-08-25)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/59.2.0...59.3.0";>Full 
Changelog</a></p>
   <h3>Security fixes</h3>
   <ul>
   <li>[59_maintenance] Backport <code>cargo audit</code> fix by updating 
<code>h2</code> dependency by <a 
href="https://github.com/alamb";><code>@​alamb</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10834";>#10834</a></li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>[59_maintenance] Backport fix for concat_run_arrays with all-empty run 
arrays by <a href="https://github.com/alamb";><code>@​alamb</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10828";>#10828</a></li>
   <li>[59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values 
larger than the page size limit by <a 
href="https://github.com/alamb";><code>@​alamb</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10826";>#10826</a></li>
   <li>[59_maintenance] Backport fix for cached Mask reads crossing unloaded 
sparse pages by <a href="https://github.com/alamb";><code>@​alamb</code></a> in 
<a href="https://redirect.github.com/apache/arrow-rs/pull/10766";>#10766</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/782e5a685501a9db6cc8e9a3b7cbff894940c47a";><code>782e5a6</code></a>
 Update version to 59.2.0, update changelog generation to git-cliff (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10451";>#10451</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/ed92960c8a85eda657fce3525c905616ccc5a983";><code>ed92960</code></a>
 Revert &quot;chore: formalize the default map field names to match default 
arrow s...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/bf82c786c50b0e4f8361f9e56dec4217de8bfca5";><code>bf82c78</code></a>
 chore(parquet): add link to ticket in object_store deprecation message (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10502";>#10502</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/15c20f0146fac3be6d28d9f7370d31e6639e0bbe";><code>15c20f0</code></a>
 chore(avro): add link to ticket in object_store deprecation message (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10503";>#10503</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/e7ae89c1a2fe7f2b2e78735ef0b55a4580b2520e";><code>e7ae89c</code></a>
 Enable allow_attributes lint for arrow-string (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10482";>#10482</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/37866b463fff08a4f4899f4ec7d1ecb038c3d117";><code>37866b4</code></a>
 fix(arrow-schema): Persist dictionary ordered flag on FFI schema import (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10514";>#10514</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/fd8ead5d3cd17f85cf0455901372ff1fa51b2563";><code>fd8ead5</code></a>
 arrow-avro: Deprecate object_store integration (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10484";>#10484</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/34c7c2b9e0cf8ca0e4a595bc9bca8aea8b3e3fa9";><code>34c7c2b</code></a>
 parquet: Remove explicit <code>object_store</code> integration (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10354";>#10354</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/6183ac97b10878770c3a20a4c89320875ad2fd3f";><code>6183ac9</code></a>
 Add LICENSE.txt and NOTICE.txt to pyarrow crates (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10481";>#10481</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/23e61b694f601db93dfa89bc7488e412cf1bbe07";><code>23e61b6</code></a>
 chore: add sub tags (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10473";>#10473</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/58.4.0...59.2.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-json` from 58.4.0 to 59.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/releases";>arrow-json's 
releases</a>.</em></p>
   <blockquote>
   <h2>arrow 59.2.0</h2>
   <!-- raw HTML omitted -->
   <h1>Changelog</h1>
   <h2><a href="https://github.com/apache/arrow-rs/tree/59.2.0";>59.2.0</a> - 
(2026-08-02)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/59.1.0...59.2.0";>Full 
Changelog</a></p>
   <h3>Enhancements</h3>
   <ul>
   <li>arrow-avro: Deprecate object_store integration by <a 
href="https://github.com/brancz";><code>@​brancz</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10484";>#10484</a></li>
   <li>chore(arrow): add unchecked array builder methods by <a 
href="https://github.com/Rich-T-kid";><code>@​Rich-T-kid</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10440";>#10440</a></li>
   <li>feat(arrow-ipc): add sans-IO stream encoder by <a 
href="https://github.com/Phoenix500526";><code>@​Phoenix500526</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10277";>#10277</a></li>
   <li>chore(arrow-cast): support suffix white space in arrow-cast parse by <a 
href="https://github.com/Rich-T-kid";><code>@​Rich-T-kid</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10396";>#10396</a></li>
   <li>feat(coalesce): add size function by <a 
href="https://github.com/rluvaton";><code>@​rluvaton</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10331";>#10331</a></li>
   <li>fix(parquet): support mask filtering across skipped pages by <a 
href="https://github.com/hhhizzz";><code>@​hhhizzz</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10288";>#10288</a></li>
   <li>chore(arrow-cast): support white space prefixed parse for ints and 
floats by <a href="https://github.com/Rich-T-kid";><code>@​Rich-T-kid</code></a> 
in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10374";>#10374</a></li>
   <li>chore(arrow-buffer): Make more of i256 available in const code by <a 
href="https://github.com/AdamGS";><code>@​AdamGS</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10363";>#10363</a></li>
   <li>feat(arrow-array): Expose builder buffer capacity accessors by <a 
href="https://github.com/Weijun-H";><code>@​Weijun-H</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10342";>#10342</a></li>
   <li>feat(arrow-arith): Add interval multiplication by i64 by <a 
href="https://github.com/peterxcli";><code>@​peterxcli</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10336";>#10336</a></li>
   <li>fix: Make <code>parquet-index</code> work with column paths by <a 
href="https://github.com/korowa";><code>@​korowa</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10330";>#10330</a></li>
   <li>feat(arrow-csv): add support for parsing <code>Float16</code> by <a 
href="https://github.com/Glatzel";><code>@​Glatzel</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10343";>#10343</a></li>
   <li>Remove the unmaintained paste dependency from arrow by <a 
href="https://github.com/Phoenix500526";><code>@​Phoenix500526</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10303";>#10303</a></li>
   <li>chore: formalize the default map field names to match default arrow spec 
by <a href="https://github.com/rluvaton";><code>@​rluvaton</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10297";>#10297</a></li>
   <li>feat(variant): Add <code>variant_to_arrow</code> <code>Map</code> type 
support by <a href="https://github.com/sdf-jkl";><code>@​sdf-jkl</code></a> in 
<a href="https://redirect.github.com/apache/arrow-rs/pull/10307";>#10307</a></li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>fix(arrow-schema): Persist dictionary ordered flag on FFI schema import 
by <a href="https://github.com/borchero";><code>@​borchero</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10514";>#10514</a></li>
   <li>fix(arrow-json): validate ListView child nullability by <a 
href="https://github.com/dk3yyyy";><code>@​dk3yyyy</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10486";>#10486</a></li>
   <li>fix(arrow-json): validate map value nullability by <a 
href="https://github.com/subotac";><code>@​subotac</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10475";>#10475</a></li>
   <li>avro: bound VLQDecoder::long against overlong varints by <a 
href="https://github.com/STiFLeR7";><code>@​STiFLeR7</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10407";>#10407</a></li>
   <li>arrow-row: Fix decode_fixed_size_list to apply the corrected_type step 
for dictionary children by <a 
href="https://github.com/zhuqi-lucas";><code>@​zhuqi-lucas</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10414";>#10414</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md";>arrow-json's 
changelog</a>.</em></p>
   <blockquote>
   <!-- raw HTML omitted -->
   <h1>Changelog</h1>
   <h2><a href="https://github.com/apache/arrow-rs/tree/59.3.0";>59.3.0</a> - 
(2026-08-25)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/59.2.0...59.3.0";>Full 
Changelog</a></p>
   <h3>Security fixes</h3>
   <ul>
   <li>[59_maintenance] Backport <code>cargo audit</code> fix by updating 
<code>h2</code> dependency by <a 
href="https://github.com/alamb";><code>@​alamb</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10834";>#10834</a></li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>[59_maintenance] Backport fix for concat_run_arrays with all-empty run 
arrays by <a href="https://github.com/alamb";><code>@​alamb</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10828";>#10828</a></li>
   <li>[59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values 
larger than the page size limit by <a 
href="https://github.com/alamb";><code>@​alamb</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10826";>#10826</a></li>
   <li>[59_maintenance] Backport fix for cached Mask reads crossing unloaded 
sparse pages by <a href="https://github.com/alamb";><code>@​alamb</code></a> in 
<a href="https://redirect.github.com/apache/arrow-rs/pull/10766";>#10766</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/782e5a685501a9db6cc8e9a3b7cbff894940c47a";><code>782e5a6</code></a>
 Update version to 59.2.0, update changelog generation to git-cliff (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10451";>#10451</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/ed92960c8a85eda657fce3525c905616ccc5a983";><code>ed92960</code></a>
 Revert &quot;chore: formalize the default map field names to match default 
arrow s...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/bf82c786c50b0e4f8361f9e56dec4217de8bfca5";><code>bf82c78</code></a>
 chore(parquet): add link to ticket in object_store deprecation message (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10502";>#10502</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/15c20f0146fac3be6d28d9f7370d31e6639e0bbe";><code>15c20f0</code></a>
 chore(avro): add link to ticket in object_store deprecation message (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10503";>#10503</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/e7ae89c1a2fe7f2b2e78735ef0b55a4580b2520e";><code>e7ae89c</code></a>
 Enable allow_attributes lint for arrow-string (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10482";>#10482</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/37866b463fff08a4f4899f4ec7d1ecb038c3d117";><code>37866b4</code></a>
 fix(arrow-schema): Persist dictionary ordered flag on FFI schema import (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10514";>#10514</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/fd8ead5d3cd17f85cf0455901372ff1fa51b2563";><code>fd8ead5</code></a>
 arrow-avro: Deprecate object_store integration (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10484";>#10484</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/34c7c2b9e0cf8ca0e4a595bc9bca8aea8b3e3fa9";><code>34c7c2b</code></a>
 parquet: Remove explicit <code>object_store</code> integration (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10354";>#10354</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/6183ac97b10878770c3a20a4c89320875ad2fd3f";><code>6183ac9</code></a>
 Add LICENSE.txt and NOTICE.txt to pyarrow crates (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10481";>#10481</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/23e61b694f601db93dfa89bc7488e412cf1bbe07";><code>23e61b6</code></a>
 chore: add sub tags (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10473";>#10473</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/58.4.0...59.2.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `parquet` from 58.4.0 to 59.2.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 59.2.0</h2>
   <!-- raw HTML omitted -->
   <h1>Changelog</h1>
   <h2><a href="https://github.com/apache/arrow-rs/tree/59.2.0";>59.2.0</a> - 
(2026-08-02)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/59.1.0...59.2.0";>Full 
Changelog</a></p>
   <h3>Enhancements</h3>
   <ul>
   <li>arrow-avro: Deprecate object_store integration by <a 
href="https://github.com/brancz";><code>@​brancz</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10484";>#10484</a></li>
   <li>chore(arrow): add unchecked array builder methods by <a 
href="https://github.com/Rich-T-kid";><code>@​Rich-T-kid</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10440";>#10440</a></li>
   <li>feat(arrow-ipc): add sans-IO stream encoder by <a 
href="https://github.com/Phoenix500526";><code>@​Phoenix500526</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10277";>#10277</a></li>
   <li>chore(arrow-cast): support suffix white space in arrow-cast parse by <a 
href="https://github.com/Rich-T-kid";><code>@​Rich-T-kid</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10396";>#10396</a></li>
   <li>feat(coalesce): add size function by <a 
href="https://github.com/rluvaton";><code>@​rluvaton</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10331";>#10331</a></li>
   <li>fix(parquet): support mask filtering across skipped pages by <a 
href="https://github.com/hhhizzz";><code>@​hhhizzz</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10288";>#10288</a></li>
   <li>chore(arrow-cast): support white space prefixed parse for ints and 
floats by <a href="https://github.com/Rich-T-kid";><code>@​Rich-T-kid</code></a> 
in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10374";>#10374</a></li>
   <li>chore(arrow-buffer): Make more of i256 available in const code by <a 
href="https://github.com/AdamGS";><code>@​AdamGS</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10363";>#10363</a></li>
   <li>feat(arrow-array): Expose builder buffer capacity accessors by <a 
href="https://github.com/Weijun-H";><code>@​Weijun-H</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10342";>#10342</a></li>
   <li>feat(arrow-arith): Add interval multiplication by i64 by <a 
href="https://github.com/peterxcli";><code>@​peterxcli</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10336";>#10336</a></li>
   <li>fix: Make <code>parquet-index</code> work with column paths by <a 
href="https://github.com/korowa";><code>@​korowa</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10330";>#10330</a></li>
   <li>feat(arrow-csv): add support for parsing <code>Float16</code> by <a 
href="https://github.com/Glatzel";><code>@​Glatzel</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10343";>#10343</a></li>
   <li>Remove the unmaintained paste dependency from arrow by <a 
href="https://github.com/Phoenix500526";><code>@​Phoenix500526</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10303";>#10303</a></li>
   <li>chore: formalize the default map field names to match default arrow spec 
by <a href="https://github.com/rluvaton";><code>@​rluvaton</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10297";>#10297</a></li>
   <li>feat(variant): Add <code>variant_to_arrow</code> <code>Map</code> type 
support by <a href="https://github.com/sdf-jkl";><code>@​sdf-jkl</code></a> in 
<a href="https://redirect.github.com/apache/arrow-rs/pull/10307";>#10307</a></li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>fix(arrow-schema): Persist dictionary ordered flag on FFI schema import 
by <a href="https://github.com/borchero";><code>@​borchero</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10514";>#10514</a></li>
   <li>fix(arrow-json): validate ListView child nullability by <a 
href="https://github.com/dk3yyyy";><code>@​dk3yyyy</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10486";>#10486</a></li>
   <li>fix(arrow-json): validate map value nullability by <a 
href="https://github.com/subotac";><code>@​subotac</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10475";>#10475</a></li>
   <li>avro: bound VLQDecoder::long against overlong varints by <a 
href="https://github.com/STiFLeR7";><code>@​STiFLeR7</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10407";>#10407</a></li>
   <li>arrow-row: Fix decode_fixed_size_list to apply the corrected_type step 
for dictionary children by <a 
href="https://github.com/zhuqi-lucas";><code>@​zhuqi-lucas</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10414";>#10414</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md";>parquet's 
changelog</a>.</em></p>
   <blockquote>
   <!-- raw HTML omitted -->
   <h1>Changelog</h1>
   <h2><a href="https://github.com/apache/arrow-rs/tree/59.3.0";>59.3.0</a> - 
(2026-08-25)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/59.2.0...59.3.0";>Full 
Changelog</a></p>
   <h3>Security fixes</h3>
   <ul>
   <li>[59_maintenance] Backport <code>cargo audit</code> fix by updating 
<code>h2</code> dependency by <a 
href="https://github.com/alamb";><code>@​alamb</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10834";>#10834</a></li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>[59_maintenance] Backport fix for concat_run_arrays with all-empty run 
arrays by <a href="https://github.com/alamb";><code>@​alamb</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10828";>#10828</a></li>
   <li>[59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values 
larger than the page size limit by <a 
href="https://github.com/alamb";><code>@​alamb</code></a> in <a 
href="https://redirect.github.com/apache/arrow-rs/pull/10826";>#10826</a></li>
   <li>[59_maintenance] Backport fix for cached Mask reads crossing unloaded 
sparse pages by <a href="https://github.com/alamb";><code>@​alamb</code></a> in 
<a href="https://redirect.github.com/apache/arrow-rs/pull/10766";>#10766</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/782e5a685501a9db6cc8e9a3b7cbff894940c47a";><code>782e5a6</code></a>
 Update version to 59.2.0, update changelog generation to git-cliff (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10451";>#10451</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/ed92960c8a85eda657fce3525c905616ccc5a983";><code>ed92960</code></a>
 Revert &quot;chore: formalize the default map field names to match default 
arrow s...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/bf82c786c50b0e4f8361f9e56dec4217de8bfca5";><code>bf82c78</code></a>
 chore(parquet): add link to ticket in object_store deprecation message (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10502";>#10502</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/15c20f0146fac3be6d28d9f7370d31e6639e0bbe";><code>15c20f0</code></a>
 chore(avro): add link to ticket in object_store deprecation message (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10503";>#10503</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/e7ae89c1a2fe7f2b2e78735ef0b55a4580b2520e";><code>e7ae89c</code></a>
 Enable allow_attributes lint for arrow-string (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10482";>#10482</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/37866b463fff08a4f4899f4ec7d1ecb038c3d117";><code>37866b4</code></a>
 fix(arrow-schema): Persist dictionary ordered flag on FFI schema import (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10514";>#10514</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/fd8ead5d3cd17f85cf0455901372ff1fa51b2563";><code>fd8ead5</code></a>
 arrow-avro: Deprecate object_store integration (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10484";>#10484</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/34c7c2b9e0cf8ca0e4a595bc9bca8aea8b3e3fa9";><code>34c7c2b</code></a>
 parquet: Remove explicit <code>object_store</code> integration (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10354";>#10354</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/6183ac97b10878770c3a20a4c89320875ad2fd3f";><code>6183ac9</code></a>
 Add LICENSE.txt and NOTICE.txt to pyarrow crates (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10481";>#10481</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/23e61b694f601db93dfa89bc7488e412cf1bbe07";><code>23e61b6</code></a>
 chore: add sub tags (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/10473";>#10473</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/58.4.0...59.2.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   You can trigger a rebase of this PR 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 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to