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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]