dependabot[bot] opened a new pull request, #26160: URL: https://github.com/apache/camel/pull/26160
Bumps the parquet group with 2 updates: [org.apache.parquet:parquet-common](https://github.com/apache/parquet-java) and [org.apache.parquet:parquet-avro](https://github.com/apache/parquet-java). Updates `org.apache.parquet:parquet-common` from 1.18.0 to 1.18.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/parquet-java/releases">org.apache.parquet:parquet-common's releases</a>.</em></p> <blockquote> <h2>Apache Parquet 1.18.1 RC1</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/parquet-java/compare/apache-parquet-1.18.0...apache-parquet-1.18.1-rc1">https://github.com/apache/parquet-java/compare/apache-parquet-1.18.0...apache-parquet-1.18.1-rc1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/parquet-java/blob/master/CHANGES.md">org.apache.parquet:parquet-common's changelog</a>.</em></p> <blockquote> <!-- raw HTML omitted --> <h1>Parquet</h1> <p>From 1.14.2 onwards, the Parquet project has migrated from Jira to GitHub, and the changelogs are now <a href="https://github.com/apache/parquet-java/releases">published under Releases</a>.</p> <h3>Version 1.14.1</h3> <p>Release Notes - Parquet - Version 1.14.1</p> <h4>Bug</h4> <ul> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2468">PARQUET-2468</a> - ParquetMetadata.toPrettyJSON throws exception on file read when LOG.isDebugEnabled()</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2498">PARQUET-2498</a> - Hadoop vector IO API doesn't handle empty list of ranges</li> </ul> <h3>Version 1.14.0</h3> <p>Release Notes - Parquet - Version 1.14.0</p> <h4>Bug</h4> <ul> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2260">PARQUET-2260</a> - Bloom filter bytes size shouldn't be larger than maxBytes size in the configuration</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2266">PARQUET-2266</a> - Fix support for files without ColumnIndexes</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2276">PARQUET-2276</a> - ParquetReader reads do not work with Hadoop version 2.8.5</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2300">PARQUET-2300</a> - Update jackson-core 2.13.4 to a version without CVE PRISMA-2023-0067</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2325">PARQUET-2325</a> - Fix parquet-cli's dictionary subcommand to work with FIXED_LEN_BYTE_ARRAY</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2329">PARQUET-2329</a> - Fix wrong help messages of parquet-cli subcommands</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2330">PARQUET-2330</a> - Fix convert-csv to show the correct position of the invalid record</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2332">PARQUET-2332</a> - Fix unexpectedly disabled tests to be executed</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2336">PARQUET-2336</a> - Add caching key to CodecFactory</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2342">PARQUET-2342</a> - Parquet writer produced a corrupted file due to page value count overflow</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2343">PARQUET-2343</a> - Fixes NPE when rewriting file with multiple rowgroups</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2348">PARQUET-2348</a> - Recompression/Re-encrypt should rewrite bloomfilter</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/parquet-java/commit/7c22cdba6792fa29c5bda74bf1f866a08d7572a9"><code>7c22cdb</code></a> [maven-release-plugin] prepare release apache-parquet-1.18.1-rc1</li> <li><a href="https://github.com/apache/parquet-java/commit/4c04bf78c01e62ebc26e355e4995790acc89a2e3"><code>4c04bf7</code></a> Prepare for next development iteration</li> <li><a href="https://github.com/apache/parquet-java/commit/4ae935328b030c9aa116bb6c0fd166ef5c66cd2f"><code>4ae9353</code></a> Bump jackson.version from 2.22.1 to 2.22.2 (<a href="https://redirect.github.com/apache/parquet-java/issues/3739">#3739</a>)</li> <li><a href="https://github.com/apache/parquet-java/commit/a3501b61622be52c9620c0ed93480417f27b5600"><code>a3501b6</code></a> <code>BytesInput.copy(BytesInput)</code> should return a copy (<a href="https://redirect.github.com/apache/parquet-java/issues/3729">#3729</a>)</li> <li><a href="https://github.com/apache/parquet-java/commit/3fd0ae7684e5768723158fad296db1894a633e55"><code>3fd0ae7</code></a> Add parameter to enable reading KMS URL from key material (<a href="https://redirect.github.com/apache/parquet-java/issues/3745">#3745</a>)</li> <li><a href="https://github.com/apache/parquet-java/commit/afe34d8b04d82b6dace63901074d4d5f8e6b54e3"><code>afe34d8</code></a> Bump com.fasterxml.jackson.core:jackson-databind from 2.22.1 to 2.22.2 (<a href="https://redirect.github.com/apache/parquet-java/issues/3740">#3740</a>)</li> <li><a href="https://github.com/apache/parquet-java/commit/1916eff07f1315003a59d55e24b97919e741f329"><code>1916eff</code></a> Bump com.github.luben:zstd-jni from 1.5.7-13 to 1.5.7-15 (<a href="https://redirect.github.com/apache/parquet-java/issues/3744">#3744</a>)</li> <li><a href="https://github.com/apache/parquet-java/commit/b1b7ffcad5e72d8dd80905290a83d021e56332c5"><code>b1b7ffc</code></a> Bump com.github.luben:zstd-jni from 1.5.7-12 to 1.5.7-13 (<a href="https://redirect.github.com/apache/parquet-java/issues/3725">#3725</a>)</li> <li><a href="https://github.com/apache/parquet-java/commit/686bb10c93b9b4c3b9e106715f32f29ad2d47504"><code>686bb10</code></a> Bump it.unimi.dsi:fastutil from 8.5.18 to 8.5.19 (<a href="https://redirect.github.com/apache/parquet-java/issues/3684">#3684</a>)</li> <li><a href="https://github.com/apache/parquet-java/commit/663e9074c424262873cc8d35ead16da2c581522c"><code>663e907</code></a> Bump com.github.luben:zstd-jni from 1.5.7-11 to 1.5.7-12 (<a href="https://redirect.github.com/apache/parquet-java/issues/3704">#3704</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/parquet-java/compare/apache-parquet-1.18.0...apache-parquet-1.18.1">compare view</a></li> </ul> </details> <br /> Updates `org.apache.parquet:parquet-avro` from 1.18.0 to 1.18.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/parquet-java/releases">org.apache.parquet:parquet-avro's releases</a>.</em></p> <blockquote> <h2>Apache Parquet 1.18.1 RC1</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/parquet-java/compare/apache-parquet-1.18.0...apache-parquet-1.18.1-rc1">https://github.com/apache/parquet-java/compare/apache-parquet-1.18.0...apache-parquet-1.18.1-rc1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/parquet-java/blob/master/CHANGES.md">org.apache.parquet:parquet-avro's changelog</a>.</em></p> <blockquote> <!-- raw HTML omitted --> <h1>Parquet</h1> <p>From 1.14.2 onwards, the Parquet project has migrated from Jira to GitHub, and the changelogs are now <a href="https://github.com/apache/parquet-java/releases">published under Releases</a>.</p> <h3>Version 1.14.1</h3> <p>Release Notes - Parquet - Version 1.14.1</p> <h4>Bug</h4> <ul> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2468">PARQUET-2468</a> - ParquetMetadata.toPrettyJSON throws exception on file read when LOG.isDebugEnabled()</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2498">PARQUET-2498</a> - Hadoop vector IO API doesn't handle empty list of ranges</li> </ul> <h3>Version 1.14.0</h3> <p>Release Notes - Parquet - Version 1.14.0</p> <h4>Bug</h4> <ul> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2260">PARQUET-2260</a> - Bloom filter bytes size shouldn't be larger than maxBytes size in the configuration</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2266">PARQUET-2266</a> - Fix support for files without ColumnIndexes</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2276">PARQUET-2276</a> - ParquetReader reads do not work with Hadoop version 2.8.5</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2300">PARQUET-2300</a> - Update jackson-core 2.13.4 to a version without CVE PRISMA-2023-0067</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2325">PARQUET-2325</a> - Fix parquet-cli's dictionary subcommand to work with FIXED_LEN_BYTE_ARRAY</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2329">PARQUET-2329</a> - Fix wrong help messages of parquet-cli subcommands</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2330">PARQUET-2330</a> - Fix convert-csv to show the correct position of the invalid record</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2332">PARQUET-2332</a> - Fix unexpectedly disabled tests to be executed</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2336">PARQUET-2336</a> - Add caching key to CodecFactory</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2342">PARQUET-2342</a> - Parquet writer produced a corrupted file due to page value count overflow</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2343">PARQUET-2343</a> - Fixes NPE when rewriting file with multiple rowgroups</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2348">PARQUET-2348</a> - Recompression/Re-encrypt should rewrite bloomfilter</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/parquet-java/commit/7c22cdba6792fa29c5bda74bf1f866a08d7572a9"><code>7c22cdb</code></a> [maven-release-plugin] prepare release apache-parquet-1.18.1-rc1</li> <li><a href="https://github.com/apache/parquet-java/commit/4c04bf78c01e62ebc26e355e4995790acc89a2e3"><code>4c04bf7</code></a> Prepare for next development iteration</li> <li><a href="https://github.com/apache/parquet-java/commit/4ae935328b030c9aa116bb6c0fd166ef5c66cd2f"><code>4ae9353</code></a> Bump jackson.version from 2.22.1 to 2.22.2 (<a href="https://redirect.github.com/apache/parquet-java/issues/3739">#3739</a>)</li> <li><a href="https://github.com/apache/parquet-java/commit/a3501b61622be52c9620c0ed93480417f27b5600"><code>a3501b6</code></a> <code>BytesInput.copy(BytesInput)</code> should return a copy (<a href="https://redirect.github.com/apache/parquet-java/issues/3729">#3729</a>)</li> <li><a href="https://github.com/apache/parquet-java/commit/3fd0ae7684e5768723158fad296db1894a633e55"><code>3fd0ae7</code></a> Add parameter to enable reading KMS URL from key material (<a href="https://redirect.github.com/apache/parquet-java/issues/3745">#3745</a>)</li> <li><a href="https://github.com/apache/parquet-java/commit/afe34d8b04d82b6dace63901074d4d5f8e6b54e3"><code>afe34d8</code></a> Bump com.fasterxml.jackson.core:jackson-databind from 2.22.1 to 2.22.2 (<a href="https://redirect.github.com/apache/parquet-java/issues/3740">#3740</a>)</li> <li><a href="https://github.com/apache/parquet-java/commit/1916eff07f1315003a59d55e24b97919e741f329"><code>1916eff</code></a> Bump com.github.luben:zstd-jni from 1.5.7-13 to 1.5.7-15 (<a href="https://redirect.github.com/apache/parquet-java/issues/3744">#3744</a>)</li> <li><a href="https://github.com/apache/parquet-java/commit/b1b7ffcad5e72d8dd80905290a83d021e56332c5"><code>b1b7ffc</code></a> Bump com.github.luben:zstd-jni from 1.5.7-12 to 1.5.7-13 (<a href="https://redirect.github.com/apache/parquet-java/issues/3725">#3725</a>)</li> <li><a href="https://github.com/apache/parquet-java/commit/686bb10c93b9b4c3b9e106715f32f29ad2d47504"><code>686bb10</code></a> Bump it.unimi.dsi:fastutil from 8.5.18 to 8.5.19 (<a href="https://redirect.github.com/apache/parquet-java/issues/3684">#3684</a>)</li> <li><a href="https://github.com/apache/parquet-java/commit/663e9074c424262873cc8d35ead16da2c581522c"><code>663e907</code></a> Bump com.github.luben:zstd-jni from 1.5.7-11 to 1.5.7-12 (<a href="https://redirect.github.com/apache/parquet-java/issues/3704">#3704</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/parquet-java/compare/apache-parquet-1.18.0...apache-parquet-1.18.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 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]
