[
https://issues.apache.org/jira/browse/FLINK-5694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15847582#comment-15847582
]
ASF GitHub Bot commented on FLINK-5694:
---------------------------------------
GitHub user greghogan opened a pull request:
https://github.com/apache/flink/pull/3245
[FLINK-5694] [gelly] Collect DataSetAnalytic
Adds a DataSetAnalytic that accumulates elements and returns elements using
a List. This mirrors the implementation of DataSet.collect() but using the
analytic execution workflow.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/greghogan/flink 5694_collect_datasetanalytic
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3245.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 #3245
----
commit 4665443019a5ae1fc7fd5f193141cf466d5234b2
Author: Greg Hogan <[email protected]>
Date: 2017-01-31T17:20:14Z
[FLINK-5694] [gelly] Collect DataSetAnalytic
Adds a DataSetAnalytic that accumulates elements and returns elements
using a List. This mirrors the implementation of DataSet.collect() but
using the analytic execution workflow.
----
> Collect DataSetAnalytic
> -----------------------
>
> Key: FLINK-5694
> URL: https://issues.apache.org/jira/browse/FLINK-5694
> Project: Flink
> Issue Type: Sub-task
> Components: Gelly
> Affects Versions: 1.3.0
> Reporter: Greg Hogan
> Assignee: Greg Hogan
> Priority: Minor
>
> In the same form as Gelly's Count DataSetAnalytic.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)