-
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
[Improve][Connector-V2] Support schema evolution for mysql-cdc and mysql-jdbc #6929
Conversation
...atunnel-connector-v2-e2e/connector-cdc-mysql-e2e/src/test/resources/mysqlcdc_to_console.conf
Outdated
Show resolved
Hide resolved
subtask of #4672 |
...est/java/org/apache/seatunnel/connectors/seatunnel/cdc/mysql/MysqlCDCWithSchemaChangeIT.java
Outdated
Show resolved
Hide resolved
...est/java/org/apache/seatunnel/connectors/seatunnel/cdc/mysql/MysqlCDCWithSchemaChangeIT.java
Show resolved
Hide resolved
中文: |
...ava/org/apache/seatunnel/connectors/seatunnel/cdc/mysql/config/MySqlSourceConfigFactory.java
Show resolved
Hide resolved
.../main/java/org/apache/seatunnel/connectors/cdc/base/schema/AbstractSchemaChangeResolver.java
Outdated
Show resolved
Hide resolved
seatunnel-connectors-v2/connector-cdc/connector-cdc-mysql/pom.xml
Outdated
Show resolved
Hide resolved
...apache/seatunnel/connectors/seatunnel/cdc/mysql/source/parser/CustomMySqlAntlrDdlParser.java
Show resolved
Hide resolved
e7930b0
to
920f3d7
Compare
.../main/java/org/apache/seatunnel/connectors/cdc/base/schema/AbstractSchemaChangeResolver.java
Show resolved
Hide resolved
a4b7280
to
dc9cbed
Compare
.../main/java/org/apache/seatunnel/connectors/cdc/base/schema/AbstractSchemaChangeResolver.java
Show resolved
Hide resolved
Has it already been completed? |
seatunnel-api/src/main/java/org/apache/seatunnel/api/table/event/AlterTableColumnEvent.java
Outdated
Show resolved
Hide resolved
ok |
...c/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/internal/dialect/JdbcDialect.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/apache/seatunnel/connectors/seatunnel/cdc/mysql/utils/MySqlTypeUtils.java
Show resolved
Hide resolved
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
cc @EricJoy2048 @Hisoka-X
…sql-jdbc (apache#6929) try to fix milvus e2e
Hi @dailai , could you add some doc? I found users even not know this feature so that can not use it at now. |
OK |
Purpose of this pull request
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note
.