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

[FLINK-36178][pipeline-connector/mysql] Parse CREATE TABLE ... LIKE … syntax. #3590

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lvyanquan
Copy link
Contributor

@lvyanquan lvyanquan commented Aug 29, 2024

Support parsing SQL like following and emit new SchemaChangeEvent to downstream.

CREATE TABLE `user_log_copy` LIKE `user_log`

and

CREATE TABLE `user_log_copy` AS SELECT * FROM `user_log`

…...` syntax and create new SchemaChangeEvent for this SQL.
@lvyanquan
Copy link
Contributor Author

The test case failure in OceanBase is unrelated with this pr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant