snuyanzin commented on code in PR #25200: URL: https://github.com/apache/flink/pull/25200#discussion_r1721961659
########## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/ShowProceduresOperation.java: ########## @@ -65,7 +65,7 @@ protected Collection<String> retrieveDataForTableResult(Context ctx) { if (preposition == null) { // it's to show current_catalog.current_database return catalogManager - .getCatalogOrError(catalogManager.getCurrentCatalog()) + .getCatalogOrThrowException(catalogManager.getCurrentCatalog()) Review Comment: updated, now there is no `getCurrentCatalog`/`getCurrentDatabase` calls in operations -- 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