-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Feature][Connector-V2] Support iceberg sink #6265
Conversation
7338bc5
to
b2569b4
Compare
73ddcec
to
dafd534
Compare
@hailin0 PTAL |
ca300b8
to
09a85ee
Compare
@hailin0 done |
d50148a
to
c4a7a22
Compare
@hailin0 Can you help me retry CI? |
516b52c
to
10be48f
Compare
https://github.com/sunxiaojian/seatunnel/runs/20929811031 Requires you to trigger actions |
@hailin0 done |
a48ce4b
to
c8a12c3
Compare
5c4b157
to
28f5528
Compare
} | ||
|
||
source { | ||
MySQL-CDC { |
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.
@sunxiaojian
Is it possible to use fake
for testing cdc
https://github.com/apache/seatunnel/blob/dev/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-clickhouse-e2e/src/test/resources/clickhouse_sink_cdc_changelog_case2.conf#L35
https://github.com/apache/seatunnel/blob/dev/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-local-e2e/src/test/resources/text/fake_to_local_file_with_multiple_table.conf
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.
@sunxiaojian Is it possible to use
fake
for testing cdchttps://github.com/apache/seatunnel/blob/dev/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-clickhouse-e2e/src/test/resources/clickhouse_sink_cdc_changelog_case2.conf#L35 https://github.com/apache/seatunnel/blob/dev/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-local-e2e/src/test/resources/text/fake_to_local_file_with_multiple_table.conf
@hailin0 The main purpose of using MySQL CDC is to test the upsert mode, which is closer to the actual scenario
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.
@sunxiaojian Is it possible to use
fake
for testing cdchttps://github.com/apache/seatunnel/blob/dev/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-clickhouse-e2e/src/test/resources/clickhouse_sink_cdc_changelog_case2.conf#L35 https://github.com/apache/seatunnel/blob/dev/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-local-e2e/src/test/resources/text/fake_to_local_file_with_multiple_table.conf
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
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
@sunxiaojian this kind of iceberg sink writing to upsert table will generated a lot of small data files? Has any solution to sovle it ? |
Related issues : #6198
Check list
New License Guide
release-note
.