yuzelin commented on code in PR #20401: URL: https://github.com/apache/flink/pull/20401#discussion_r938508495
########## flink-table/flink-sql-gateway-api/src/main/java/org/apache/flink/table/gateway/api/SqlGatewayService.java: ########## @@ -198,4 +198,15 @@ ResultSet fetchResults( * @return names of the registered catalogs. */ Set<String> listCatalogs(SessionHandle sessionHandle) throws SqlGatewayException; + + /** + * Return all available schemas' name matching {@param databaseNamePattern} in the given Review Comment: Fixed. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org