Skip to content

Build: Bump parquet from 1.17.1 to 1.18.1 - #18086

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/parquet-1.18.1
Open

Build: Bump parquet from 1.17.1 to 1.18.1#18086
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/parquet-1.18.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 13, 2026

Copy link
Copy Markdown
Contributor

Bumps parquet from 1.17.1 to 1.18.1.
Updates org.apache.parquet:parquet-avro from 1.17.1 to 1.18.1

Release notes

Sourced from org.apache.parquet:parquet-avro'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-avro'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-column from 1.17.1 to 1.18.1

Release notes

Sourced from org.apache.parquet:parquet-column'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-column'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-hadoop from 1.17.1 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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 13, 2026
Bumps `parquet` from 1.17.1 to 1.18.1.

Updates `org.apache.parquet:parquet-avro` from 1.17.1 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.17.1...apache-parquet-1.18.1)

Updates `org.apache.parquet:parquet-column` from 1.17.1 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.17.1...apache-parquet-1.18.1)

Updates `org.apache.parquet:parquet-hadoop` from 1.17.1 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.17.1...apache-parquet-1.18.1)

---
updated-dependencies:
- dependency-name: org.apache.parquet:parquet-avro
  dependency-version: 1.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.parquet:parquet-column
  dependency-version: 1.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.parquet:parquet-hadoop
  dependency-version: 1.18.1
  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/gradle/parquet-1.18.1 branch from b8a4e63 to c6fc6d7 Compare September 13, 2026 07:58
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.

0 participants