spark-instrumented-optimizer/sql/catalyst/src/main
Wenchen Fan 25c2edf6f9 [SPARK-21229][SQL] remove QueryPlan.preCanonicalized
## What changes were proposed in this pull request?

`QueryPlan.preCanonicalized` is only overridden in a few places, and it does introduce an extra concept to `QueryPlan` which may confuse people.

This PR removes it and override `canonicalized` in these places

## How was this patch tested?

existing tests

Author: Wenchen Fan <wenchen@databricks.com>

Closes #18440 from cloud-fan/minor.
2017-06-29 11:21:50 +08:00
..
antlr4/org/apache/spark/sql/catalyst/parser [SPARK-21174][SQL] Validate sampling fraction in logical operator level 2017-06-23 09:27:35 +08:00
java/org/apache/spark/sql [MINOR][BUILD] Fix Java linter errors 2017-06-19 20:17:54 +01:00
scala/org/apache/spark/sql [SPARK-21229][SQL] remove QueryPlan.preCanonicalized 2017-06-29 11:21:50 +08:00