xiaoyuyao commented on a change in pull request #875: HDDS-1608. Support Ozone Prefix ACLs in OM metadata table. Contribute… URL: https://github.com/apache/hadoop/pull/875#discussion_r289118458
########## File path: hadoop-ozone/common/src/test/java/org/apache/hadoop/ozone/om/codec/TestOmPrefixInfoCodec.java ########## @@ -0,0 +1,81 @@ +package org.apache.hadoop.ozone.om.codec; + +import org.apache.hadoop.ozone.OzoneAcl; +import org.apache.hadoop.ozone.om.helpers.OmPrefixInfo; +import org.apache.hadoop.ozone.security.acl.IAccessAuthorizer.ACLIdentityType; +import org.apache.hadoop.ozone.security.acl.IAccessAuthorizer.ACLType; + Review comment: Thanks @bharatviswa504 for the review. Push a new commit adding the license header for the test. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
