kbendick commented on code in PR #4716:
URL: https://github.com/apache/iceberg/pull/4716#discussion_r877518363
##########
core/src/main/java/org/apache/iceberg/MetadataUpdate.java:
##########
@@ -250,6 +251,8 @@ public SetSnapshotRef(String name, Long snapshotId,
SnapshotRefType type, Intege
this.maxRefAgeMs = maxRefAgeMs;
}
+ // TODO - Consider renaming to `refName`, as the JSON is called `ref`.
This also matches the equivalent
+ // UpdateRequirement.
public String name() {
Review Comment:
I did update this to `refName`, as we updated the spec to refer to this
field as `ref-name` instead of simply `name`.
I can revert the changes to the code though.
--
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]