[HUDI-9216] Ignore validation of empty databaseName in HoodieTableMetaClient#13033
Merged
yihua merged 3 commits intoapache:masterfrom Mar 27, 2025
Merged
Conversation
Contributor
Author
|
There are test failures looking into them. |
Contributor
Author
|
Azure CI failed with timeout. The flink IT's pass locally and are not related to this change. @yihua Can I push a retry for the failed ones ? |
cc0b0b6 to
8ca830a
Compare
Contributor
I rebased the branch on top of the latest master with CI improvements. |
Collaborator
Contributor
|
Flink IT flakiness is irrelevant. Merging the PR. |
voonhous
pushed a commit
to voonhous/hudi
that referenced
this pull request
Apr 8, 2025
…aClient (apache#13033) (cherry picked from commit fb8d27b)
voonhous
pushed a commit
to voonhous/hudi
that referenced
this pull request
Apr 9, 2025
…aClient (apache#13033) (cherry picked from commit fb8d27b)
voonhous
pushed a commit
to voonhous/hudi
that referenced
this pull request
Apr 15, 2025
…aClient (apache#13033) (cherry picked from commit fb8d27b)
voonhous
pushed a commit
to voonhous/hudi
that referenced
this pull request
Apr 16, 2025
…aClient (apache#13033) (cherry picked from commit fb8d27b)
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.
Change Logs
If user passes a different value of
hoodie.database.namein properties, the validation can be ignored if tableConfig (content in hoodie.properties) contains null/empty string in it. This is primarily for use-cases, where there's an external table created with 0.x, initializing the table using 1.x addshoodie.database.namein hoodie.properties as empty string and the validation keeps failing after that.In the current PR we are removing both - the validation for empty
hoodie.database.nameand not settinghoodie.database.namein tableConfig if it's null or empty.Impact
Low
Risk level (write none, low medium or high below)
Medium
Documentation Update
None.
Contributor's checklist