nastra commented on code in PR #11354: URL: https://github.com/apache/iceberg/pull/11354#discussion_r1812057643
########## core/src/test/java/org/apache/iceberg/TestSnapshotJson.java: ########## @@ -35,6 +40,58 @@ public class TestSnapshotJson { public TableOperations ops = new LocalTableOperations(temp); + @Test + public void testToJson() throws IOException { Review Comment: ```suggestion public void testToJsonWithoutOperation() throws IOException { ``` -- 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