zhangjun0x01 commented on a change in pull request #2217: URL: https://github.com/apache/iceberg/pull/2217#discussion_r580718707
########## 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 , Could you give me some cases in the Hive module? Let me see if we can move them to data or core module ---------------------------------------------------------------- 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