junmuz commented on code in PR #4137:
URL: https://github.com/apache/flink-cdc/pull/4137#discussion_r2405940247
##########
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:
Sure, I can do that. I was curious around the schema evolution side of
things if there are any workflows from where primary key might get added
accidentally.
--
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]