sodonnel commented on code in PR #6385:
URL: https://github.com/apache/ozone/pull/6385#discussion_r1535303643
##########
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/OzoneKey.java:
##########
@@ -179,6 +207,16 @@ public ReplicationConfig getReplicationConfig() {
return replicationConfig;
}
+ @JsonIgnore
+ public Long getObjectID() {
Review Comment:
I didn't want to change the output displayed by key info command. It can be
argued either way whether they should be displayed or not I think, as they are
kind of internal "not normal client facing things".
--
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]