GitHub user rxin opened a pull request:
https://github.com/apache/spark/pull/13465
[SPARK-15728][SQL] Rename aggregate operators: HashAggregate and
SortAggregate
## What changes were proposed in this pull request?
We currently have two physical aggregate operators: TungstenAggregate and
SortBasedAggregate. These names don't make a lot of sense from an end-user
point of view. This patch renames them HashAggregate and SortAggregate.
## How was this patch tested?
Updated test cases.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rxin/spark SPARK-15728
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/13465.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 #13465
----
commit fcd117b80da8764c3e475090d8c135f3b284c8d8
Author: Reynold Xin <[email protected]>
Date: 2016-06-02T07:55:12Z
[SPARK-15728][SQL] Rename aggregate operators: HashAggregate and
SortAggregate
----
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]