theoryxu commented on code in PR #5733:
URL: https://github.com/apache/gravitino/pull/5733#discussion_r1872465929


##########
authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerHadoopSQLMetadataObject.java:
##########
@@ -35,7 +35,9 @@ public enum Type implements AuthorizationMetadataObject.Type {
     /** A table is mapped the table of relational data sources like Apache 
Hive, MySQL, etc. */
     TABLE(MetadataObject.Type.TABLE),
     /** A column is a sub-collection of the table that represents a group of 
same type data. */
-    COLUMN(MetadataObject.Type.COLUMN);
+    COLUMN(MetadataObject.Type.COLUMN),
+    /** A path is mapped the path of storages like HDFS, S3 etc. */
+    PATH(MetadataObject.Type.FILESET);

Review Comment:
   removed



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