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

Support more comprehensive schema evolution on hudi (cow table) #18557

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shenshengli
Copy link

Reference: apache/hudi#6989
Fix the missing scenario in the link above

@linux-foundation-easycla
Copy link

CLA Missing ID CLA Not Signed

@yzhang1991
Copy link

Hi @pratyakshsharma, can you help review this? Thanks!

Copy link
Contributor

@pratyakshsharma pratyakshsharma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shenshengli Thank you for adding this missing piece. Can we add a test case to depict the fix that this PR does?

}
List<String> requiredColumns = regularColumns.stream().map(hch -> hch.getName()).collect(toList());
if (internalSchemaOption.isPresent()) {
// reading hoodie schema evolution table
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: can change the comment to perform schema evolution on hoodie table.

@rohanpednekar
Copy link
Contributor

@shenshengli Thanks for your contributions, do you think we can address the feedback, we can target this feature for next release.

@rohanpednekar
Copy link
Contributor

@shenshengli Gentle ping :)

@prestoprobot
Copy link

@shenshengli Friendly ping. You have a change request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants