rdblue commented on code in PR #4071:
URL: https://github.com/apache/iceberg/pull/4071#discussion_r841884975
##########
core/src/main/java/org/apache/iceberg/TableMetadata.java:
##########
@@ -1140,6 +1197,10 @@ public TableMetadata build() {
);
}
+ public SnapshotRef ref(String ref) {
Review Comment:
I don't think those cases are going to use the builder. I think we should
keep this limited for now. We can always expose more, but it's hard to go the
other way.
--
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]