amaliujia commented on code in PR #10823:
URL: https://github.com/apache/ozone/pull/10823#discussion_r3635623755
##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/AclListBuilder.java:
##########
@@ -91,6 +91,14 @@ public boolean addAll(@Nullable Collection<OzoneAcl>
newAcls) {
return added;
}
+ /**
+ * Overload accepting List instead of Collection for binary compatibility
+ * with callers compiled against {@code set(List)}.
+ */
+ public boolean set(@Nonnull List<OzoneAcl> acls) {
Review Comment:
I need this change to have the integration tests run locally otherwise for
example a simple CreateBucket request would fail when setting up the cluster.
--
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]