RussellSpitzer commented on code in PR #12672: URL: https://github.com/apache/iceberg/pull/12672#discussion_r2047774446
########## spark/v3.4/spark/src/test/java/org/apache/iceberg/spark/data/TestHelpers.java: ########## @@ -887,11 +887,14 @@ public static void asMetadataRecord(GenericData.Record file) { file.put(3, 0); // specId } + // suppress the readable metrics and first-row-id that are not in manifest files Review Comment: ```suggestion // Suppress the readable metrics and first-row-id fields that are not in manifest files ``` -- 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