FANNG1 commented on code in PR #4096:
URL: https://github.com/apache/gravitino/pull/4096#discussion_r1683929067


##########
flink-connector/src/main/java/org/apache/gravitino/flink/connector/catalog/BaseCatalog.java:
##########
@@ -347,9 +353,9 @@ public List<String> listFunctions(String s) throws 
DatabaseNotExistException, Ca
   }
 
   @Override
-  public CatalogFunction getFunction(ObjectPath objectPath)
+  public CatalogFunction getFunction(ObjectPath tablePath)
       throws FunctionNotExistException, CatalogException {
-    throw new UnsupportedOperationException();

Review Comment:
   `getFunction` `getXXStatistics` seems not related to this PR?



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