spark-instrumented-optimizer/sql/catalyst/src/main
Wenchen Fan a1adde5408 [SPARK-24341][SQL][FOLLOWUP] remove duplicated error checking
## What changes were proposed in this pull request?

There are 2 places we check for problematic `InSubquery`: the rule `ResolveSubquery` and `InSubquery.checkInputDataTypes`. We should unify them.

## How was this patch tested?

existing tests

Closes #22563 from cloud-fan/followup.

Authored-by: Wenchen Fan <wenchen@databricks.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
2018-09-27 21:19:25 +08:00
..
antlr4/org/apache/spark/sql/catalyst/parser [SPARK-24966][SQL] Implement precedence rules for set operations. 2018-08-02 22:04:17 -07:00
java/org/apache/spark/sql Revert [SPARK-10399] [SPARK-23879] [SPARK-23762] [SPARK-25317] 2018-09-09 21:25:19 +08:00
scala/org/apache/spark/sql [SPARK-24341][SQL][FOLLOWUP] remove duplicated error checking 2018-09-27 21:19:25 +08:00