snuyanzin commented on code in PR #25230: URL: https://github.com/apache/flink/pull/25230#discussion_r1725135735
########## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/AbstractShowOperation.java: ########## @@ -55,6 +57,18 @@ public AbstractShowOperation( protected abstract String getColumnName(); + public String getCatalogName() { Review Comment: yeh, now I also think we don't need them here removed thanks -- 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