GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/6127
[FLINK-9368][py][tests] Add Python API E2E test
## What is the purpose of the change
This PR adds en end-to-end test for the batch Python API. It uses the
built-in wordcount example.
With this test we now cover the `pyflink.sh` scripts, related `flink-dist`
assemblies and the correctness outside of maven.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 9368
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6127.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 #6127
----
commit a5684cd10274313c21ae9a7bb3e4941bf00ce2d8
Author: zentol <chesnay@...>
Date: 2018-05-15T12:24:51Z
[FLINK-9368][py][tests] Add Python API E2E test
----
---