-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[HUDI-5642] Enable schema reconciliation by default #7776
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
Conversation
|
@codope I think we should create a JIRA issue for it. |
|
The test failures are due to SchemaCompatibiltyException. One thing to note is that for an incoming schema with compatible projection of the latest table schema, the table schema is chosen but it may lose any data type promotion. See Lines 566 to 574 in 3979848
|
|
@codope please help me understand why this is critical priority? |
this was planned to be done in one of the prev releases but there are some issues. I've lowered the priority for now, but we should take it up for 0.14.0. Updated the fix version on JIRA appropriately. |
That's cool, but we are not expecting to introduce any schema data type related regressions. |
yihua
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This config is deprecated after #9743, so closing this stale PR.
Change Logs
Enable schema reconciliation by default as commit should go through with the wider schema in case of conflict.
Impact
Schema will be reconciled by default.
Risk level (write none, low medium or high below)
low
Documentation Update
Describe any necessary documentation update if there is any new feature, config, or user-facing change
ticket number here and follow the instruction to make
changes to the website.
Contributor's checklist