RussellSpitzer commented on code in PR #11947:
URL: https://github.com/apache/iceberg/pull/11947#discussion_r1915509758


##########
core/src/test/java/org/apache/iceberg/TestSnapshotJson.java:
##########
@@ -61,8 +68,15 @@ public void testJsonConversionWithoutSchemaId() throws 
IOException {
     String manifestList = createManifestListWithManifestFiles(snapshotId, 
parentId);
 
     Snapshot expected =
-        new BaseSnapshot(
-            0, snapshotId, parentId, System.currentTimeMillis(), null, null, 
null, manifestList);
+        MetadataTestUtils.buildTestSnapshot()

Review Comment:
   Similar note on reducing setters 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

Reply via email to