rdblue commented on code in PR #6706: URL: https://github.com/apache/iceberg/pull/6706#discussion_r1098071002
########## core/src/main/java/org/apache/iceberg/TableMetadata.java: ########## @@ -1071,6 +1022,11 @@ public Builder addSortOrder(SortOrder order) { return this; } + public Builder setSnapshotOperations(SnapshotOperations base) { Review Comment: Since this is only used in testing, I think we should make it package-private. -- 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