ajantha-bhat commented on code in PR #8673: URL: https://github.com/apache/iceberg/pull/8673#discussion_r1341493424
########## api/src/main/java/org/apache/iceberg/ManifestFile.java: ########## @@ -49,7 +49,7 @@ public interface ManifestFile { Types.LongType.get(), "Lowest sequence number in the manifest"); Types.NestedField SNAPSHOT_ID = - optional( + required( Review Comment: > It just works Was it a v1 table? But anyways, as @nastra said, we need to support both v1 and v2. Optional seems to be correct Or we should have different classes for v1 and v2. -- 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