lvyanquan commented on code in PR #4137:
URL: https://github.com/apache/flink-cdc/pull/4137#discussion_r2404431782
##########
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-mysql/src/main/java/org/apache/flink/cdc/connectors/mysql/source/parser/CustomAlterTableParserListener.java:
##########
@@ -76,11 +77,22 @@ public CustomAlterTableParserListener(
LinkedList<SchemaChangeEvent> changes,
boolean tinyInt1isBit,
boolean isTableIdCaseInsensitive) {
+ this(parser, listeners, changes, tinyInt1isBit,
isTableIdCaseInsensitive, false);
Review Comment:
Perhaps we can make this change in the `MySqlPipelineRecordEmitter` instead
of modifying the `CustomAlterTableParserListener`(since this logic is not
related to parsing).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]