Skip to content

chore(deps): bump apache-parquet.version from 1.12.3 to 1.18.1 - #3947

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/maven/apache-parquet.version-1.18.0
Open

dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/maven/apache-parquet.version-1.18.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps apache-parquet.version from 1.12.3 to 1.18.1.
Updates org.apache.parquet:parquet-hadoop from 1.12.3 to 1.18.1

Release notes

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

Apache Parquet 1.18.1

  • Ensure that toByteArray returns a copy of a buffer (apache/parquet-java#3729)
  • Fix data corruption for array-backed buffers (apache/parquet-java#3717)
  • Add parameter to enable reading KMS URL from key (apache/parquet-java#3745)
  • Bump Jackson and Jackson-databind from 2.22.1 to 2.22.2.
  • Bump zstd-jni from 1.5.7-11 to 1.5.7-15.
  • Bump fastutil from 8.5.18 to 8.5.19.

Full Changelog: apache/parquet-java@apache-parquet-1.18.0...apache-parquet-1.18.1

Apache Parquet 1.18.1 RC1

Full Changelog: apache/parquet-java@apache-parquet-1.18.0...apache-parquet-1.18.1-rc1

Apache Parquet 1.18.0

What's Changed

... (truncated)

Changelog

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

Parquet

From 1.14.2 onwards, the Parquet project has migrated from Jira to GitHub, and the changelogs are now published under Releases.

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

... (truncated)

Commits
  • 7c22cdb [maven-release-plugin] prepare release apache-parquet-1.18.1-rc1
  • 4c04bf7 Prepare for next development iteration
  • 4ae9353 Bump jackson.version from 2.22.1 to 2.22.2 (#3739)
  • a3501b6 BytesInput.copy(BytesInput) should return a copy (#3729)
  • 3fd0ae7 Add parameter to enable reading KMS URL from key material (#3745)
  • afe34d8 Bump com.fasterxml.jackson.core:jackson-databind from 2.22.1 to 2.22.2 (#3740)
  • 1916eff Bump com.github.luben:zstd-jni from 1.5.7-13 to 1.5.7-15 (#3744)
  • b1b7ffc Bump com.github.luben:zstd-jni from 1.5.7-12 to 1.5.7-13 (#3725)
  • 686bb10 Bump it.unimi.dsi:fastutil from 8.5.18 to 8.5.19 (#3684)
  • 663e907 Bump com.github.luben:zstd-jni from 1.5.7-11 to 1.5.7-12 (#3704)
  • Additional commits viewable in compare view

Updates org.apache.parquet:parquet-arrow from 1.12.3 to 1.18.1

Release notes

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

Apache Parquet 1.18.1

  • Ensure that toByteArray returns a copy of a buffer (apache/parquet-java#3729)
  • Fix data corruption for array-backed buffers (apache/parquet-java#3717)
  • Add parameter to enable reading KMS URL from key (apache/parquet-java#3745)
  • Bump Jackson and Jackson-databind from 2.22.1 to 2.22.2.
  • Bump zstd-jni from 1.5.7-11 to 1.5.7-15.
  • Bump fastutil from 8.5.18 to 8.5.19.

Full Changelog: apache/parquet-java@apache-parquet-1.18.0...apache-parquet-1.18.1

Apache Parquet 1.18.1 RC1

Full Changelog: apache/parquet-java@apache-parquet-1.18.0...apache-parquet-1.18.1-rc1

Apache Parquet 1.18.0

What's Changed

... (truncated)

Changelog

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

Parquet

From 1.14.2 onwards, the Parquet project has migrated from Jira to GitHub, and the changelogs are now published under Releases.

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

... (truncated)

Commits
  • 7c22cdb [maven-release-plugin] prepare release apache-parquet-1.18.1-rc1
  • 4c04bf7 Prepare for next development iteration
  • 4ae9353 Bump jackson.version from 2.22.1 to 2.22.2 (#3739)
  • a3501b6 BytesInput.copy(BytesInput) should return a copy (#3729)
  • 3fd0ae7 Add parameter to enable reading KMS URL from key material (#3745)
  • afe34d8 Bump com.fasterxml.jackson.core:jackson-databind from 2.22.1 to 2.22.2 (#3740)
  • 1916eff Bump com.github.luben:zstd-jni from 1.5.7-13 to 1.5.7-15 (#3744)
  • b1b7ffc Bump com.github.luben:zstd-jni from 1.5.7-12 to 1.5.7-13 (#3725)
  • 686bb10 Bump it.unimi.dsi:fastutil from 8.5.18 to 8.5.19 (#3684)
  • 663e907 Bump com.github.luben:zstd-jni from 1.5.7-11 to 1.5.7-12 (#3704)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 24, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 24, 2026
@dependabot dependabot Bot changed the title chore(deps): bump apache-parquet.version from 1.12.3 to 1.18.0 chore(deps): bump apache-parquet.version from 1.12.3 to 1.18.1 Sep 9, 2026
@dependabot
dependabot Bot force-pushed the dependabot/maven/apache-parquet.version-1.18.0 branch from f817553 to 4472891 Compare September 9, 2026 06:33
Bumps `apache-parquet.version` from 1.12.3 to 1.18.1.

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/apache-parquet.version-1.18.0 branch from 4472891 to bae56fa Compare September 16, 2026 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants