Upgrade Hudi version to 0.15.0.#25055
Draft
sumi-mathew wants to merge 1 commit intoprestodb:masterfrom
Draft
Conversation
7c00
reviewed
May 9, 2025
| <ignoredClassPattern>shaded.parquet.it.unimi.dsi.fastutil.*</ignoredClassPattern> | ||
| <ignoredClassPattern>module-info</ignoredClassPattern> | ||
| <ignoredClassPattern>META-INF.versions.9.module-info</ignoredClassPattern> | ||
| <ignoredClassPattern>io.airlift.compress.*</ignoredClassPattern> |
Member
There was a problem hiding this comment.
There are a lots of changes of this kind. Does the airlift.compress originate from the new version of 'hudi-presto-bundle'? If so, is it feasible to exclude that from the bundle?
Contributor
Author
Contributor
There was a problem hiding this comment.
We should try to work with the Hudi community to either not shade this, or move the shaded package to a different package name so that classes don't clash
6 tasks
aaneja
reviewed
May 15, 2025
| <dep.druid.version>30.0.1</dep.druid.version> | ||
| <dep.jaxb.version>2.3.1</dep.jaxb.version> | ||
| <dep.hudi.version>0.14.0</dep.hudi.version> | ||
| <dep.hudi.version>0.15.0</dep.hudi.version> |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Upgrade Hudi version to 0.15.0.
Motivation and Context
Upgrade Hudi version to 0.15.0 for avoiding the cve issues
Impact
Test Plan
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.