rdblue commented on a change in pull request #2275:
URL: https://github.com/apache/iceberg/pull/2275#discussion_r642706331
##########
File path: core/src/test/java/org/apache/iceberg/TestSnapshotJson.java
##########
@@ -126,5 +146,7 @@ public void testJsonConversionWithManifestList() throws
IOException {
expected.allManifests(), snapshot.allManifests());
Assert.assertNull("Operation should be null", snapshot.operation());
Assert.assertNull("Summary should be null", snapshot.summary());
+ Assert.assertEquals("Schema ID should match",
+ expected.schemaId(), snapshot.schemaId());
Review comment:
Nit: could this assertion be on one line?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]