Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORC-1770: Upgrade parquet to 1.14.2 in bench module #2018

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps parquet.version from 1.13.1 to 1.14.2.
Updates org.apache.parquet:parquet-hadoop from 1.13.1 to 1.14.2

Release notes

Sourced from org.apache.parquet:parquet-hadoop's releases.

Apache Parquet Java 1.14.2

What's Changed

  • GH-2948: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile
  • GH-2956: Use avro SchemaBuilder API to convert record
  • GH-2935: Avoid double close of ParquetFileWriter
  • GH-2992: Gate LocalTimestamp references in AvroSchemaConverter
  • PARQUET-1126: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile
  • PARQUET-1126: Write unencrypted Parquet files without Hadoop
  • PARQUET-2472: Close in finally block in ParquetFileWriter#end

Apache Parquet Java 1.14.2 RC2

What's Changed

  • GH-2948: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile
  • GH-2956: Use avro SchemaBuilder API to convert record
  • GH-2935: Avoid double close of ParquetFileWriter
  • GH-2992: Gate LocalTimestamp references in AvroSchemaConverter
  • PARQUET-1126: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile
  • PARQUET-1126: Write unencrypted Parquet files without Hadoop
  • PARQUET-2472: Close in finally block in ParquetFileWriter#end

Apache Parquet Java 1.14.2 RC1

What's Changed

  • GH-2948: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile
  • GH-2956: Use avro SchemaBuilder API to convert record
  • GH-2935: Avoid double close of ParquetFileWriter
  • PARQUET-1126: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile
  • PARQUET-1126: Write unencrypted Parquet files without Hadoop
  • PARQUET-2472: Close in finally block in ParquetFileWriter#end

Apache Parquet 1.14.1

What's Changed

Full Changelog: apache/parquet-java@apache-parquet-1.14.0...apache-parquet-1.14.1

Changelog

Sourced from org.apache.parquet:parquet-hadoop's changelog.

Parquet

Version 1.14.1

Release Notes - Parquet - Version 1.14.1

Bug

  • PARQUET-2468 - ParquetMetadata.toPrettyJSON throws exception on file read when LOG.isDebugEnabled()
  • PARQUET-2498 - Hadoop vector IO API doesn't handle empty list of ranges

Version 1.14.0

Release Notes - Parquet - Version 1.14.0

Bug

  • PARQUET-2260 - Bloom filter bytes size shouldn't be larger than maxBytes size in the configuration
  • PARQUET-2266 - Fix support for files without ColumnIndexes
  • PARQUET-2276 - ParquetReader reads do not work with Hadoop version 2.8.5
  • PARQUET-2300 - Update jackson-core 2.13.4 to a version without CVE PRISMA-2023-0067
  • PARQUET-2325 - Fix parquet-cli's dictionary subcommand to work with FIXED_LEN_BYTE_ARRAY
  • PARQUET-2329 - Fix wrong help messages of parquet-cli subcommands
  • PARQUET-2330 - Fix convert-csv to show the correct position of the invalid record
  • PARQUET-2332 - Fix unexpectedly disabled tests to be executed
  • PARQUET-2336 - Add caching key to CodecFactory
  • PARQUET-2342 - Parquet writer produced a corrupted file due to page value count overflow
  • PARQUET-2343 - Fixes NPE when rewriting file with multiple rowgroups
  • PARQUET-2348 - Recompression/Re-encrypt should rewrite bloomfilter
  • PARQUET-2354 - Apparent race condition in CharsetValidator
  • PARQUET-2363 - ParquetRewriter should encrypt the V2 page header

... (truncated)

