elkhand commented on code in PR #23383: URL: https://github.com/apache/flink/pull/23383#discussion_r1322162928
########## flink-clients/src/main/java/org/apache/flink/client/program/rest/UrlPrefixDecorator.java: ########## @@ -41,7 +40,7 @@ */ public class UrlPrefixDecorator< R extends RequestBody, P extends ResponseBody, M extends MessageParameters> - implements SqlGatewayMessageHeaders<R, P, M> { Review Comment: `SQLGatewayUrlPrefixDecorator`, the subclass of `UrlPrefixDecorator`, overrides `getSupportedAPIVersions`and does what `SqlGatewayMessageHeaders::getSupportedAPIVersions` was doing. -- 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