FANNG1 commented on code in PR #4096:
URL: https://github.com/apache/gravitino/pull/4096#discussion_r1686444008
##########
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:
got it
--
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]