GitHub user ceedubs opened a pull request:
https://github.com/apache/spark/pull/21971
[SPARK-24947] [Core] aggregateAsync and foldAsync
See the description in the [Jira
ticket](https://issues.apache.org/jira/browse/SPARK-24947).
This contribution is my original work (inspired by similar methods in
the Spark code) and I license this work to Spark under the Apache
License 2.0.
## What changes were proposed in this pull request?
Add `aggregateAsync` and `foldAsync` methods to `AsyncRDDActions`.
## How was this patch tested?
Unit tests (included in PR).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ceedubs/spark async-aggregate
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/21971.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 #21971
----
commit b03434a3595bc3ce5faca7dd2218ef80a71bab0b
Author: Cody Allen <ceedubs@...>
Date: 2018-08-01T15:03:35Z
[SPARK-24947] [Core] aggregateAsync and foldAsync
See the description in the [Jira
ticket](https://issues.apache.org/jira/browse/SPARK-24947).
This contribution is my original work (inspired by similar methods in
the Spark code) and I license this work to Spark under the Apache
License 2.0.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]