rameeshm commented on code in PR #932:
URL: https://github.com/apache/ranger/pull/932#discussion_r3193493454
##########
security-admin/src/main/java/org/apache/ranger/biz/GdsDBStore.java:
##########
@@ -719,6 +719,27 @@ public RangerSharedResource
updateSharedResource(RangerSharedResource resource)
return ret;
}
+ @Override
+ public void updateSharedResources(List<Long> sharedResourceIds) {
Review Comment:
@mneethiraj yes I missed the update part! I have corrected it. I have update
the API to send List<RangerSharedResource> now to do bulk update.
--
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]