-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[Feature][Core] Support cdc task ddl restore for zeta #7463
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
23d99f9 to
9d7d79f
Compare
Hisoka-X
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.
It seem lack test case. Shall we add some?
For example, read updated/deleted column data to unsupported transform/sink, what's will happen?
And read table -> savepoint -> update column -> restore? I think the change will solve the problem of this scenario. But we need test case.
seatunnel-api/src/main/java/org/apache/seatunnel/api/sink/SinkWriter.java
Show resolved
Hide resolved
...api/src/main/java/org/apache/seatunnel/api/table/factory/ChangeStreamTableSourceFactory.java
Show resolved
Hide resolved
seatunnel-api/src/main/java/org/apache/seatunnel/api/sink/SupportSchemaEvolutionSinkWriter.java
Show resolved
Hide resolved
seatunnel-api/src/main/java/org/apache/seatunnel/api/sink/multitablesink/MultiTableSink.java
Show resolved
Hide resolved
Added |
|
@hailin0 hi, I think this part needs a design to help me understand the whole process |
2a26cea to
1bf5812
Compare
550ff5f to
fbb5e10
Compare
fbb5e10 to
262b77b
Compare
262b77b to
32e3bae
Compare
af42692 to
5ae5961
Compare
5ae5961 to
fc72bf6
Compare
e5e63b8 to
125c091
Compare
a806552 to
9c0828a
Compare
...src/main/java/org/apache/seatunnel/connectors/cdc/debezium/ConnectTableChangeSerializer.java
Show resolved
Hide resolved
9c0828a to
7148620
Compare
seatunnel-api/src/main/java/org/apache/seatunnel/api/table/catalog/TableSchema.java
Show resolved
Hide resolved
dailai
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.
LGTM @Hisoka-X
He is great |
Purpose of this pull request
[Improve][CDC] Improve cdc task state restore for zeta
Does this PR introduce any user-facing change?
No
How was this patch tested?
Added
https://github.com/apache/seatunnel/pull/7463/files#diff-56c06c7dde242a3733bec78c1d71f5a32baa3530be2c8f336e28de7e390312a8
Check list
New License Guide
release-note.