-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Fix][zeta][Connector-paimon] Fix paimon run from checkpoint bug #8730
base: dev
Are you sure you want to change the base?
Conversation
update close error msg
Please follow the link to open github action on your fork repositoy. https://github.com/apache/seatunnel/pull/8730/checks?check_run_id=37219576667 |
I have checked and passed |
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.
Please update PaimonSaveModeHandler
too. I think we can skip setLoadTable
in PaimonSaveModeHandler
if paimonTable
field value is not null.
Could you add a test case too? |
It has been modified. If it is RECREATE_SCHEMA mode, it needs to be set |
|
This modification will no longer report null pointer errors when running from checkpoint, but the Paimon jar package code will report error " File deletion conflicts detected! Give up committing. so test cases cannot be added. It is estimated that a new version of Paimon jar will solve this problem |
Purpose of this pull request
fix bugs:
#8460
#8070
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note
.