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 org.apache.parquet:parquet-common from 1.12.3 to 1.13.1 in /data-prepper-api #2966

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2023

Bumps org.apache.parquet:parquet-common from 1.12.3 to 1.13.1.

Changelog

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

Version 1.13.1

Release Notes - Parquet - Version 1.13.1

Improvement

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

... (truncated)

Commits
  • db41831 [maven-release-plugin] prepare release apache-parquet-1.13.1-rc0
  • e2c2499 PARQUET-2276: Bring back support for Hadoop 2.7.3 (#1084) (#1090)
  • 728c1cb PARQUET-2297: Skip delta problem check
  • 5b62b43 PARQUET-2292: Improve default SpecificRecord model selection for Avro{Write,R...
  • bc5b658 PARQUET-2290: Add CI for Hadoop 2 (#1076) (#1083)
  • 7d74292 PARQUET-2282: Don't initialize HadoopCodec (#1071) (#1074)
  • 4f7ced5 PARQUET-2283: Remove Hadoop HiddenFileFilter (#1072) (#1073)
  • fad89ee PARQUET-2081: Fix support for rewriting files without ColumnIndexes (#1048) (...
  • 30a42c3 MINOR: update version of disabled module (#1066)
  • 54b4501 Prepare for next development iteration
  • Additional commits viewable in compare view

Dependabot compatibility score

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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 1, 2023
@dependabot dependabot bot force-pushed the dependabot/gradle/data-prepper-api/org.apache.parquet-parquet-common-1.13.1 branch 2 times, most recently from 85369ec to 428f1d3 Compare July 11, 2023 17:26
Bumps [org.apache.parquet:parquet-common](https://github.com/apache/parquet-mr) from 1.12.3 to 1.13.1.
- [Changelog](https://github.com/apache/parquet-mr/blob/master/CHANGES.md)
- [Commits](apache/parquet-java@apache-parquet-1.12.3...apache-parquet-1.13.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/data-prepper-api/org.apache.parquet-parquet-common-1.13.1 branch from 428f1d3 to bef8469 Compare July 26, 2023 18:52
@dlvenable dlvenable merged commit f8a4181 into main Sep 20, 2023
36 of 39 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/data-prepper-api/org.apache.parquet-parquet-common-1.13.1 branch September 20, 2023 17:28
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.4 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.4 2.4
# Navigate to the new working tree
cd .worktrees/backport-2.4
# Create a new branch
git switch --create backport/backport-2966-to-2.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 f8a418139b5c6ea8cae27ecd5b68eeff8b5e1160
# Push it to GitHub
git push --set-upstream origin backport/backport-2966-to-2.4
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.4

Then, create a pull request where the base branch is 2.4 and the compare/head branch is backport/backport-2966-to-2.4.

asifsmohammed pushed a commit to asifsmohammed/data-prepper that referenced this pull request Sep 27, 2023
…ch-project#2966)

Bumps [org.apache.parquet:parquet-common](https://github.com/apache/parquet-mr) from 1.12.3 to 1.13.1.
- [Changelog](https://github.com/apache/parquet-mr/blob/master/CHANGES.md)
- [Commits](apache/parquet-java@apache-parquet-1.12.3...apache-parquet-1.13.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.4 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.

1 participant