[
https://issues.apache.org/jira/browse/FLINK-7044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16069781#comment-16069781
]
ASF GitHub Bot commented on FLINK-7044:
---------------------------------------
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()`.
> Add methods to the client API that take the stateDescriptor.
> ------------------------------------------------------------
>
> Key: FLINK-7044
> URL: https://issues.apache.org/jira/browse/FLINK-7044
> Project: Flink
> Issue Type: Improvement
> Components: Queryable State
> Affects Versions: 1.3.0, 1.3.1
> Reporter: Kostas Kloudas
> Assignee: Kostas Kloudas
> Fix For: 1.4.0
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)