ivandika3 commented on code in PR #6068:
URL: https://github.com/apache/ozone/pull/6068#discussion_r1464553878
##########
hadoop-ozone/interface-storage/src/main/java/org/apache/hadoop/ozone/om/helpers/OmPrefixInfo.java:
##########
@@ -184,7 +184,7 @@ public static OmPrefixInfo
getFromProtobuf(PersistedPrefixInfo prefixInfo) {
.getFromProtobuf(prefixInfo.getMetadataList()));
}
if (prefixInfo.getAclsList() != null) {
- opib.setAcls(OzoneAclStorageUtil.fromProtobuf(prefixInfo.getAclsList()));
+ opib.setAcls(OzoneAclUtil.fromProtobuf(prefixInfo.getAclsList()));
Review Comment:
Yes, both type of prefixes can be read and printed properly.
--
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]