dependabot[bot] opened a new pull request #939: URL: https://github.com/apache/orc/pull/939
Bumps `parquet.version` from 1.12.0 to 1.12.2. Updates `parquet-hadoop` from 1.12.0 to 1.12.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/parquet-mr/blob/apache-parquet-1.12.2/CHANGES.md">parquet-hadoop's changelog</a>.</em></p> <blockquote> <h3>Version 1.12.2</h3> <p>Release Notes - Parquet - Version 1.12.2</p> <h4>Bug</h4> <ul> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2094">PARQUET-2094</a> - Handle negative values in page headers</li> </ul> <h3>Version 1.12.1</h3> <p>Release Notes - Parquet - Version 1.12.1</p> <h4>Bug</h4> <ul> <li><a href="https://issues.apache.org/jira/browse/PARQUET-1633">PARQUET-1633</a> - Fix integer overflow</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2022">PARQUET-2022</a> - ZstdDecompressorStream should close zstdInputStream</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2027">PARQUET-2027</a> - Fix calculating directory offset for merge</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2052">PARQUET-2052</a> - Integer overflow when writing huge binary using dictionary encoding</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2054">PARQUET-2054</a> - fix TCP leaking when calling ParquetFileWriter.appendFile</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2072">PARQUET-2072</a> - Do Not Determine Both Min/Max for Binary Stats</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2073">PARQUET-2073</a> - Fix estimate remaining row count in ColumnWriteStoreBase.</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2078">PARQUET-2078</a> - Failed to read parquet file after writing with the same parquet version</li> </ul> <h4>Improvement</h4> <ul> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2064">PARQUET-2064</a> - Make Range public accessible in RowRanges</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/parquet-mr/commit/77e30c8093386ec52c3cfa6c34b7ef3321322c94"><code>77e30c8</code></a> [maven-release-plugin] prepare release apache-parquet-1.12.2-rc0</li> <li><a href="https://github.com/apache/parquet-mr/commit/a1131890565083cfd3e77dad74e1a7786b3c54fd"><code>a113189</code></a> Update CHANGES.md for 1.12.2</li> <li><a href="https://github.com/apache/parquet-mr/commit/afb64b8566204776081cfc56997cf8432b9491b4"><code>afb64b8</code></a> PARQUET-2094: Handle negative values in page headers (<a href="https://github-redirect.dependabot.com/apache/parquet-mr/issues/933">#933</a>)</li> <li><a href="https://github.com/apache/parquet-mr/commit/ef6274f8606e6e6a6ffb24a2c11566cc1974c7a4"><code>ef6274f</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/parquet-mr/commit/16d7608ff44e77c192b36b106d38d07358fae9d2"><code>16d7608</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/parquet-mr/commit/2a5c06c58fa987f85aa22170be14d927d5ff6e7d"><code>2a5c06c</code></a> [maven-release-plugin] prepare release apache-parquet-1.12.1-rc1</li> <li><a href="https://github.com/apache/parquet-mr/commit/64544c1ad5469373a2000b7f533414be6f815485"><code>64544c1</code></a> Revert "PARQUET-2043: Fail for undeclared dependencies (<a href="https://github-redirect.dependabot.com/apache/parquet-mr/issues/916">#916</a>)"</li> <li><a href="https://github.com/apache/parquet-mr/commit/afd490456881cac870be80bcdd2bcaca6ae338f7"><code>afd4904</code></a> Revert "Remove unused dependency & Fix warning message"</li> <li><a href="https://github.com/apache/parquet-mr/commit/9455f48cc622e688b3301ec368726beadc28dac9"><code>9455f48</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/parquet-mr/commit/d1dccf6e680d86e94ce97005f5ac51848ba6d794"><code>d1dccf6</code></a> [maven-release-plugin] prepare release apache-parquet-1.12.1-rc0</li> <li>Additional commits viewable in <a href="https://github.com/apache/parquet-mr/compare/apache-parquet-1.12.0...apache-parquet-1.12.2">compare view</a></li> </ul> </details> <br /> Updates `parquet-avro` from 1.12.0 to 1.12.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/parquet-mr/blob/apache-parquet-1.12.2/CHANGES.md">parquet-avro's changelog</a>.</em></p> <blockquote> <h3>Version 1.12.2</h3> <p>Release Notes - Parquet - Version 1.12.2</p> <h4>Bug</h4> <ul> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2094">PARQUET-2094</a> - Handle negative values in page headers</li> </ul> <h3>Version 1.12.1</h3> <p>Release Notes - Parquet - Version 1.12.1</p> <h4>Bug</h4> <ul> <li><a href="https://issues.apache.org/jira/browse/PARQUET-1633">PARQUET-1633</a> - Fix integer overflow</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2022">PARQUET-2022</a> - ZstdDecompressorStream should close zstdInputStream</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2027">PARQUET-2027</a> - Fix calculating directory offset for merge</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2052">PARQUET-2052</a> - Integer overflow when writing huge binary using dictionary encoding</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2054">PARQUET-2054</a> - fix TCP leaking when calling ParquetFileWriter.appendFile</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2072">PARQUET-2072</a> - Do Not Determine Both Min/Max for Binary Stats</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2073">PARQUET-2073</a> - Fix estimate remaining row count in ColumnWriteStoreBase.</li> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2078">PARQUET-2078</a> - Failed to read parquet file after writing with the same parquet version</li> </ul> <h4>Improvement</h4> <ul> <li><a href="https://issues.apache.org/jira/browse/PARQUET-2064">PARQUET-2064</a> - Make Range public accessible in RowRanges</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/parquet-mr/commit/77e30c8093386ec52c3cfa6c34b7ef3321322c94"><code>77e30c8</code></a> [maven-release-plugin] prepare release apache-parquet-1.12.2-rc0</li> <li><a href="https://github.com/apache/parquet-mr/commit/a1131890565083cfd3e77dad74e1a7786b3c54fd"><code>a113189</code></a> Update CHANGES.md for 1.12.2</li> <li><a href="https://github.com/apache/parquet-mr/commit/afb64b8566204776081cfc56997cf8432b9491b4"><code>afb64b8</code></a> PARQUET-2094: Handle negative values in page headers (<a href="https://github-redirect.dependabot.com/apache/parquet-mr/issues/933">#933</a>)</li> <li><a href="https://github.com/apache/parquet-mr/commit/ef6274f8606e6e6a6ffb24a2c11566cc1974c7a4"><code>ef6274f</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/parquet-mr/commit/16d7608ff44e77c192b36b106d38d07358fae9d2"><code>16d7608</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/parquet-mr/commit/2a5c06c58fa987f85aa22170be14d927d5ff6e7d"><code>2a5c06c</code></a> [maven-release-plugin] prepare release apache-parquet-1.12.1-rc1</li> <li><a href="https://github.com/apache/parquet-mr/commit/64544c1ad5469373a2000b7f533414be6f815485"><code>64544c1</code></a> Revert "PARQUET-2043: Fail for undeclared dependencies (<a href="https://github-redirect.dependabot.com/apache/parquet-mr/issues/916">#916</a>)"</li> <li><a href="https://github.com/apache/parquet-mr/commit/afd490456881cac870be80bcdd2bcaca6ae338f7"><code>afd4904</code></a> Revert "Remove unused dependency & Fix warning message"</li> <li><a href="https://github.com/apache/parquet-mr/commit/9455f48cc622e688b3301ec368726beadc28dac9"><code>9455f48</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/parquet-mr/commit/d1dccf6e680d86e94ce97005f5ac51848ba6d794"><code>d1dccf6</code></a> [maven-release-plugin] prepare release apache-parquet-1.12.1-rc0</li> <li>Additional commits viewable in <a href="https://github.com/apache/parquet-mr/compare/apache-parquet-1.12.0...apache-parquet-1.12.2">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </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: dev-unsubscr...@orc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org