apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
8.06k stars 1.83k forks source link

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

Closed jw-itq closed 5 days ago

jw-itq commented 1 week ago

Search before asking

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?

Code of Conduct