brandboat commented on a change in pull request #3515:
URL: https://github.com/apache/iceberg/pull/3515#discussion_r746204727



##########
File path: core/src/test/java/org/apache/iceberg/TestSnapshotManager.java
##########
@@ -250,4 +251,45 @@ public void testCherryPickOverwrite() {
         lastSnapshotId, table.currentSnapshot().snapshotId());
     validateTableFiles(table, FILE_A, FILE_B);
   }
+
+  @Test
+  public void testSchemaAfterAddColumnAndRollbackToCurrentSnapshot() {

Review comment:
       Not sure if there is other suitable place to add these tests.




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

Reply via email to