fsk119 commented on code in PR #21665:
URL: https://github.com/apache/flink/pull/21665#discussion_r1071859452
##########
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/local/LocalExecutor.java:
##########
@@ -75,15 +69,13 @@ public class LocalExecutor implements Executor {
private static final Logger LOG =
LoggerFactory.getLogger(LocalExecutor.class);
// result maintenance
- private final ResultStore resultStore;
Review Comment:
No. After this FLIP finishes, SqlGateway is responsible to store all job
info. BTW, the SQL Client always works in a single thread. The current design
introduces too much complexity.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]