spark-instrumented-optimizer/sql/hive-thriftserver/src
Reynold Xin d7d0cad0ad [SPARK-14855][SQL] Add "Exec" suffix to physical operators
## What changes were proposed in this pull request?
This patch adds "Exec" suffix to all physical operators. Before this patch, Spark's physical operators and logical operators are named the same (e.g. Project could be logical.Project or execution.Project), which caused small issues in code review and bigger issues in code refactoring.

## How was this patch tested?
N/A

Author: Reynold Xin <rxin@databricks.com>

Closes #12617 from rxin/exec-node.
2016-04-22 17:43:56 -07:00
..
main/scala/org/apache [SPARK-14826][SQL] Remove HiveQueryExecution 2016-04-22 01:31:13 -07:00
test [SPARK-14855][SQL] Add "Exec" suffix to physical operators 2016-04-22 17:43:56 -07:00