zhangjun0x01 commented on a change in pull request #2217: URL: https://github.com/apache/iceberg/pull/2217#discussion_r581565779
########## 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: @pvary I search the spark code ,[ It does have a similar required](https://github.com/apache/iceberg/blob/master/spark/src/test/java/org/apache/iceberg/spark/source/TestIcebergSourceTablesBase.java#L512), but I think we should extract the function in a new PR later ,what do you think? ---------------------------------------------------------------- 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