snuyanzin commented on code in PR #25230: URL: https://github.com/apache/flink/pull/25230#discussion_r1725096632
########## flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/dql/SqlShowCall.java: ########## @@ -30,6 +30,7 @@ import java.util.List; import java.util.Objects; +/** Abstract class for SHOW sql call. */ Review Comment: looks like was missed in prev PR and somehow checkstyle didn't detect it... -- 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