dramaticlly commented on code in PR #9813: URL: https://github.com/apache/iceberg/pull/9813#discussion_r1504603964
########## flink/v1.16/flink/src/test/java/org/apache/iceberg/flink/source/TestFlinkMetaDataTable.java: ########## @@ -285,7 +284,7 @@ public void testUnPartitionedTable() throws IOException { List<String> deleteColumns = deleteFilesTableSchema.columns().stream() .map(Types.NestedField::name) - .filter(c -> !c.equals(MetricsUtil.READABLE_METRICS)) + .filter(c -> !MetadataTableUtils.DERIVED_FIELDS.contains(c)) Review Comment: I think this flink test change is needed to pass build. Because we add a new data sequence number as schema change in baseFilesTable, we are excluding here. -- 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