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

Bump apache-parquet.version from 1.12.3 to 1.13.0 #3027

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2023

Bumps apache-parquet.version from 1.12.3 to 1.13.0.
Updates parquet-hadoop from 1.12.3 to 1.13.0

Changelog

Sourced from parquet-hadoop's changelog.

Version 1.13.0

Release Notes - Parquet - Version 1.13.0

New Feature

  • PARQUET-1020 - Add support for Dynamic Messages in parquet-protobuf

Task

  • PARQUET-2230 - Add a new rewrite command powered by ParquetRewriter
  • PARQUET-2228 - ParquetRewriter supports more than one input file
  • PARQUET-2229 - ParquetRewriter supports masking and encrypting the same column
  • PARQUET-2227 - Refactor different file rewriters to use single implementation

Improvement

Bug

  • PARQUET-2202 - Redundant String allocation on the hot path in CapacityByteArrayOutputStream.setByte
  • PARQUET-2164 - CapacityByteArrayOutputStream overflow while writing causes negative row group sizes to be written
  • PARQUET-2103 - Fix crypto exception in print toPrettyJSON
  • PARQUET-2251 - Avoid generating Bloomfilter when all pages of a column are encoded by dictionary
  • PARQUET-2243 - Support zstd-jni in DirectCodecFactory
  • PARQUET-2247 - Fail-fast if CapacityByteArrayOutputStream write overflow
  • PARQUET-2241 - Fix ByteStreamSplitValuesReader with nulls
  • PARQUET-2244 - Fix notIn for columns with null values
  • PARQUET-2173 - Fix parquet build against hadoop 3.3.3+
  • PARQUET-2219 - ParquetFileReader skips empty row group
  • PARQUET-2198 - Updating jackson data bind version to fix CVEs
  • PARQUET-2177 - Fix parquet-cli not to fail showing descriptions
  • PARQUET-1711 - Support recursive proto schemas by limiting recursion depth

... (truncated)

Commits
  • 2e369ed [maven-release-plugin] prepare release apache-parquet-1.13.0-rc0
  • a095561 Update CHANGES.md for 1.13.0 release
  • 8cbbaef PARQUET-2262: Fix local build failure due to missing surefire.argLine (#1045)
  • 1235003 PARQUET-2258: Storing toString fields in FilterPredicate instances can lead t...
  • d38044f PARQUET-2202: Review usage and implementation of Preconditions.checkargument ...
  • 72442b5 PARQUET-2164: Check size of buffered data to prevent page data from overflowi...
  • cc145b3 PARQUET-2252: Make row range methods public (#1038)
  • d730fa7 PARQUET-2159: Vectorized BytePacker decoder using Java VectorAPI (#1011)
  • 43ce928 PARQUET-2230: [CLI] Deprecate commands replaced by rewrite
  • 40bffcf Add Gang Wu as committer (#1037)
  • Additional commits viewable in compare view

Updates parquet-arrow from 1.12.3 to 1.13.0

Changelog

Sourced from parquet-arrow's changelog.

Version 1.13.0

Release Notes - Parquet - Version 1.13.0

New Feature

  • PARQUET-1020 - Add support for Dynamic Messages in parquet-protobuf

Task

  • PARQUET-2230 - Add a new rewrite command powered by ParquetRewriter
  • PARQUET-2228 - ParquetRewriter supports more than one input file
  • PARQUET-2229 - ParquetRewriter supports masking and encrypting the same column
  • PARQUET-2227 - Refactor different file rewriters to use single implementation

Improvement

Bug

  • PARQUET-2202 - Redundant String allocation on the hot path in CapacityByteArrayOutputStream.setByte
  • PARQUET-2164 - CapacityByteArrayOutputStream overflow while writing causes negative row group sizes to be written
  • PARQUET-2103 - Fix crypto exception in print toPrettyJSON
  • PARQUET-2251 - Avoid generating Bloomfilter when all pages of a column are encoded by dictionary
  • PARQUET-2243 - Support zstd-jni in DirectCodecFactory
  • PARQUET-2247 - Fail-fast if CapacityByteArrayOutputStream write overflow
  • PARQUET-2241 - Fix ByteStreamSplitValuesReader with nulls
  • PARQUET-2244 - Fix notIn for columns with null values
  • PARQUET-2173 - Fix parquet build against hadoop 3.3.3+
  • PARQUET-2219 - ParquetFileReader skips empty row group
  • PARQUET-2198 - Updating jackson data bind version to fix CVEs
  • PARQUET-2177 - Fix parquet-cli not to fail showing descriptions
  • PARQUET-1711 - Support recursive proto schemas by limiting recursion depth

... (truncated)

Commits
  • 2e369ed [maven-release-plugin] prepare release apache-parquet-1.13.0-rc0
  • a095561 Update CHANGES.md for 1.13.0 release
  • 8cbbaef PARQUET-2262: Fix local build failure due to missing surefire.argLine (#1045)
  • 1235003 PARQUET-2258: Storing toString fields in FilterPredicate instances can lead t...
  • d38044f PARQUET-2202: Review usage and implementation of Preconditions.checkargument ...
  • 72442b5 PARQUET-2164: Check size of buffered data to prevent page data from overflowi...
  • cc145b3 PARQUET-2252: Make row range methods public (#1038)
  • d730fa7 PARQUET-2159: Vectorized BytePacker decoder using Java VectorAPI (#1011)
  • 43ce928 PARQUET-2230: [CLI] Deprecate commands replaced by rewrite
  • 40bffcf Add Gang Wu as committer (#1037)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `apache-parquet.version` from 1.12.3 to 1.13.0.

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

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

---
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-arrow
  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 Pull requests that update Java code labels Apr 6, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 4, 2024

Superseded by #3372.

@dependabot dependabot bot closed this Apr 4, 2024
@dependabot dependabot bot deleted the dependabot/maven/apache-parquet.version-1.13.0 branch April 4, 2024 04:17
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