zhangjun0x01 commented on a change in pull request #2217: URL: https://github.com/apache/iceberg/pull/2217#discussion_r579575076
########## File path: flink/src/test/java/org/apache/iceberg/flink/source/TestFlinkScan.java ########## @@ -346,7 +346,7 @@ public void testPartitionTypes() throws Exception { assertRecords(run(), records, typesSchema); } - static void assertRecords(List<Row> results, List<Record> expectedRecords, Schema schema) { + public static void assertRecords(List<Row> results, List<Record> expectedRecords, Schema schema) { Review comment: yes, I move it to `SimpleDataUtil`,this method can be used for the assertion of unsorted list,I have encountered similar needs in other PR ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org