yuxiqian commented on code in PR #3660: URL: https://github.com/apache/flink-cdc/pull/3660#discussion_r1811970085
########## flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mongodb-cdc/src/test/java/org/apache/flink/cdc/connectors/mongodb/source/NewlyAddedTableITCase.java: ########## @@ -798,7 +798,7 @@ private void testNewlyAddedCollectionOneByOne( fetchedDataList.addAll(expectedSnapshotDataThisRound); waitForUpsertSinkSize("sink", fetchedDataList.size()); MongoDBAssertUtils.assertEqualsInAnyOrder( - fetchedDataList, TestValuesTableFactory.getResults("sink")); + fetchedDataList, TestValuesTableFactory.getRawResultsAsStrings("sink")); Review Comment: `getResults` => `getResultsAsStrings` and `getRawResults` => `getRawResultsAsStrings`? This issue also presents in many other places. -- 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