abhishekbafna commented on code in PR #15733: URL: https://github.com/apache/pinot/pull/15733#discussion_r2079663078
########## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java: ########## @@ -1637,6 +1637,12 @@ public Schema getSchemaForTableConfig(TableConfig tableConfig) { return ZKMetadataProvider.getTableSchema(_propertyStore, tableConfig); } + public List<String> getAllSchemaNames() { Review Comment: The `getSchemaNames` return only the schema from the default database and not others. -- 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...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org