GitHub user kl0u opened a pull request:
https://github.com/apache/flink/pull/2259
[hotfix] Fixes broken TopSpeedWindowing scala example
The problem was that in the case where no input file was provided, the
`fromCollection()` source was never exiting and the actual program was never
running. The new source is identical to the corresponding java test.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kl0u/flink fix_example
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2259.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 #2259
----
commit f235631596afaefc05c91f91fda05a7e301db661
Author: kl0u <[email protected]>
Date: 2016-07-15T16:20:04Z
[hotfix] Fixes broken TopSpeedWindowing scala example
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---