Skip to content
Snippets Groups Projects
Commit 8900c8d8 authored by Reynold Xin's avatar Reynold Xin
Browse files

[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.

Author: Reynold Xin <rxin@databricks.com>

Closes #13465 from rxin/SPARK-15728.
parent 09b3c56c
No related branches found
No related tags found
No related merge requests found
Showing
with 37 additions and 35 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment