JingsongLi commented on code in PR #3981:
URL: https://github.com/apache/paimon/pull/3981#discussion_r1721174805
##########
paimon-core/src/main/java/org/apache/paimon/catalog/Catalog.java:
##########
@@ -84,10 +85,23 @@ default Optional<MetastoreClient.Factory>
metastoreClientFactory(Identifier iden
/**
* Get the names of all databases in this catalog.
*
- * @return a list of the names of all databases
+ * @return a list of the names of user databases
*/
List<String> listDatabases();
Review Comment:
Thanks @ulysses-you
We should implement `listDatabases` in `AbstractCatalog`.
--
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]