MOBIN-F commented on code in PR #3865: URL: https://github.com/apache/flink-cdc/pull/3865#discussion_r1922975999
########## flink-cdc-common/src/main/java/org/apache/flink/cdc/common/utils/SchemaUtils.java: ########## @@ -452,6 +455,43 @@ public static Schema inferWiderSchema(@Nullable Schema lSchema, Schema rSchema) return lSchema.copy(mergedColumns); } + public static void validateMetaSchemaCompatibility(LinkedHashSet<Schema> schemas) { Review Comment: I have updated the code, could you please help review it again,thanks~ -- 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