Skip to content
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 column insertion for mysql-jdbc #8015

Open
3 tasks done
jw-itq opened this issue Nov 11, 2024 · 0 comments · May be fixed by #8017
Open
3 tasks done

[Improve][Connector-V2] Support schema evolution column insertion for mysql-jdbc #8015

jw-itq opened this issue Nov 11, 2024 · 0 comments · May be fixed by #8017

Comments

@jw-itq
Copy link
Contributor

jw-itq commented Nov 11, 2024

Search before asking

  • I had searched in the feature and found no similar feature requirement.

Description

Currently, schema evolution supports adding columns for mysql-jdbc but does not support inserting a column after a specific field. I would like it to support this feature

Usage Scenario

ALTER TABLE test.user ADD COLUMN test9 varchar(255) NULL AFTER id

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@jw-itq jw-itq changed the title [Improve][Connector-V2] Support schema evolution column insertion for mysql-cdc and mysql-jdbc [Improve][Connector-V2] Support schema evolution column insertion for mysql-jdbc Nov 11, 2024
jw-itq added a commit to jw-itq/seatunnel that referenced this issue Nov 11, 2024
Hisoka-X pushed a commit to jw-itq/seatunnel that referenced this issue Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant