Apache9 commented on a change in pull request #1280: HBASE-23799 Make our core 
coprocessors use shaded protobuf
URL: https://github.com/apache/hbase/pull/1280#discussion_r395121253
 
 

 ##########
 File path: hbase-protocol-shaded/src/main/protobuf/AccessControl.proto
 ##########
 @@ -128,6 +128,15 @@ message HasUserPermissionsResponse {
     repeated bool has_user_permission = 1;
 }
 
+message HasPermissionRequest {
+  required TablePermission table_permission = 1;
+  required bytes user_name = 2;
+}
 
 Review comment:
   Yes. This is only used in CPEP in the past.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to