North Lin
North Lin
[FLINK-35143][cdc-connector][mysql] Expose newly added tables capture in mysql pipeline connector.
[FLINK-35143][cdc-connector][mysql] Expose newly added tables capture in mysql pipeline connector.
https://issues.apache.org/jira/browse/FLINK-35143
https://issues.apache.org/jira/browse/FLINK-35544
Currently we don‘t support sync comments of table or column, so the pipeline sink cannot obtain them. Users must get the comments from the source, it's a bad experience.
SchemaOperator receives an AddColumnEvent, the default value will be lost when sent downstream. JIRA: [https://issues.apache.org/jira/browse/FLINK-36375](url)
Add `op_type` metadata column for mongodb source connector
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version 25.0.1 ### What's Wrong? Get query plan failed when `where` clause...