rdblue commented on a change in pull request #3257:
URL: https://github.com/apache/iceberg/pull/3257#discussion_r725674756
##########
File path: core/src/main/java/org/apache/iceberg/TableMetadata.java
##########
@@ -600,6 +600,16 @@ public TableMetadata addStagedSnapshot(Snapshot snapshot) {
addPreviousFile(file, lastUpdatedMillis));
}
+ public TableMetadata updateForBranchOrTag(Snapshot snapshot, int schemaId,
int specId, int sortOrderId) {
Review comment:
This doesn't look correct to me. What are you trying to do here?
--
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]