-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[HUDI-7488] The BigQuerySyncTool can't work well when the hudi table schema changed #10829 #10830
[HUDI-7488] The BigQuerySyncTool can't work well when the hudi table schema changed #10829 #10830
Conversation
@steve-xi-awx thanks for the contribution. Could you attach the JIRA ticket number to the title of the PR? |
@yihua I don't create jira ticket. Is it necessary to create a JIRA ticket for this mr ? |
No worries, I have created one for you: https://issues.apache.org/jira/browse/HUDI-7488 |
@danny0405 Thanks, bro. I still have a question. It seems that some checks were not successfully. What should I do next ? |
It looks okay, all the tests passed except the supplement of the description context which is unnecessary. |
@danny0405 Got it, thanks a lot. |
Change Logs
The code is developed by own. It is used to fix the code bug.
When the BigQuery external table with an additional connection id, the changes of schema can't use the ExternalTableDefinition.setSchema()
I change the logic to detect if there is a connection id. And use this code to fix that bug.
Impact
On influence the update BQ schema process.
Risk level (write none, low medium or high below)
low medium
Contributor's checklist