-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[cdc] Use CdcSourceRecord as source type instead of raw String #2783
Conversation
13ae750
to
72b36be
Compare
@yuzelin Could you help to review it? |
Thanks for contributing! We are planning to cut release 0.7.0 branch today (Jan. 25). Since this PR is refactor, I will review later. |
72b36be
to
f52aaa5
Compare
eae2a49
to
0884d62
Compare
0884d62
to
23e2549
Compare
I have optimized a version, and next I want to implement records that receive generic structures, but this is very difficult to modify. |
...flink/paimon-flink-cdc/src/main/java/org/apache/paimon/flink/action/cdc/CdcSourceRecord.java
Outdated
Show resolved
Hide resolved
...k/paimon-flink-cdc/src/main/java/org/apache/paimon/flink/action/cdc/format/RecordParser.java
Show resolved
Hide resolved
...k/paimon-flink-cdc/src/main/java/org/apache/paimon/flink/action/cdc/format/RecordParser.java
Show resolved
Hide resolved
Thanks @harveyyue and sorry for my late response. Thanks @zhuangchong for resolving the conflicts and tests! |
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.
+1
Purpose
Refactor the cdc source record, it will help to implement more data formats.
Tests
API and Format
Documentation