rdblue commented on code in PR #4325: URL: https://github.com/apache/iceberg/pull/4325#discussion_r1129886102
########## data/src/main/java/org/apache/iceberg/data/TableMigrationUtil.java: ########## @@ -80,7 +117,16 @@ public static List<DataFile> listPartition( Configuration conf, MetricsConfig metricsConfig, NameMapping mapping) { - return listPartition(partition, uri, format, spec, conf, metricsConfig, mapping, 1); + return listPartition( + partition, + uri, + format, + spec, + conf, + metricsConfig, + mapping, + 1, + false /* skipOnErrorOrNot */); Review Comment: Comments should be formatted using separate words. -- 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...@iceberg.apache.org 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