GitHub user mbalassi opened a pull request:
https://github.com/apache/flink/pull/738
[streaming] Source sync
This builds on #521 and fixes some issues in it:
* The pull request was rebased
* fromCollection and generateSequence and the parallel versions have the
expected behaviour
* Removed old Serializable unnecessary mentions from both the batch and
streaming execution environments.
I consider this an 0.9 blocker.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mbalassi/flink source-sync
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/738.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 #738
----
commit 5bf18af599ec924403a887ba8756a5d94769b692
Author: szape <[email protected]>
Date: 2015-04-16T12:21:16Z
[FLINK-1687] [streaming] [api-extending] Synchronizing streaming source API
to batch source API
Closes #521
commit b570d6dc812de610b3702a5cf4b7fe1fa2a58b26
Author: mbalassi <[email protected]>
Date: 2015-05-23T20:34:06Z
[FLINK-1687] [streaming] [api-breaking] fromCollection and generateSequence
rework
commit 101aa563846a2015d0c84e13d5b57296692e8e60
Author: mbalassi <[email protected]>
Date: 2015-05-24T15:51:21Z
[docs] Removed unnecessary Serializable from ExecutionEnvironment JavaDocs
Also did for StreamExecutionEnvironment
commit c4a38bad2c2e9ac81ecc8ccf873f866cfdf91e95
Author: mbalassi <[email protected]>
Date: 2015-05-27T10:40:33Z
[streaming] [scala] [api-breaking] StreamExecutionEnvironment API update
----
---
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.
---