lvyanquan opened a new pull request, #3590:
URL: https://github.com/apache/flink-cdc/pull/3590

   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`
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to