gavin9402 commented on code in PR #8179:
URL: https://github.com/apache/paimon/pull/8179#discussion_r3386667725
##########
paimon-core/src/main/java/org/apache/paimon/catalog/DelegateCatalog.java:
##########
@@ -364,6 +366,35 @@ public void alterFunction(
wrapped.alterFunction(identifier, changes, ignoreIfNotExists);
}
+ @Override
+ public List<String> listResources(String databaseName) throws
DatabaseNotExistException {
Review Comment:
Thank you for your careful review. I have added the corresponding pagination
methods.
In fact, I was following the design of the function API, where this seems to
have been considered only for use in the REST catalog.
--
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]