aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20409][SQL] fail early if aggregate function in GROUP BYWenchen Fan2017-04-201-1/+6
* [SPARK-18874][SQL] First phase: Deferring the correlated predicate pull up to...Nattavut Sutyanyong2017-03-141-25/+15
* [SPARK-19893][SQL] should not run DataFrame set oprations with map typeWenchen Fan2017-03-101-3/+22
* [SPARK-19678][SQL] remove MetastoreRelationWenchen Fan2017-02-281-2/+0
* [SPARK-16475][SQL] Broadcast hint for SQL QueriesReynold Xin2017-02-141-0/+4
* [SPARK-19544][SQL] Improve error message when some column types are compatibl...hyukjinkwon2017-02-131-3/+3
* [SPARK-19025][SQL] Remove SQL builder for operatorsjiangxingbo2017-02-091-1/+1
* [SPARK-19080][SQL] simplify data source analysisWenchen Fan2017-02-071-22/+4
* [SPARK-18863][SQL] Output non-aggregate expressions without GROUP BY in a sub...Nattavut Sutyanyong2017-01-251-50/+56
* [SPARK-19229][SQL] Disallow Creating Hive Source Tables when Hive Support is ...gatorsmile2017-01-221-16/+0
* [SPARK-18814][SQL] CheckAnalysis rejects TPCDS query 32Nattavut Sutyanyong2016-12-141-8/+23
* [SPARK-18674][SQL] improve the error message of using joinWenchen Fan2016-12-011-6/+0
* [SPARK-18058][SQL][TRIVIAL] Use dataType.sameResult(...) instead equality on ...Herman van Hovell2016-11-281-1/+1
* [SPARK-18504][SQL] Scalar subquery with extra group by columns returning inco...Nattavut Sutyanyong2016-11-221-6/+24
* [SPARK-18519][SQL] map type can not be used in EqualToWenchen Fan2016-11-221-15/+0
* [SPARK-18124] Observed delay based Event Time WatermarksMichael Armbrust2016-11-141-0/+10
* [SPARK-17348][SQL] Incorrect results from subquery transformationNattavut Sutyanyong2016-11-141-7/+0
* [SPARK-18148][SQL] Misleading Error Message for Aggregation Without Window/Gr...jiangxingbo2016-11-011-0/+12
* [SPARK-18058][SQL] Comparing column types ignoring Nullability in Union and S...CodingCat2016-10-231-1/+2
* [SPARK-17502][SQL] Fix Multiple Bugs in DDL Statements on Temporary Viewsgatorsmile2016-09-201-0/+1
* [SPARK-17068][SQL] Make view-usage visible during analysisHerman van Hovell2016-08-161-2/+2
* [SPARK-16726][SQL] Improve `Union/Intersect/Except` error messages on incompa...Dongjoon Hyun2016-08-011-13/+31
* [SPARK-16355][SPARK-16354][SQL] Fix Bugs When LIMIT/TABLESAMPLE is Non-foldab...gatorsmile2016-07-111-0/+19
* [SPARK-16291][SQL] CheckAnalysis should capture nested aggregate functions th...Cheng Lian2016-06-291-1/+0
* [SPARK-16192][SQL] Add type checks in CollectSetTakeshi YAMAMURO2016-06-241-2/+2
* [SPARK-16030][SQL] Allow specifying static partitions when inserting to data ...Yin Huai2016-06-201-0/+19
* [MINOR] Slightly better error message when attempting to query hive tables w/...Eric Liang2016-05-311-2/+2
* [MINOR] Fix Typos 'a -> an'Zheng RuiFeng2016-05-261-1/+1
* [SPARK-15311][SQL] Disallow DML on Regular Tables when Using In-Memory Cataloggatorsmile2016-05-231-0/+15
* [SPARK-15265][SQL][MINOR] Fix Union query error message indentationDongjoon Hyun2016-05-101-6/+5
* [SPARK-14773] [SPARK-15179] [SQL] Fix SQL building and enable Hive testsHerman van Hovell2016-05-101-3/+8
* [SPARK-14785] [SQL] Support correlated scalar subqueriesHerman van Hovell2016-05-021-4/+38
* [SPARK-14781] [SQL] support nested predicate subqueryDavies Liu2016-05-021-2/+3
* [SPARK-14858] [SQL] Enable subquery pushdownHerman van Hovell2016-04-291-32/+4
* [SPARK-12660][SPARK-14967][SQL] Implement Except Distinct by Left Anti Joingatorsmile2016-04-291-1/+10
* [SPARK-14869][SQL] Don't mask exceptions in ResolveRelationsReynold Xin2016-04-231-1/+1
* [SPARK-14763][SQL] fix subquery resolutionDavies Liu2016-04-221-6/+11
* [SPARK-4226] [SQL] Support IN/EXISTS SubqueriesHerman van Hovell2016-04-191-2/+38
* [SPARK-14362][SPARK-14406][SQL][FOLLOW-UP] DDL Native Support: Drop View and ...gatorsmile2016-04-101-1/+1
* [SPARK-14255][SQL] Streaming AggregationMichael Armbrust2016-04-011-1/+1
* [SPARK-13427][SQL] Support USING clause in JOIN.Dilip Biswal2016-03-171-0/+7
* [SPARK-12799] Simplify various string output for expressionsCheng Lian2016-02-211-13/+13
* [SPARK-12706] [SQL] grouping() and grouping_id()Davies Liu2016-02-101-0/+5
* [SPARK-12656] [SQL] Implement Intersect with Left-semi Joingatorsmile2016-01-291-3/+11
* [SPARK-12616][SQL] Making Logical Operator `Union` Support Arbitrary Number o...gatorsmile2016-01-201-0/+8
* [SPARK-12541] [SQL] support cube/rollup as functionDavies Liu2016-01-041-1/+1
* [SPARK-12564][SQL] Improve missing column AnalysisExceptiongatorsmile2015-12-291-1/+1
* [SPARK-8641][SQL] Native Spark Window functionsHerman van Hovell2015-12-171-10/+29
* [SPARK-11738] [SQL] Making ArrayType orderableYin Huai2015-11-151-25/+7
* [SPARK-9830][SPARK-11641][SQL][FOLLOW-UP] Remove AggregateExpression1 and upd...Yin Huai2015-11-101-20/+38