dependabot[bot] opened a new pull request, #25060: URL: https://github.com/apache/datafusion/pull/25060
Bumps the arrow-parquet group with 9 updates: | Package | From | To | | --- | --- | --- | | [arrow](https://github.com/apache/arrow-rs) | `59.2.0` | `59.3.0` | | [arrow-avro](https://github.com/apache/arrow-rs) | `59.2.0` | `59.3.0` | | [arrow-buffer](https://github.com/apache/arrow-rs) | `59.2.0` | `59.3.0` | | [arrow-data](https://github.com/apache/arrow-rs) | `59.2.0` | `59.3.0` | | [arrow-flight](https://github.com/apache/arrow-rs) | `59.2.0` | `59.3.0` | | [arrow-ipc](https://github.com/apache/arrow-rs) | `59.2.0` | `59.3.0` | | [arrow-ord](https://github.com/apache/arrow-rs) | `59.2.0` | `59.3.0` | | [arrow-schema](https://github.com/apache/arrow-rs) | `59.2.0` | `59.3.0` | | [parquet](https://github.com/apache/arrow-rs) | `59.2.0` | `59.3.0` | Updates `arrow` from 59.2.0 to 59.3.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.3.0</h2> <!-- 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>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> <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/f90e061326bd821a7af09281d9e92de6f3b603d9"><code>f90e061</code></a> [59_maintenance] Backport parquet-testing revision update for ALP tests (<a href="https://redirect.github.com/apache/arrow-rs/issues/10871">#10871</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/8061c9cb7a35cd9df2262ffa4b424174837b048d"><code>8061c9c</code></a> [59_maintenance] chore: Update versions to <code>59.3.0</code> and add CHANGELOG (<a href="https://redirect.github.com/apache/arrow-rs/issues/10827">#10827</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/23673b8206bb5893e64c6fed4fd574c1a5bca615"><code>23673b8</code></a> [59_maintenance] Backport <code>cargo audit</code> fix by updating <code>h2</code> dependency (<a href="https://redirect.github.com/apache/arrow-rs/issues/10834">#10834</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/e4e1237feb74ac8af3ee42f0026d0a55daf90dad"><code>e4e1237</code></a> [59_maintenance] Backport fix for concat_run_arrays with all-empty run arrays...</li> <li><a href="https://github.com/apache/arrow-rs/commit/556186a5e5a9b3c399ab4841db7f03fdfca0ff4c"><code>556186a</code></a> [59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values larger t...</li> <li><a href="https://github.com/apache/arrow-rs/commit/a878590477cc62964ea65c3da09cb289868675d5"><code>a878590</code></a> [59_maintenance] Backport fix for cached Mask reads crossing unloaded sparse ...</li> <li>See full diff in <a href="https://github.com/apache/arrow-rs/compare/59.2.0...59.3.0">compare view</a></li> </ul> </details> <br /> Updates `arrow-avro` from 59.2.0 to 59.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/releases">arrow-avro's releases</a>.</em></p> <blockquote> <h2>arrow 59.3.0</h2> <!-- 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>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md">arrow-avro's changelog</a>.</em></p> <blockquote> <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/f90e061326bd821a7af09281d9e92de6f3b603d9"><code>f90e061</code></a> [59_maintenance] Backport parquet-testing revision update for ALP tests (<a href="https://redirect.github.com/apache/arrow-rs/issues/10871">#10871</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/8061c9cb7a35cd9df2262ffa4b424174837b048d"><code>8061c9c</code></a> [59_maintenance] chore: Update versions to <code>59.3.0</code> and add CHANGELOG (<a href="https://redirect.github.com/apache/arrow-rs/issues/10827">#10827</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/23673b8206bb5893e64c6fed4fd574c1a5bca615"><code>23673b8</code></a> [59_maintenance] Backport <code>cargo audit</code> fix by updating <code>h2</code> dependency (<a href="https://redirect.github.com/apache/arrow-rs/issues/10834">#10834</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/e4e1237feb74ac8af3ee42f0026d0a55daf90dad"><code>e4e1237</code></a> [59_maintenance] Backport fix for concat_run_arrays with all-empty run arrays...</li> <li><a href="https://github.com/apache/arrow-rs/commit/556186a5e5a9b3c399ab4841db7f03fdfca0ff4c"><code>556186a</code></a> [59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values larger t...</li> <li><a href="https://github.com/apache/arrow-rs/commit/a878590477cc62964ea65c3da09cb289868675d5"><code>a878590</code></a> [59_maintenance] Backport fix for cached Mask reads crossing unloaded sparse ...</li> <li>See full diff in <a href="https://github.com/apache/arrow-rs/compare/59.2.0...59.3.0">compare view</a></li> </ul> </details> <br /> Updates `arrow-buffer` from 59.2.0 to 59.3.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 59.3.0</h2> <!-- 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>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md">arrow-buffer's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/apache/arrow-rs/tree/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/f90e061326bd821a7af09281d9e92de6f3b603d9"><code>f90e061</code></a> [59_maintenance] Backport parquet-testing revision update for ALP tests (<a href="https://redirect.github.com/apache/arrow-rs/issues/10871">#10871</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/8061c9cb7a35cd9df2262ffa4b424174837b048d"><code>8061c9c</code></a> [59_maintenance] chore: Update versions to <code>59.3.0</code> and add CHANGELOG (<a href="https://redirect.github.com/apache/arrow-rs/issues/10827">#10827</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/23673b8206bb5893e64c6fed4fd574c1a5bca615"><code>23673b8</code></a> [59_maintenance] Backport <code>cargo audit</code> fix by updating <code>h2</code> dependency (<a href="https://redirect.github.com/apache/arrow-rs/issues/10834">#10834</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/e4e1237feb74ac8af3ee42f0026d0a55daf90dad"><code>e4e1237</code></a> [59_maintenance] Backport fix for concat_run_arrays with all-empty run arrays...</li> <li><a href="https://github.com/apache/arrow-rs/commit/556186a5e5a9b3c399ab4841db7f03fdfca0ff4c"><code>556186a</code></a> [59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values larger t...</li> <li><a href="https://github.com/apache/arrow-rs/commit/a878590477cc62964ea65c3da09cb289868675d5"><code>a878590</code></a> [59_maintenance] Backport fix for cached Mask reads crossing unloaded sparse ...</li> <li>See full diff in <a href="https://github.com/apache/arrow-rs/compare/59.2.0...59.3.0">compare view</a></li> </ul> </details> <br /> Updates `arrow-data` from 59.2.0 to 59.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/releases">arrow-data's releases</a>.</em></p> <blockquote> <h2>arrow 59.3.0</h2> <!-- 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>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md">arrow-data's changelog</a>.</em></p> <blockquote> <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/f90e061326bd821a7af09281d9e92de6f3b603d9"><code>f90e061</code></a> [59_maintenance] Backport parquet-testing revision update for ALP tests (<a href="https://redirect.github.com/apache/arrow-rs/issues/10871">#10871</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/8061c9cb7a35cd9df2262ffa4b424174837b048d"><code>8061c9c</code></a> [59_maintenance] chore: Update versions to <code>59.3.0</code> and add CHANGELOG (<a href="https://redirect.github.com/apache/arrow-rs/issues/10827">#10827</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/23673b8206bb5893e64c6fed4fd574c1a5bca615"><code>23673b8</code></a> [59_maintenance] Backport <code>cargo audit</code> fix by updating <code>h2</code> dependency (<a href="https://redirect.github.com/apache/arrow-rs/issues/10834">#10834</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/e4e1237feb74ac8af3ee42f0026d0a55daf90dad"><code>e4e1237</code></a> [59_maintenance] Backport fix for concat_run_arrays with all-empty run arrays...</li> <li><a href="https://github.com/apache/arrow-rs/commit/556186a5e5a9b3c399ab4841db7f03fdfca0ff4c"><code>556186a</code></a> [59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values larger t...</li> <li><a href="https://github.com/apache/arrow-rs/commit/a878590477cc62964ea65c3da09cb289868675d5"><code>a878590</code></a> [59_maintenance] Backport fix for cached Mask reads crossing unloaded sparse ...</li> <li>See full diff in <a href="https://github.com/apache/arrow-rs/compare/59.2.0...59.3.0">compare view</a></li> </ul> </details> <br /> Updates `arrow-flight` from 59.2.0 to 59.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/releases">arrow-flight's releases</a>.</em></p> <blockquote> <h2>arrow 59.3.0</h2> <!-- 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>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md">arrow-flight's changelog</a>.</em></p> <blockquote> <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/f90e061326bd821a7af09281d9e92de6f3b603d9"><code>f90e061</code></a> [59_maintenance] Backport parquet-testing revision update for ALP tests (<a href="https://redirect.github.com/apache/arrow-rs/issues/10871">#10871</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/8061c9cb7a35cd9df2262ffa4b424174837b048d"><code>8061c9c</code></a> [59_maintenance] chore: Update versions to <code>59.3.0</code> and add CHANGELOG (<a href="https://redirect.github.com/apache/arrow-rs/issues/10827">#10827</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/23673b8206bb5893e64c6fed4fd574c1a5bca615"><code>23673b8</code></a> [59_maintenance] Backport <code>cargo audit</code> fix by updating <code>h2</code> dependency (<a href="https://redirect.github.com/apache/arrow-rs/issues/10834">#10834</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/e4e1237feb74ac8af3ee42f0026d0a55daf90dad"><code>e4e1237</code></a> [59_maintenance] Backport fix for concat_run_arrays with all-empty run arrays...</li> <li><a href="https://github.com/apache/arrow-rs/commit/556186a5e5a9b3c399ab4841db7f03fdfca0ff4c"><code>556186a</code></a> [59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values larger t...</li> <li><a href="https://github.com/apache/arrow-rs/commit/a878590477cc62964ea65c3da09cb289868675d5"><code>a878590</code></a> [59_maintenance] Backport fix for cached Mask reads crossing unloaded sparse ...</li> <li>See full diff in <a href="https://github.com/apache/arrow-rs/compare/59.2.0...59.3.0">compare view</a></li> </ul> </details> <br /> Updates `arrow-ipc` from 59.2.0 to 59.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/releases">arrow-ipc's releases</a>.</em></p> <blockquote> <h2>arrow 59.3.0</h2> <!-- 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>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md">arrow-ipc's changelog</a>.</em></p> <blockquote> <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/f90e061326bd821a7af09281d9e92de6f3b603d9"><code>f90e061</code></a> [59_maintenance] Backport parquet-testing revision update for ALP tests (<a href="https://redirect.github.com/apache/arrow-rs/issues/10871">#10871</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/8061c9cb7a35cd9df2262ffa4b424174837b048d"><code>8061c9c</code></a> [59_maintenance] chore: Update versions to <code>59.3.0</code> and add CHANGELOG (<a href="https://redirect.github.com/apache/arrow-rs/issues/10827">#10827</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/23673b8206bb5893e64c6fed4fd574c1a5bca615"><code>23673b8</code></a> [59_maintenance] Backport <code>cargo audit</code> fix by updating <code>h2</code> dependency (<a href="https://redirect.github.com/apache/arrow-rs/issues/10834">#10834</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/e4e1237feb74ac8af3ee42f0026d0a55daf90dad"><code>e4e1237</code></a> [59_maintenance] Backport fix for concat_run_arrays with all-empty run arrays...</li> <li><a href="https://github.com/apache/arrow-rs/commit/556186a5e5a9b3c399ab4841db7f03fdfca0ff4c"><code>556186a</code></a> [59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values larger t...</li> <li><a href="https://github.com/apache/arrow-rs/commit/a878590477cc62964ea65c3da09cb289868675d5"><code>a878590</code></a> [59_maintenance] Backport fix for cached Mask reads crossing unloaded sparse ...</li> <li>See full diff in <a href="https://github.com/apache/arrow-rs/compare/59.2.0...59.3.0">compare view</a></li> </ul> </details> <br /> Updates `arrow-ord` from 59.2.0 to 59.3.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 59.3.0</h2> <!-- 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>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md">arrow-ord's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/apache/arrow-rs/tree/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/f90e061326bd821a7af09281d9e92de6f3b603d9"><code>f90e061</code></a> [59_maintenance] Backport parquet-testing revision update for ALP tests (<a href="https://redirect.github.com/apache/arrow-rs/issues/10871">#10871</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/8061c9cb7a35cd9df2262ffa4b424174837b048d"><code>8061c9c</code></a> [59_maintenance] chore: Update versions to <code>59.3.0</code> and add CHANGELOG (<a href="https://redirect.github.com/apache/arrow-rs/issues/10827">#10827</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/23673b8206bb5893e64c6fed4fd574c1a5bca615"><code>23673b8</code></a> [59_maintenance] Backport <code>cargo audit</code> fix by updating <code>h2</code> dependency (<a href="https://redirect.github.com/apache/arrow-rs/issues/10834">#10834</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/e4e1237feb74ac8af3ee42f0026d0a55daf90dad"><code>e4e1237</code></a> [59_maintenance] Backport fix for concat_run_arrays with all-empty run arrays...</li> <li><a href="https://github.com/apache/arrow-rs/commit/556186a5e5a9b3c399ab4841db7f03fdfca0ff4c"><code>556186a</code></a> [59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values larger t...</li> <li><a href="https://github.com/apache/arrow-rs/commit/a878590477cc62964ea65c3da09cb289868675d5"><code>a878590</code></a> [59_maintenance] Backport fix for cached Mask reads crossing unloaded sparse ...</li> <li>See full diff in <a href="https://github.com/apache/arrow-rs/compare/59.2.0...59.3.0">compare view</a></li> </ul> </details> <br /> Updates `arrow-schema` from 59.2.0 to 59.3.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 59.3.0</h2> <!-- 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>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md">arrow-schema's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/apache/arrow-rs/tree/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/f90e061326bd821a7af09281d9e92de6f3b603d9"><code>f90e061</code></a> [59_maintenance] Backport parquet-testing revision update for ALP tests (<a href="https://redirect.github.com/apache/arrow-rs/issues/10871">#10871</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/8061c9cb7a35cd9df2262ffa4b424174837b048d"><code>8061c9c</code></a> [59_maintenance] chore: Update versions to <code>59.3.0</code> and add CHANGELOG (<a href="https://redirect.github.com/apache/arrow-rs/issues/10827">#10827</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/23673b8206bb5893e64c6fed4fd574c1a5bca615"><code>23673b8</code></a> [59_maintenance] Backport <code>cargo audit</code> fix by updating <code>h2</code> dependency (<a href="https://redirect.github.com/apache/arrow-rs/issues/10834">#10834</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/e4e1237feb74ac8af3ee42f0026d0a55daf90dad"><code>e4e1237</code></a> [59_maintenance] Backport fix for concat_run_arrays with all-empty run arrays...</li> <li><a href="https://github.com/apache/arrow-rs/commit/556186a5e5a9b3c399ab4841db7f03fdfca0ff4c"><code>556186a</code></a> [59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values larger t...</li> <li><a href="https://github.com/apache/arrow-rs/commit/a878590477cc62964ea65c3da09cb289868675d5"><code>a878590</code></a> [59_maintenance] Backport fix for cached Mask reads crossing unloaded sparse ...</li> <li>See full diff in <a href="https://github.com/apache/arrow-rs/compare/59.2.0...59.3.0">compare view</a></li> </ul> </details> <br /> Updates `parquet` from 59.2.0 to 59.3.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.3.0</h2> <!-- 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>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> <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/f90e061326bd821a7af09281d9e92de6f3b603d9"><code>f90e061</code></a> [59_maintenance] Backport parquet-testing revision update for ALP tests (<a href="https://redirect.github.com/apache/arrow-rs/issues/10871">#10871</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/8061c9cb7a35cd9df2262ffa4b424174837b048d"><code>8061c9c</code></a> [59_maintenance] chore: Update versions to <code>59.3.0</code> and add CHANGELOG (<a href="https://redirect.github.com/apache/arrow-rs/issues/10827">#10827</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/23673b8206bb5893e64c6fed4fd574c1a5bca615"><code>23673b8</code></a> [59_maintenance] Backport <code>cargo audit</code> fix by updating <code>h2</code> dependency (<a href="https://redirect.github.com/apache/arrow-rs/issues/10834">#10834</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/e4e1237feb74ac8af3ee42f0026d0a55daf90dad"><code>e4e1237</code></a> [59_maintenance] Backport fix for concat_run_arrays with all-empty run arrays...</li> <li><a href="https://github.com/apache/arrow-rs/commit/556186a5e5a9b3c399ab4841db7f03fdfca0ff4c"><code>556186a</code></a> [59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values larger t...</li> <li><a href="https://github.com/apache/arrow-rs/commit/a878590477cc62964ea65c3da09cb289868675d5"><code>a878590</code></a> [59_maintenance] Backport fix for cached Mask reads crossing unloaded sparse ...</li> <li>See full diff in <a href="https://github.com/apache/arrow-rs/compare/59.2.0...59.3.0">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 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
