WencongLiu commented on code in PR #20574: URL: https://github.com/apache/flink/pull/20574#discussion_r947778210
########## flink-table/flink-sql-gateway/pom.xml: ########## @@ -98,6 +98,13 @@ <artifactId>okhttp</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-runtime</artifactId> + <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> Review Comment: Yes. I noticed that some dependencies of SQL gateway have already relied on the test jar of the runtime module. This has been removed. -- 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