GitHub user phiradet opened a pull request:
https://github.com/apache/flink/pull/4704
[hotfix] [docs] Update function name in DataStream API
Currently, the `javaStream` should be used to get the underlying java
DataStream object -- not `getJavaStream`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/phiradet/flink hotfix-doc-datastream_api
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4704.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 #4704
----
commit b7f9544fe65adbab88ddc2869f8d6a523291e938
Author: Bang, Phiradet <[email protected]>
Date: 2017-09-22T06:35:37Z
To get the underlying java DataStream object, the javaStream should be
used, not getJavaStream
----
---