spark-instrumented-optimizer/sql/catalyst/src
Reynold Xin 2615100055 [SPARK-18973][SQL] Remove SortPartitions and RedistributeData
## What changes were proposed in this pull request?
SortPartitions and RedistributeData logical operators are not actually used and can be removed. Note that we do have a Sort operator (with global flag false) that subsumed SortPartitions.

## How was this patch tested?
Also updated test cases to reflect the removal.

Author: Reynold Xin <rxin@databricks.com>

Closes #16381 from rxin/SPARK-18973.
2016-12-22 19:35:09 +01:00
..
main [SPARK-18973][SQL] Remove SortPartitions and RedistributeData 2016-12-22 19:35:09 +01:00
test [SPARK-18973][SQL] Remove SortPartitions and RedistributeData 2016-12-22 19:35:09 +01:00