Github user aljoscha commented on a diff in the pull request:
https://github.com/apache/flink/pull/4225#discussion_r124998338
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/query/QueryableStateClient.java
---
@@ -157,10 +168,16 @@ public QueryableStateClient(
this.lookupService = lookupService;
this.kvStateClient = networkClient;
this.executionContext = actorSystem.dispatcher();
+ this.executionConfig = new ExecutionConfig();
this.lookupService.start();
}
+ /** Gets the {@link ExecutionConfig} object. */
--- End diff --
I think we should also allow a setter, so that users can set the
`ExecutionConfig` from a `DataStream`. Also, to be in line with `DataStream` we
should call this `getExecutionConfig()`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---