[
https://issues.apache.org/jira/browse/FLINK-6570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16013286#comment-16013286
]
ASF GitHub Bot commented on FLINK-6570:
---------------------------------------
GitHub user gosubpl opened a pull request:
https://github.com/apache/flink/pull/3926
[FLINK-6570] QueryableStateClient docs with matching constructor sign…
Resolves [FLINK-6570] by modifying the example for `QuerableStateClient`
usage by adding the `highAvailabilityServices` argument.
Tested with `querablestatedemo` project.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gosubpl/flink FLINK-6570
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3926.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 #3926
----
commit 789d62dac1ff49e1870573d2e9092ab63f58dbcd
Author: gosubpl <[email protected]>
Date: 2017-05-17T00:03:45Z
[FLINK-6570] QueryableStateClient docs with matching constructor signature
----
> 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: Bug
> Components: Documentation, Queryable State
> Reporter: Robert Metzger
>
> 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)