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


##########
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:
   Your concern is valid. If this requirement doesn't come from the user, I 
suggest we don't return the sys db. I checked that Iceberg also doesn't return 
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]

Reply via email to