-
Notifications
You must be signed in to change notification settings - Fork 54
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
DL support: Support for ALTER TABLE DROP COLUMN #38
Comments
|
Based on this bug https://issues.redhat.com/browse/DBZ-3249, should try to change the schema registry compatibility rules. |
Steps:
SQL:
Sink Connector:
Schema registry:
2) ALTER TABLE drop column
**Sink Connector: ** ** Schema Registry: **
Sink Connector:
Schema Registry:
SQL:
Schema Registry:
5) Insert new column SQL:
Sink Connector:
Schema Registry:
6) Update column SQL:
Schema registry
Sink Connector:
7) Drop column SQL:
8) Insert new row SQL:
Sink Connector:
Schema Registry: 9) ALTER Table Modify column SQL:
Schema Registry crashes:
11) TRUNCATE TABLE: Sink connector does not receive an event.
|
Added feature request in Debezium to create ALTER events |
When MySQL table coluns are dopped using ALTER TABLE, that change needs to be replicated in ClickHouse, sink connector needs to perform ALTER TABLE DROP COLUMN to drop column
The text was updated successfully, but these errors were encountered: