TisonKun commented on a change in pull request #10313: [FLINK-14840] Use
Executor interface in SQL cli
URL: https://github.com/apache/flink/pull/10313#discussion_r350559045
##########
File path:
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/local/ExecutionContext.java
##########
@@ -119,7 +123,6 @@
private final Map<String, TableSink<?>> tableSinks;
private final Map<String, UserDefinedFunction> functions;
private final Configuration flinkConfig;
- private final Configuration executorConfig;
private final ClusterClientFactory<ClusterID> clusterClientFactory;
private final ExecutionConfigAccessor executionParameters;
Review comment:
It seems so. If so, we can remove `createExecutionParameterProvider` also.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services