[
https://issues.apache.org/jira/browse/FLINK-6570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031105#comment-16031105
]
ASF GitHub Bot commented on FLINK-6570:
---------------------------------------
GitHub user NicoK opened a pull request:
https://github.com/apache/flink/pull/4028
[FLINK-6570] update queryable state documentation
* adapt a left-over `QueryableStateClient client = new
QueryableStateClient(config);`
* remove use of `TestingUtils` as it is only available to Flink tests
please also apply to the `master` branch
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/NicoK/flink flink-6570
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4028.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4028
----
commit 6225888bb7b54bcc1af843086815efc1c046e010
Author: Nico Kruber <[email protected]>
Date: 2017-05-31T12:53:26Z
[FLINK-6570] update queryable state documentation
* adapt a left-over "QueryableStateClient client = new
QueryableStateClient(config);"
* remove use of TestingUtils as it is only available to Flink tests
----
> QueryableStateClient constructor in documentation doesn't match actual
> signature
> --------------------------------------------------------------------------------
>
> Key: FLINK-6570
> URL: https://issues.apache.org/jira/browse/FLINK-6570
> Project: Flink
> Issue Type: Sub-task
> Components: Documentation, Queryable State
> Reporter: Robert Metzger
> Fix For: 1.3.0
>
>
> The queryable state documentation states to use the following ctor
> {code}
> QueryableStateClient client = new QueryableStateClient(config);
> {code}
> However, this ctor doesn't exist anymore (since 1.3)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)