rdblue commented on code in PR #4741:
URL: https://github.com/apache/iceberg/pull/4741#discussion_r895212082
##########
core/src/test/java/org/apache/iceberg/TestMetadataUpdateParser.java:
##########
@@ -325,7 +325,7 @@ public void testAddSnapshotToJson() {
Snapshot snapshot = new BaseSnapshot(null, snapshotId, parentId,
System.currentTimeMillis(),
DataOperations.REPLACE, ImmutableMap.of("files-added", "4",
"files-deleted", "100"),
- schemaId, manifests);
+ schemaId, manifests, null);
Review Comment:
Rather than making so many changes to add `null` to tests, can you add a
package-private constructor that defaults this?
--
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]