Commits
  • e793738 [maven-release-plugin] prepare release apache-parquet-1.14.2rc2
  • d04986f GH-2992: Gate LocalTimestamp references in AvroSchemaConverter (#2993)
  • 7204a11 [maven-release-plugin] prepare for next development iteration
  • 7a679f1 [maven-release-plugin] prepare release apache-parquet-1.14.2-rc1
  • c88a3f8 GH-2948: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile...
  • af4307b PARQUET-1126: Write unencrypted Parquet files without Hadoop (#1376)
  • 0f3a615 GH-2956: Use avro SchemaBuilder API to convert record (#2957)
  • ca572cb Minor: PARQUET-2472 is not on the branch (#2966)
  • 05f2e39 GH-2935: Avoid double close of ParquetFileWriter (#2951)
  • 4241df3 PARQUET-2472: Close in finally block in ParquetFileWriter#end (#1350)
  • Additional commits viewable in compare view

Updates org.apache.parquet:parquet-avro from 1.13.1 to 1.14.2

Release notes

Sourced from org.apache.parquet:parquet-avro's releases.

Apache Parquet Java 1.14.2

What's Changed

  • GH-2948: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile
  • GH-2956: Use avro SchemaBuilder API to convert record
  • GH-2935: Avoid double close of ParquetFileWriter
  • GH-2992: Gate LocalTimestamp references in AvroSchemaConverter
  • PARQUET-1126: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile
  • PARQUET-1126: Write unencrypted Parquet files without Hadoop
  • PARQUET-2472: Close in finally block in ParquetFileWriter#end

Apache Parquet Java 1.14.2 RC2

What's Changed

  • GH-2948: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile
  • GH-2956: Use avro SchemaBuilder API to convert record
  • GH-2935: Avoid double close of ParquetFileWriter
  • GH-2992: Gate LocalTimestamp references in AvroSchemaConverter
  • PARQUET-1126: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile
  • PARQUET-1126: Write unencrypted Parquet files without Hadoop
  • PARQUET-2472: Close in finally block in ParquetFileWriter#end

Apache Parquet Java 1.14.2 RC1

What's Changed

  • GH-2948: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile
  • GH-2956: Use avro SchemaBuilder API to convert record
  • GH-2935: Avoid double close of ParquetFileWriter
  • PARQUET-1126: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile
  • PARQUET-1126: Write unencrypted Parquet files without Hadoop
  • PARQUET-2472: Close in finally block in ParquetFileWriter#end

Apache Parquet 1.14.1

What's Changed

Full Changelog: apache/parquet-java@apache-parquet-1.14.0...apache-parquet-1.14.1

Changelog

Sourced from org.apache.parquet:parquet-avro's changelog.

Parquet

Version 1.14.1

Release Notes - Parquet - Version 1.14.1

Bug

  • PARQUET-2468 - ParquetMetadata.toPrettyJSON throws exception on file read when LOG.isDebugEnabled()
  • PARQUET-2498 - Hadoop vector IO API doesn't handle empty list of ranges

Version 1.14.0

Release Notes - Parquet - Version 1.14.0

Bug

  • PARQUET-2260 - Bloom filter bytes size shouldn't be larger than maxBytes size in the configuration
  • PARQUET-2266 - Fix support for files without ColumnIndexes
  • PARQUET-2276 - ParquetReader reads do not work with Hadoop version 2.8.5
  • PARQUET-2300 - Update jackson-core 2.13.4 to a version without CVE PRISMA-2023-0067
  • PARQUET-2325 - Fix parquet-cli's dictionary subcommand to work with FIXED_LEN_BYTE_ARRAY
  • PARQUET-2329 - Fix wrong help messages of parquet-cli subcommands
  • PARQUET-2330 - Fix convert-csv to show the correct position of the invalid record
  • PARQUET-2332 - Fix unexpectedly disabled tests to be executed
  • PARQUET-2336 - Add caching key to CodecFactory
  • PARQUET-2342 - Parquet writer produced a corrupted file due to page value count overflow
  • PARQUET-2343 - Fixes NPE when rewriting file with multiple rowgroups
  • PARQUET-2348 - Recompression/Re-encrypt should rewrite bloomfilter
  • PARQUET-2354 - Apparent race condition in CharsetValidator
  • PARQUET-2363 - ParquetRewriter should encrypt the V2 page header

... (truncated)

Commits
  • e793738 [maven-release-plugin] prepare release apache-parquet-1.14.2rc2
  • d04986f GH-2992: Gate LocalTimestamp references in AvroSchemaConverter (#2993)
  • 7204a11 [maven-release-plugin] prepare for next development iteration
  • 7a679f1 [maven-release-plugin] prepare release apache-parquet-1.14.2-rc1
  • c88a3f8 GH-2948: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile...
  • af4307b PARQUET-1126: Write unencrypted Parquet files without Hadoop (#1376)
  • 0f3a615 GH-2956: Use avro SchemaBuilder API to convert record (#2957)
  • ca572cb Minor: PARQUET-2472 is not on the branch (#2966)
  • 05f2e39 GH-2935: Avoid double close of ParquetFileWriter (#2951)
  • 4241df3 PARQUET-2472: Close in finally block in ParquetFileWriter#end (#1350)
  • Additional commits viewable in compare view

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 commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore 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)

Bumps `parquet.version` from 1.13.1 to 1.14.2.

Updates `org.apache.parquet:parquet-hadoop` from 1.13.1 to 1.14.2
- [Release notes](https://github.com/apache/parquet-mr/releases)
- [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md)
- [Commits](apache/parquet-java@apache-parquet-1.13.1...apache-parquet-1.14.2)

Updates `org.apache.parquet:parquet-avro` from 1.13.1 to 1.14.2
- [Release notes](https://github.com/apache/parquet-mr/releases)
- [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md)
- [Commits](apache/parquet-java@apache-parquet-1.13.1...apache-parquet-1.14.2)

---
updated-dependencies:
- dependency-name: org.apache.parquet:parquet-hadoop
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.parquet:parquet-avro
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 2, 2024
@dongjoon-hyun dongjoon-hyun changed the title Bump parquet.version from 1.13.1 to 1.14.2 in /java ORC-1770: Upgrade parquet to 1.14.2 in bench module Sep 6, 2024
@dongjoon-hyun dongjoon-hyun added this to the 2.0.3 milestone Sep 6, 2024
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 6, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

dongjoon-hyun pushed a commit that referenced this pull request Sep 6, 2024
Bumps `parquet.version` from 1.13.1 to 1.14.2.
Updates `org.apache.parquet:parquet-hadoop` from 1.13.1 to 1.14.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/apache/parquet-mr/releases">org.apache.parquet:parquet-hadoop's releases</a>.</em></p>
<blockquote>
<h2>Apache Parquet Java 1.14.2</h2>
<h2>What's Changed</h2>
<ul>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/2949">GH-2948</a>: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/2957">GH-2956</a>: Use avro SchemaBuilder API to convert record</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/2951">GH-2935</a>: Avoid double close of ParquetFileWriter</li>
<li><a href="https://redirect.github.com/apache/parquet-java/issues/2992">GH-2992</a>: Gate LocalTimestamp references in AvroSchemaConverter</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/1376">PARQUET-1126</a>: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/1376">PARQUET-1126</a>: Write unencrypted Parquet files without Hadoop</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/1350">PARQUET-2472</a>: Close in finally block in <code>ParquetFileWriter#end</code></li>
</ul>
<h2>Apache Parquet Java 1.14.2 RC2</h2>
<h2>What's Changed</h2>
<ul>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/2949">GH-2948</a>: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/2957">GH-2956</a>: Use avro SchemaBuilder API to convert record</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/2951">GH-2935</a>: Avoid double close of ParquetFileWriter</li>
<li><a href="https://redirect.github.com/apache/parquet-java/issues/2992">GH-2992</a>: Gate LocalTimestamp references in AvroSchemaConverter</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/1376">PARQUET-1126</a>: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/1376">PARQUET-1126</a>: Write unencrypted Parquet files without Hadoop</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/1350">PARQUET-2472</a>: Close in finally block in <code>ParquetFileWriter#end</code></li>
</ul>
<h2>Apache Parquet Java 1.14.2 RC1</h2>
<h2>What's Changed</h2>
<ul>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/2949">GH-2948</a>: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/2957">GH-2956</a>: Use avro SchemaBuilder API to convert record</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/2951">GH-2935</a>: Avoid double close of ParquetFileWriter</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/1376">PARQUET-1126</a>: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/1376">PARQUET-1126</a>: Write unencrypted Parquet files without Hadoop</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/1350">PARQUET-2472</a>: Close in finally block in <code>ParquetFileWriter#end</code></li>
</ul>
<h2>Apache Parquet 1.14.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update changes for the <code>parquet-1.14.x</code> branch by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1347">apache/parquet-java#1347</a></li>
<li>PARQUET-2468: ParquetMetadata must convert to json (<a href="https://redirect.github.com/apache/parquet-mr/issues/1349">#1349</a>) by <a href="https://github.com/wgtmac"><code>​wgtmac</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1360">apache/parquet-java#1360</a></li>
<li>PARQUET-2487: Bump io.airlift:aircompressor from 0.26 to 0.27 (<a href="https://redirect.github.com/apache/parquet-mr/issues/1363">#1363</a>) by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1364">apache/parquet-java#1364</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/apache/parquet-java/compare/apache-parquet-1.14.0...apache-parquet-1.14.1">https://github.com/apache/parquet-java/compare/apache-parquet-1.14.0...apache-parquet-1.14.1</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-hadoop's changelog</a>.</em></p>
<blockquote>
<h1>Parquet</h1>
<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>
<li><a href="https://issues.apache.org/jira/browse/PARQUET-2354">PARQUET-2354</a> - Apparent race condition in CharsetValidator</li>
<li><a href="https://issues.apache.org/jira/browse/PARQUET-2363">PARQUET-2363</a> - ParquetRewriter should encrypt the V2 page header</li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/parquet-java/commit/e7937382e7894f4780c90eb6f896c163cad4cd93"><code>e793738</code></a> [maven-release-plugin] prepare release apache-parquet-1.14.2rc2</li>
<li><a href="https://github.com/apache/parquet-java/commit/d04986ffbd2bc974d07c0db20afd6d2467235cbf"><code>d04986f</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/2992">GH-2992</a>: Gate LocalTimestamp references in AvroSchemaConverter (<a href="https://redirect.github.com/apache/parquet-mr/issues/2993">#2993</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/7204a116bb4bc2fa5727e47253f75b67e600c7cb"><code>7204a11</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li><a href="https://github.com/apache/parquet-java/commit/7a679f1fefb3c6a12602a33ba405264e4e4e3c40"><code>7a679f1</code></a> [maven-release-plugin] prepare release apache-parquet-1.14.2-rc1</li>
<li><a href="https://github.com/apache/parquet-java/commit/c88a3f8ab0dd2f4041b6249c807f43ed6e6d052a"><code>c88a3f8</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/2948">GH-2948</a>: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile...</li>
<li><a href="https://github.com/apache/parquet-java/commit/af4307b25349d78a4f401194f31786e1c4929b3f"><code>af4307b</code></a> PARQUET-1126: Write unencrypted Parquet files without Hadoop (<a href="https://redirect.github.com/apache/parquet-mr/issues/1376">#1376</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/0f3a615acb06dd8ab201f37e485aaac619e467ba"><code>0f3a615</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/2956">GH-2956</a>: Use avro SchemaBuilder API to convert record (<a href="https://redirect.github.com/apache/parquet-mr/issues/2957">#2957</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/ca572cbad6ceb9fe303c057cae447c6fd9586f67"><code>ca572cb</code></a> Minor: <code>PARQUET-2472</code> is not on the branch (<a href="https://redirect.github.com/apache/parquet-mr/issues/2966">#2966</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/05f2e39cf3add09501c1534328db2452370a582c"><code>05f2e39</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/2935">GH-2935</a>: Avoid double close of ParquetFileWriter (<a href="https://redirect.github.com/apache/parquet-mr/issues/2951">#2951</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/4241df31bfe4f4c90fd0c1907b96109ab16fa5e9"><code>4241df3</code></a> PARQUET-2472: Close in finally block in ParquetFileWriter#end (<a href="https://redirect.github.com/apache/parquet-mr/issues/1350">#1350</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/apache/parquet-mr/compare/apache-parquet-1.13.1...apache-parquet-1.14.2">compare view</a></li>
</ul>
</details>
<br />

Updates `org.apache.parquet:parquet-avro` from 1.13.1 to 1.14.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/apache/parquet-mr/releases">org.apache.parquet:parquet-avro's releases</a>.</em></p>
<blockquote>
<h2>Apache Parquet Java 1.14.2</h2>
<h2>What's Changed</h2>
<ul>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/2949">GH-2948</a>: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/2957">GH-2956</a>: Use avro SchemaBuilder API to convert record</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/2951">GH-2935</a>: Avoid double close of ParquetFileWriter</li>
<li><a href="https://redirect.github.com/apache/parquet-java/issues/2992">GH-2992</a>: Gate LocalTimestamp references in AvroSchemaConverter</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/1376">PARQUET-1126</a>: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/1376">PARQUET-1126</a>: Write unencrypted Parquet files without Hadoop</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/1350">PARQUET-2472</a>: Close in finally block in <code>ParquetFileWriter#end</code></li>
</ul>
<h2>Apache Parquet Java 1.14.2 RC2</h2>
<h2>What's Changed</h2>
<ul>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/2949">GH-2948</a>: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/2957">GH-2956</a>: Use avro SchemaBuilder API to convert record</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/2951">GH-2935</a>: Avoid double close of ParquetFileWriter</li>
<li><a href="https://redirect.github.com/apache/parquet-java/issues/2992">GH-2992</a>: Gate LocalTimestamp references in AvroSchemaConverter</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/1376">PARQUET-1126</a>: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/1376">PARQUET-1126</a>: Write unencrypted Parquet files without Hadoop</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/1350">PARQUET-2472</a>: Close in finally block in <code>ParquetFileWriter#end</code></li>
</ul>
<h2>Apache Parquet Java 1.14.2 RC1</h2>
<h2>What's Changed</h2>
<ul>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/2949">GH-2948</a>: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/2957">GH-2956</a>: Use avro SchemaBuilder API to convert record</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/2951">GH-2935</a>: Avoid double close of ParquetFileWriter</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/1376">PARQUET-1126</a>: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/1376">PARQUET-1126</a>: Write unencrypted Parquet files without Hadoop</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/1350">PARQUET-2472</a>: Close in finally block in <code>ParquetFileWriter#end</code></li>
</ul>
<h2>Apache Parquet 1.14.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update changes for the <code>parquet-1.14.x</code> branch by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1347">apache/parquet-java#1347</a></li>
<li>PARQUET-2468: ParquetMetadata must convert to json (<a href="https://redirect.github.com/apache/parquet-mr/issues/1349">#1349</a>) by <a href="https://github.com/wgtmac"><code>​wgtmac</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1360">apache/parquet-java#1360</a></li>
<li>PARQUET-2487: Bump io.airlift:aircompressor from 0.26 to 0.27 (<a href="https://redirect.github.com/apache/parquet-mr/issues/1363">#1363</a>) by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1364">apache/parquet-java#1364</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/apache/parquet-java/compare/apache-parquet-1.14.0...apache-parquet-1.14.1">https://github.com/apache/parquet-java/compare/apache-parquet-1.14.0...apache-parquet-1.14.1</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>
<h1>Parquet</h1>
<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>
<li><a href="https://issues.apache.org/jira/browse/PARQUET-2354">PARQUET-2354</a> - Apparent race condition in CharsetValidator</li>
<li><a href="https://issues.apache.org/jira/browse/PARQUET-2363">PARQUET-2363</a> - ParquetRewriter should encrypt the V2 page header</li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/parquet-java/commit/e7937382e7894f4780c90eb6f896c163cad4cd93"><code>e793738</code></a> [maven-release-plugin] prepare release apache-parquet-1.14.2rc2</li>
<li><a href="https://github.com/apache/parquet-java/commit/d04986ffbd2bc974d07c0db20afd6d2467235cbf"><code>d04986f</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/2992">GH-2992</a>: Gate LocalTimestamp references in AvroSchemaConverter (<a href="https://redirect.github.com/apache/parquet-mr/issues/2993">#2993</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/7204a116bb4bc2fa5727e47253f75b67e600c7cb"><code>7204a11</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li><a href="https://github.com/apache/parquet-java/commit/7a679f1fefb3c6a12602a33ba405264e4e4e3c40"><code>7a679f1</code></a> [maven-release-plugin] prepare release apache-parquet-1.14.2-rc1</li>
<li><a href="https://github.com/apache/parquet-java/commit/c88a3f8ab0dd2f4041b6249c807f43ed6e6d052a"><code>c88a3f8</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/2948">GH-2948</a>: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile...</li>
<li><a href="https://github.com/apache/parquet-java/commit/af4307b25349d78a4f401194f31786e1c4929b3f"><code>af4307b</code></a> PARQUET-1126: Write unencrypted Parquet files without Hadoop (<a href="https://redirect.github.com/apache/parquet-mr/issues/1376">#1376</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/0f3a615acb06dd8ab201f37e485aaac619e467ba"><code>0f3a615</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/2956">GH-2956</a>: Use avro SchemaBuilder API to convert record (<a href="https://redirect.github.com/apache/parquet-mr/issues/2957">#2957</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/ca572cbad6ceb9fe303c057cae447c6fd9586f67"><code>ca572cb</code></a> Minor: <code>PARQUET-2472</code> is not on the branch (<a href="https://redirect.github.com/apache/parquet-mr/issues/2966">#2966</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/05f2e39cf3add09501c1534328db2452370a582c"><code>05f2e39</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/2935">GH-2935</a>: Avoid double close of ParquetFileWriter (<a href="https://redirect.github.com/apache/parquet-mr/issues/2951">#2951</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/4241df31bfe4f4c90fd0c1907b96109ab16fa5e9"><code>4241df3</code></a> PARQUET-2472: Close in finally block in ParquetFileWriter#end (<a href="https://redirect.github.com/apache/parquet-mr/issues/1350">#1350</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/apache/parquet-mr/compare/apache-parquet-1.13.1...apache-parquet-1.14.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `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>

Closes #2018 from dependabot[bot]/dependabot/maven/java/parquet.version-1.14.2.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 9dc72fa)
Signed-off-by: Dongjoon Hyun <[email protected]>
@dependabot dependabot bot deleted the dependabot/maven/java/parquet.version-1.14.2 branch September 6, 2024 05:41
@dongjoon-hyun
Copy link
Member

Merged to main/2.0.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUILD dependencies Pull requests that update a dependency file JAVA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant