Skip to content

ORC-2065: Bump parquet to 1.17.0#2497

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/java/parquet.version-1.17.0
Closed

ORC-2065: Bump parquet to 1.17.0#2497
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/java/parquet.version-1.17.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps parquet.version from 1.16.0 to 1.17.0.
Updates org.apache.parquet:parquet-hadoop from 1.16.0 to 1.17.0

Release notes

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

Apache Parquet 1.17.0

What's Changed

New Contributors

... (truncated)

Commits
  • fac0c74 [maven-release-plugin] prepare release apache-parquet-1.17.0-rc0
  • a8ead9d Bump protobuf.version from 4.33.1 to 4.33.2 (#3373)
  • 0ecd799 Allow reading dictionary encoded boolean (#3370)
  • 46218f2 Bump commons-io:commons-io from 2.18.0 to 2.21.0 (#3369)
  • 7ec3284 Exclude package-info.class from shaded fastutil (#3322)
  • 7453be4 Bump com.google.guava:guava from 33.4.0-jre to 33.5.0-jre (#3366)
  • 893ef11 Bump easymock 5.6.0 to support Java 25 (#3363)
  • 6b2940c Remove unused parquet-thrift dependencies (#3323)
  • 5040a63 Bump protobuf.version from 3.25.6 to 4.30.2 (#3182)
  • 2ccc243 MINOR: parquet-avro tests should not debug to stderr (#3329)
  • Additional commits viewable in compare view

Updates org.apache.parquet:parquet-avro from 1.16.0 to 1.17.0

Release notes

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

Apache Parquet 1.17.0

What's Changed

New Contributors

... (truncated)

Commits
  • fac0c74 [maven-release-plugin] prepare release apache-parquet-1.17.0-rc0
  • a8ead9d Bump protobuf.version from 4.33.1 to 4.33.2 (#3373)
  • 0ecd799 Allow reading dictionary encoded boolean (#3370)
  • 46218f2 Bump commons-io:commons-io from 2.18.0 to 2.21.0 (#3369)
  • 7ec3284 Exclude package-info.class from shaded fastutil (#3322)
  • 7453be4 Bump com.google.guava:guava from 33.4.0-jre to 33.5.0-jre (#3366)
  • 893ef11 Bump easymock 5.6.0 to support Java 25 (#3363)
  • 6b2940c Remove unused parquet-thrift dependencies (#3323)
  • 5040a63 Bump protobuf.version from 3.25.6 to 4.30.2 (#3182)
  • 2ccc243 MINOR: parquet-avro tests should not debug to stderr (#3329)
  • 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.16.0 to 1.17.0.

Updates `org.apache.parquet:parquet-hadoop` from 1.16.0 to 1.17.0
- [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.16.0...apache-parquet-1.17.0)

Updates `org.apache.parquet:parquet-avro` from 1.16.0 to 1.17.0
- [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.16.0...apache-parquet-1.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file JAVA labels Jan 19, 2026
@github-actions github-actions bot added the BUILD label Jan 19, 2026
@dongjoon-hyun dongjoon-hyun changed the title Bump parquet.version from 1.16.0 to 1.17.0 in /java ORC-2065: Bump parquet to 1.17.0 Jan 29, 2026
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.
Merged to main/2.2.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2026

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.

@dependabot dependabot bot deleted the dependabot/maven/java/parquet.version-1.17.0 branch January 29, 2026 04:58
dongjoon-hyun pushed a commit that referenced this pull request Jan 29, 2026
Bumps `parquet.version` from 1.16.0 to 1.17.0.
Updates `org.apache.parquet:parquet-hadoop` from 1.16.0 to 1.17.0
<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 1.17.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add comparator for <code>UnknownLogicalType</code> by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3292">apache/parquet-java#3292</a></li>
<li>Allow reading dictionary encoded boolean by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3370">apache/parquet-java#3370</a></li>
<li>Bump com.google.guava:guava from 33.4.0-jre to 33.5.0-jre by <a href="https://github.com/dependabot"><code>​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/parquet-java/pull/3366">apache/parquet-java#3366</a></li>
<li>Bump commons-io:commons-io from 2.18.0 to 2.21.0 by <a href="https://github.com/dependabot"><code>​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/parquet-java/pull/3369">apache/parquet-java#3369</a></li>
<li>Bump easymock 5.6.0 to support Java 25 by <a href="https://github.com/pan3793"><code>​pan3793</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3363">apache/parquet-java#3363</a></li>
<li>Bump protobuf.version from 3.25.6 to 4.30.2 by <a href="https://github.com/dependabot"><code>​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/parquet-java/pull/3182">apache/parquet-java#3182</a></li>
<li>Bump protobuf.version from 4.33.1 to 4.33.2 by <a href="https://github.com/dependabot"><code>​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/parquet-java/pull/3373">apache/parquet-java#3373</a></li>
<li>Bump to Java 11 by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3314">apache/parquet-java#3314</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2815">GH-2815</a>: Allow bytestreamsplit available via Hadoop Configuration by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3340">apache/parquet-java#3340</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2836">GH-2836</a>: Support reading pure parquet files with cat by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3332">apache/parquet-java#3332</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2891">GH-2891</a>: Include actual values in validation error messages and improve logging by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3319">apache/parquet-java#3319</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2961">GH-2961</a>: Cycle detection in AvroSchemaConverter to prevent infinite recursion by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3272">apache/parquet-java#3272</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2967">GH-2967</a>: Support unified config options for convert parquet-cli by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3283">apache/parquet-java#3283</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2972">GH-2972</a>: Fix incomplete avro metadata on INT96 schema converter by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3311">apache/parquet-java#3311</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3149">GH-3149</a>: Enable ParquetAvroReader to handle decimal types for int32/64 by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3306">apache/parquet-java#3306</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3175">GH-3175</a>: support protobuf library version 4 by <a href="https://github.com/uwemaurer"><code>​uwemaurer</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3352">apache/parquet-java#3352</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3213">GH-3213</a>: Add the configuration for ByteStreamSplit encoding by <a href="https://github.com/joeyutong"><code>​joeyutong</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3214">apache/parquet-java#3214</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3224">GH-3224</a>: Make ParquetProperties.valuesWriterFactory thread safe by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3308">apache/parquet-java#3308</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3267">GH-3267</a>: Add comprehensive assertions to TestMemPageStore by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3268">apache/parquet-java#3268</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3273">GH-3273</a>: Add scoped chunk level statistics to avoid unbounded output by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3274">apache/parquet-java#3274</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3286">GH-3286</a>: Add support for Parquet-Protobuf in Parquet-cli by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3287">apache/parquet-java#3287</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3290">GH-3290</a>: Restore Snapshot versions for vector/benchmark modules by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3288">apache/parquet-java#3288</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3294">GH-3294</a>: Include optional profiles for release process by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3297">apache/parquet-java#3297</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3298">GH-3298</a>: Support unified file based configurations for CLI by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3304">apache/parquet-java#3304</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3300">GH-3300</a>: add ParquetWriter and ParquetReader builders constructor without params by <a href="https://github.com/jerolba"><code>​jerolba</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3301">apache/parquet-java#3301</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3310">GH-3310</a>: Clean up JIRA references and move to GH issues by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3309">apache/parquet-java#3309</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3312">GH-3312</a>: Support uuid read converter for parquet thrift by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3313">apache/parquet-java#3313</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3315">GH-3315</a>: Variant binary read does not take length into account by <a href="https://github.com/jerolba"><code>​jerolba</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3333">apache/parquet-java#3333</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3316">GH-3316</a>: Fix representation type for VariantBuilder decimal by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3335">apache/parquet-java#3335</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3317">GH-3317</a>: Fix bytes written by VariantBuilder.appendFloat by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3334">apache/parquet-java#3334</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3320">GH-3320</a>: Ensure parquet reader does not fail due to incorrect statistics by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3325">apache/parquet-java#3325</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3321">GH-3321</a> Exclude package-info.class from shaded fastutil dependency by <a href="https://github.com/jerolba"><code>​jerolba</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3322">apache/parquet-java#3322</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3327">GH-3327</a>: Bug fix incorrect compressed size reported by DataPageV1 by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3326">apache/parquet-java#3326</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3331">GH-3331</a>: Track Column index page skip statistics during file read by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3330">apache/parquet-java#3330</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3338">GH-3338</a>: Support encrypted files for Parquet CLI commands by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3339">apache/parquet-java#3339</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3350">GH-3350</a>: Avoid flushing data to cloud when exception is thrown by <a href="https://github.com/Jiayi-Wang-db"><code>​Jiayi-Wang-db</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3351">apache/parquet-java#3351</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3358">GH-3358</a>: Add Configurable Thrift Max Message Size for Parquet Metadata Reading by <a href="https://github.com/cravani"><code>​cravani</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3359">apache/parquet-java#3359</a></li>
<li>MINOR: Bump avro.version from 1.11.4 to 1.11.5 by <a href="https://github.com/gszadovszky"><code>​gszadovszky</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3348">apache/parquet-java#3348</a></li>
<li>MINOR: Bump version to 1.17.0-SNAPSHOT by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3293">apache/parquet-java#3293</a></li>
<li>MINOR: Post release of 1.16.0 by <a href="https://github.com/wgtmac"><code>​wgtmac</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3305">apache/parquet-java#3305</a></li>
<li>MINOR: Remove unused parquet-thrift dependencies by <a href="https://github.com/dossett"><code>​dossett</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3323">apache/parquet-java#3323</a></li>
<li>MINOR: [parquet-column] remove unused test dependencies by <a href="https://github.com/dossett"><code>​dossett</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3324">apache/parquet-java#3324</a></li>
<li>MINOR: parquet-avro tests should not debug to stderr by <a href="https://github.com/dossett"><code>​dossett</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3329">apache/parquet-java#3329</a></li>
<li>docs: Replace JIRA with GitHub Issues by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3303">apache/parquet-java#3303</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> made their first contribution in <a href="https://redirect.github.com/apache/parquet-java/pull/3288">apache/parquet-java#3288</a></li>
<li><a href="https://github.com/Jiayi-Wang-db"><code>​Jiayi-Wang-db</code></a> made their first contribution in <a href="https://redirect.github.com/apache/parquet-java/pull/3351">apache/parquet-java#3351</a></li>
<li><a href="https://github.com/joeyutong"><code>​joeyutong</code></a> made their first contribution in <a href="https://redirect.github.com/apache/parquet-java/pull/3214">apache/parquet-java#3214</a></li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/parquet-java/commit/fac0c746532e133beb928a7f6a7e57b510b477a1"><code>fac0c74</code></a> [maven-release-plugin] prepare release apache-parquet-1.17.0-rc0</li>
<li><a href="https://github.com/apache/parquet-java/commit/a8ead9df9035908172e61a3662f439d86dc51ba7"><code>a8ead9d</code></a> Bump protobuf.version from 4.33.1 to 4.33.2 (<a href="https://redirect.github.com/apache/parquet-mr/issues/3373">#3373</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/0ecd799dc01768ec0816a1ab38507b805a788f6a"><code>0ecd799</code></a> Allow reading dictionary encoded boolean (<a href="https://redirect.github.com/apache/parquet-mr/issues/3370">#3370</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/46218f2c0473e2e859dde2df8a28c78fcb0c9ada"><code>46218f2</code></a> Bump commons-io:commons-io from 2.18.0 to 2.21.0 (<a href="https://redirect.github.com/apache/parquet-mr/issues/3369">#3369</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/7ec32846663782846615e835bd06859c75b8f6b0"><code>7ec3284</code></a> Exclude <code>package-info.class</code> from shaded fastutil (<a href="https://redirect.github.com/apache/parquet-mr/issues/3322">#3322</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/7453be4de8bc608077af08bcb6a720b39d0d7f91"><code>7453be4</code></a> Bump com.google.guava:guava from 33.4.0-jre to 33.5.0-jre (<a href="https://redirect.github.com/apache/parquet-mr/issues/3366">#3366</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/893ef11df5f72320c2cff201b8b93bb0d33c2751"><code>893ef11</code></a> Bump easymock 5.6.0 to support Java 25 (<a href="https://redirect.github.com/apache/parquet-mr/issues/3363">#3363</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/6b2940ca1f39e0073d798dfaf7724bc43950a524"><code>6b2940c</code></a> Remove unused parquet-thrift dependencies (<a href="https://redirect.github.com/apache/parquet-mr/issues/3323">#3323</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/5040a63e817c48bd56d4a3ba6ebf5ed13e1edca8"><code>5040a63</code></a> Bump protobuf.version from 3.25.6 to 4.30.2 (<a href="https://redirect.github.com/apache/parquet-mr/issues/3182">#3182</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/2ccc2431209ac4a4d745d9f1016e29098204caad"><code>2ccc243</code></a> MINOR: parquet-avro tests should not debug to stderr (<a href="https://redirect.github.com/apache/parquet-mr/issues/3329">#3329</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/apache/parquet-mr/compare/apache-parquet-1.16.0...apache-parquet-1.17.0">compare view</a></li>
</ul>
</details>
<br />

Updates `org.apache.parquet:parquet-avro` from 1.16.0 to 1.17.0
<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 1.17.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add comparator for <code>UnknownLogicalType</code> by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3292">apache/parquet-java#3292</a></li>
<li>Allow reading dictionary encoded boolean by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3370">apache/parquet-java#3370</a></li>
<li>Bump com.google.guava:guava from 33.4.0-jre to 33.5.0-jre by <a href="https://github.com/dependabot"><code>​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/parquet-java/pull/3366">apache/parquet-java#3366</a></li>
<li>Bump commons-io:commons-io from 2.18.0 to 2.21.0 by <a href="https://github.com/dependabot"><code>​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/parquet-java/pull/3369">apache/parquet-java#3369</a></li>
<li>Bump easymock 5.6.0 to support Java 25 by <a href="https://github.com/pan3793"><code>​pan3793</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3363">apache/parquet-java#3363</a></li>
<li>Bump protobuf.version from 3.25.6 to 4.30.2 by <a href="https://github.com/dependabot"><code>​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/parquet-java/pull/3182">apache/parquet-java#3182</a></li>
<li>Bump protobuf.version from 4.33.1 to 4.33.2 by <a href="https://github.com/dependabot"><code>​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/parquet-java/pull/3373">apache/parquet-java#3373</a></li>
<li>Bump to Java 11 by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3314">apache/parquet-java#3314</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2815">GH-2815</a>: Allow bytestreamsplit available via Hadoop Configuration by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3340">apache/parquet-java#3340</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2836">GH-2836</a>: Support reading pure parquet files with cat by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3332">apache/parquet-java#3332</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2891">GH-2891</a>: Include actual values in validation error messages and improve logging by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3319">apache/parquet-java#3319</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2961">GH-2961</a>: Cycle detection in AvroSchemaConverter to prevent infinite recursion by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3272">apache/parquet-java#3272</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2967">GH-2967</a>: Support unified config options for convert parquet-cli by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3283">apache/parquet-java#3283</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2972">GH-2972</a>: Fix incomplete avro metadata on INT96 schema converter by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3311">apache/parquet-java#3311</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3149">GH-3149</a>: Enable ParquetAvroReader to handle decimal types for int32/64 by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3306">apache/parquet-java#3306</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3175">GH-3175</a>: support protobuf library version 4 by <a href="https://github.com/uwemaurer"><code>​uwemaurer</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3352">apache/parquet-java#3352</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3213">GH-3213</a>: Add the configuration for ByteStreamSplit encoding by <a href="https://github.com/joeyutong"><code>​joeyutong</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3214">apache/parquet-java#3214</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3224">GH-3224</a>: Make ParquetProperties.valuesWriterFactory thread safe by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3308">apache/parquet-java#3308</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3267">GH-3267</a>: Add comprehensive assertions to TestMemPageStore by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3268">apache/parquet-java#3268</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3273">GH-3273</a>: Add scoped chunk level statistics to avoid unbounded output by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3274">apache/parquet-java#3274</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3286">GH-3286</a>: Add support for Parquet-Protobuf in Parquet-cli by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3287">apache/parquet-java#3287</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3290">GH-3290</a>: Restore Snapshot versions for vector/benchmark modules by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3288">apache/parquet-java#3288</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3294">GH-3294</a>: Include optional profiles for release process by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3297">apache/parquet-java#3297</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3298">GH-3298</a>: Support unified file based configurations for CLI by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3304">apache/parquet-java#3304</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3300">GH-3300</a>: add ParquetWriter and ParquetReader builders constructor without params by <a href="https://github.com/jerolba"><code>​jerolba</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3301">apache/parquet-java#3301</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3310">GH-3310</a>: Clean up JIRA references and move to GH issues by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3309">apache/parquet-java#3309</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3312">GH-3312</a>: Support uuid read converter for parquet thrift by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3313">apache/parquet-java#3313</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3315">GH-3315</a>: Variant binary read does not take length into account by <a href="https://github.com/jerolba"><code>​jerolba</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3333">apache/parquet-java#3333</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3316">GH-3316</a>: Fix representation type for VariantBuilder decimal by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3335">apache/parquet-java#3335</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3317">GH-3317</a>: Fix bytes written by VariantBuilder.appendFloat by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3334">apache/parquet-java#3334</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3320">GH-3320</a>: Ensure parquet reader does not fail due to incorrect statistics by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3325">apache/parquet-java#3325</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3321">GH-3321</a> Exclude package-info.class from shaded fastutil dependency by <a href="https://github.com/jerolba"><code>​jerolba</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3322">apache/parquet-java#3322</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3327">GH-3327</a>: Bug fix incorrect compressed size reported by DataPageV1 by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3326">apache/parquet-java#3326</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3331">GH-3331</a>: Track Column index page skip statistics during file read by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3330">apache/parquet-java#3330</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3338">GH-3338</a>: Support encrypted files for Parquet CLI commands by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3339">apache/parquet-java#3339</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3350">GH-3350</a>: Avoid flushing data to cloud when exception is thrown by <a href="https://github.com/Jiayi-Wang-db"><code>​Jiayi-Wang-db</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3351">apache/parquet-java#3351</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3358">GH-3358</a>: Add Configurable Thrift Max Message Size for Parquet Metadata Reading by <a href="https://github.com/cravani"><code>​cravani</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3359">apache/parquet-java#3359</a></li>
<li>MINOR: Bump avro.version from 1.11.4 to 1.11.5 by <a href="https://github.com/gszadovszky"><code>​gszadovszky</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3348">apache/parquet-java#3348</a></li>
<li>MINOR: Bump version to 1.17.0-SNAPSHOT by <a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3293">apache/parquet-java#3293</a></li>
<li>MINOR: Post release of 1.16.0 by <a href="https://github.com/wgtmac"><code>​wgtmac</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3305">apache/parquet-java#3305</a></li>
<li>MINOR: Remove unused parquet-thrift dependencies by <a href="https://github.com/dossett"><code>​dossett</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3323">apache/parquet-java#3323</a></li>
<li>MINOR: [parquet-column] remove unused test dependencies by <a href="https://github.com/dossett"><code>​dossett</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3324">apache/parquet-java#3324</a></li>
<li>MINOR: parquet-avro tests should not debug to stderr by <a href="https://github.com/dossett"><code>​dossett</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3329">apache/parquet-java#3329</a></li>
<li>docs: Replace JIRA with GitHub Issues by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3303">apache/parquet-java#3303</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ArnavBalyan"><code>​ArnavBalyan</code></a> made their first contribution in <a href="https://redirect.github.com/apache/parquet-java/pull/3288">apache/parquet-java#3288</a></li>
<li><a href="https://github.com/Jiayi-Wang-db"><code>​Jiayi-Wang-db</code></a> made their first contribution in <a href="https://redirect.github.com/apache/parquet-java/pull/3351">apache/parquet-java#3351</a></li>
<li><a href="https://github.com/joeyutong"><code>​joeyutong</code></a> made their first contribution in <a href="https://redirect.github.com/apache/parquet-java/pull/3214">apache/parquet-java#3214</a></li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/parquet-java/commit/fac0c746532e133beb928a7f6a7e57b510b477a1"><code>fac0c74</code></a> [maven-release-plugin] prepare release apache-parquet-1.17.0-rc0</li>
<li><a href="https://github.com/apache/parquet-java/commit/a8ead9df9035908172e61a3662f439d86dc51ba7"><code>a8ead9d</code></a> Bump protobuf.version from 4.33.1 to 4.33.2 (<a href="https://redirect.github.com/apache/parquet-mr/issues/3373">#3373</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/0ecd799dc01768ec0816a1ab38507b805a788f6a"><code>0ecd799</code></a> Allow reading dictionary encoded boolean (<a href="https://redirect.github.com/apache/parquet-mr/issues/3370">#3370</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/46218f2c0473e2e859dde2df8a28c78fcb0c9ada"><code>46218f2</code></a> Bump commons-io:commons-io from 2.18.0 to 2.21.0 (<a href="https://redirect.github.com/apache/parquet-mr/issues/3369">#3369</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/7ec32846663782846615e835bd06859c75b8f6b0"><code>7ec3284</code></a> Exclude <code>package-info.class</code> from shaded fastutil (<a href="https://redirect.github.com/apache/parquet-mr/issues/3322">#3322</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/7453be4de8bc608077af08bcb6a720b39d0d7f91"><code>7453be4</code></a> Bump com.google.guava:guava from 33.4.0-jre to 33.5.0-jre (<a href="https://redirect.github.com/apache/parquet-mr/issues/3366">#3366</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/893ef11df5f72320c2cff201b8b93bb0d33c2751"><code>893ef11</code></a> Bump easymock 5.6.0 to support Java 25 (<a href="https://redirect.github.com/apache/parquet-mr/issues/3363">#3363</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/6b2940ca1f39e0073d798dfaf7724bc43950a524"><code>6b2940c</code></a> Remove unused parquet-thrift dependencies (<a href="https://redirect.github.com/apache/parquet-mr/issues/3323">#3323</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/5040a63e817c48bd56d4a3ba6ebf5ed13e1edca8"><code>5040a63</code></a> Bump protobuf.version from 3.25.6 to 4.30.2 (<a href="https://redirect.github.com/apache/parquet-mr/issues/3182">#3182</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/2ccc2431209ac4a4d745d9f1016e29098204caad"><code>2ccc243</code></a> MINOR: parquet-avro tests should not debug to stderr (<a href="https://redirect.github.com/apache/parquet-mr/issues/3329">#3329</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/apache/parquet-mr/compare/apache-parquet-1.16.0...apache-parquet-1.17.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 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 #2497 from dependabot[bot]/dependabot/maven/java/parquet.version-1.17.0.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 9c8cb68)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
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