spark git commit: [SPARK-18814][SQL] CheckAnalysis rejects TPCDS query 32

2016-12-14 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/branch-2.1 8ef005931 -> f999312e7 [SPARK-18814][SQL] CheckAnalysis rejects TPCDS query 32 ## What changes were proposed in this pull request? Move the checking of GROUP BY column in correlated scalar subquery from CheckAnalysis to Analysis to fix

spark git commit: [SPARK-18814][SQL] CheckAnalysis rejects TPCDS query 32

2016-12-14 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master 3e307b495 -> cccd64393 [SPARK-18814][SQL] CheckAnalysis rejects TPCDS query 32 ## What changes were proposed in this pull request? Move the checking of GROUP BY column in correlated scalar subquery from CheckAnalysis to Analysis to fix a r