GOODBOY008 commented on code in PR #3608: URL: https://github.com/apache/flink-cdc/pull/3608#discussion_r1912839955
########## flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/test/java/org/apache/flink/cdc/connectors/mysql/source/assigners/MySqlSnapshotSplitAssignerTest.java: ########## @@ -576,7 +576,7 @@ private List<String> getTestAssignSnapshotSplitsFromCheckpoint(AssignerStatus as RowType splitKeyType = ChunkUtils.getChunkKeyColumnType( - Column.editor().name("id").type("INT").jdbcType(4).create()); + Column.editor().name("id").type("INT").jdbcType(4).create(), true); Review Comment: We need add test about this adjustment. -- 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