yuxiqian commented on code in PR #3528: URL: https://github.com/apache/flink-cdc/pull/3528#discussion_r1712538462
########## flink-cdc-runtime/src/main/java/org/apache/flink/cdc/runtime/parser/TransformParser.java: ########## @@ -498,29 +498,15 @@ private static SqlSelect parseProjectionExpression(String projection) { return parseSelect(statement.toString()); } - private static List<Column> copyFillMetadataColumn( - String transformStatement, List<Column> columns) { + private static List<Column> copyFillMetadataColumn(List<Column> columns) { + // Add metaColumn for SQLValidater.validate Review Comment: ```suggestion // Add metaColumn for SQLValidator.validate ``` -- 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