zy-kkk commented on code in PR #32350: URL: https://github.com/apache/doris/pull/32350#discussion_r1529611796
########## fe/fe-core/src/main/java/org/apache/doris/datasource/jdbc/client/JdbcClient.java: ########## @@ -221,7 +221,7 @@ public List<String> getDatabaseNameList() { Statement stmt = null; ResultSet rs = null; if (isOnlySpecifiedDatabase && includeDatabaseMap.isEmpty() && excludeDatabaseMap.isEmpty()) { - return getSpecifiedDatabase(conn); + return filterDatabaseNames(getSpecifiedDatabase(conn)); Review Comment: You should also apply this modification where you override getDatabaseNameList() -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org