-
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-5244] Fix bugs in schema evolution client with lost operation field and not found schema #7248
Conversation
…ield and not found schema
LGTM |
"Not found schema for table" -- no it is just java client api bug |
@xiarixiaoyao |
…ration field and not found schema (apache#7248)" This reverts commit 4c21823.
…ield and not found schema (apache#7248) * [HUDI-5244] Fix bugs in schema evolution client with lost operation field and not found schema
…ield and not found schema (apache#7248) * [HUDI-5244] Fix bugs in schema evolution client with lost operation field and not found schema
…ield and not found schema (apache#7248) * [HUDI-5244] Fix bugs in schema evolution client with lost operation field and not found schema
…ield and not found schema (apache#7248) * [HUDI-5244] Fix bugs in schema evolution client with lost operation field and not found schema
…ield and not found schema (apache#7248) * [HUDI-5244] Fix bugs in schema evolution client with lost operation field and not found schema
…ield and not found schema (apache#7248) * [HUDI-5244] Fix bugs in schema evolution client with lost operation field and not found schema
Change Logs
This PR fixes 2 issues in schema evolution client api:
Introduced new test
TestSchemaEvolutionClient
for schema evolution client api.Flink schema evolution #5830 requires these fixes
Impact
Fixed lost operation field in avro schema and not found schema for table
Risk level
Low
Documentation Update
None
Contributor's checklist