rdblue commented on a change in pull request #2275:
URL: https://github.com/apache/iceberg/pull/2275#discussion_r642706885



##########
File path: core/src/test/java/org/apache/iceberg/TableTestBase.java
##########
@@ -308,6 +308,8 @@ void validateSnapshot(Snapshot old, Snapshot snap, Long 
sequenceNumber, DataFile
     }
 
     Assert.assertFalse("Should find all files in the manifest", 
newPaths.hasNext());
+
+    Assert.assertEquals("Schema ID should match", 
Integer.valueOf(table.schema().schemaId()), snap.schemaId());

Review comment:
       Nit: should this just cast to `Integer` like the test case below?




-- 
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]

Reply via email to