herunkang2018 commented on code in PR #3704: URL: https://github.com/apache/flink-cdc/pull/3704#discussion_r1864688216
########## flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mongodb-cdc/src/test/java/org/apache/flink/cdc/connectors/mongodb/table/MongoDBTableFactoryTest.java: ########## @@ -125,6 +129,9 @@ public class MongoDBTableFactoryTest { private static final boolean SCAN_NEWLY_ADDED_TABLE_ENABLED_DEFAULT = SCAN_NEWLY_ADDED_TABLE_ENABLED.defaultValue(); + private static final AssignStrategy SCAN_CHUNK_ASSIGN_STRATEGY_DEFAULT = Review Comment: Could we add test in MongoDBConnectorITCase for DESCENDING_ORDER AssignStrategy? This can check the result correctness for the new assign strategy. -- 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