wuchong commented on a change in pull request #15005: URL: https://github.com/apache/flink/pull/15005#discussion_r584428711
########## File path: flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/local/LocalExecutor.java ########## @@ -428,6 +429,13 @@ public ProgramTargetDescriptor executeUpdate(String sessionId, String statement) return executeUpdateInternal(sessionId, context, statement); } + @VisibleForTesting + List<ModuleEntry> listFullModules(String sessionId) throws SqlExecutionException { Review comment: Thanks for the explanation. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org