JingsongLi commented on code in PR #3981:
URL: https://github.com/apache/paimon/pull/3981#discussion_r1719913229


##########
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:
   It seems we should modify the implementation of `listDatabases`?
   
   Hi @ulysses-you 
   Could you research whether system database in database systems can be viewed 
with a list database command, such as in MySQL, PostgreSQL, etc.



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