jerqi commented on code in PR #9787:
URL: https://github.com/apache/gravitino/pull/9787#discussion_r2719431842


##########
api/src/main/java/org/apache/gravitino/Catalog.java:
##########
@@ -246,6 +246,16 @@ default FunctionCatalog asFunctionCatalog() throws 
UnsupportedOperationException
     throw new UnsupportedOperationException("Catalog does not support function 
operations");
   }
 
+  /**
+   * @return the {@link org.apache.gravitino.rel.ViewCatalog} if the catalog 
supports view
+   *     operations.
+   * @throws UnsupportedOperationException if the catalog does not support 
view operations.
+   */
+  default org.apache.gravitino.rel.ViewCatalog asViewCatalog()

Review Comment:
   Could u use `ViewCatalog` instead of `org.apache.gravitino.rel.ViewCatalog`?



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