WencongLiu commented on code in PR #20622: URL: https://github.com/apache/flink/pull/20622#discussion_r953284454
########## flink-table/flink-sql-gateway/src/main/java/org/apache/flink/table/gateway/rest/header/session/TriggerSessionHeartbeatHeaders.java: ########## @@ -76,4 +76,9 @@ public String getTargetRestEndpointURL() { public static TriggerSessionHeartbeatHeaders getInstance() { return INSTANCE; } + + @Override + public String operationId() { + return "TriggerSession"; Review Comment: Done. -- 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