raushanprabhakar1 commented on code in PR #11028:
URL: https://github.com/apache/gravitino/pull/11028#discussion_r3298444665


##########
core/src/main/java/org/apache/gravitino/authorization/AuthorizationUtils.java:
##########
@@ -602,6 +602,10 @@ public static List<String> getMetadataObjectLocation(
         case TOPIC:
           // Topic doesn't have locations now.
           break;
+        case VIEW:
+          // Views are logical metadata objects without a single storage 
location; privilege plugins
+          // operate on metadata only (same idea as TOPIC).
+          break;

Review Comment:
   Removed these changes from the current PR, will raise the new PR to address 
these changes.



-- 
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]

Reply via email to