aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/resources/sql-tests
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17246][SQL] Add BigDecimal literalHerman van Hovell2016-08-262-1/+29
* [SPARK-16991][SPARK-17099][SPARK-17120][SQL] Fix Outer Join Elimination when ...gatorsmile2016-08-252-0/+108
* [SPARK-17098][SQL] Fix `NullPropagation` optimizer to handle `COUNT(NULL) OVE...Dongjoon Hyun2016-08-212-0/+47
* [SPARK-17158][SQL] Change error message for out of range numeric literalsSrinath Shankar2016-08-191-3/+3
* [SPARK-17149][SQL] array.sql for testing array related functionspetermaxlee2016-08-192-0/+230
* [SPARK-16994][SQL] Whitelist operators for predicate pushdownReynold Xin2016-08-192-1/+12
* [SPARK-16947][SQL] Support type coercion and foldable expression for inline t...petermaxlee2016-08-192-0/+193
* [SPARK-17117][SQL] 1 / NULL should not fail analysispetermaxlee2016-08-182-20/+76
* [SPARK-17069] Expose spark.range() as table-valued function in SQLEric Liang2016-08-182-0/+107
* [SPARK-17034][SQL] adds expression UnresolvedOrdinal to represent the ordinal...Sean Zhong2016-08-162-6/+28
* [SPARK-16771][SQL] WITH clause should not fall into infinite loop.Dongjoon Hyun2016-08-122-0/+71
* [SPARK-17013][SQL] Parse negative numeric literalspetermaxlee2016-08-112-44/+26
* [SPARK-17018][SQL] literals.sql for testing literal parsingpetermaxlee2016-08-114-58/+466
* [SPARK-17015][SQL] group-by/order-by ordinal and arithmetic testspetermaxlee2016-08-116-0/+601
* [SPARK-17011][SQL] Support testing exceptions in SQLQueryTestSuitepetermaxlee2016-08-107-12/+126
* [SPARK-17008][SPARK-17009][SQL] Normalization and isolation in SQLQueryTestSu...petermaxlee2016-08-106-0/+153
* [SPARK-16866][SQL] Infrastructure for file-based SQL end-to-end testspetermaxlee2016-08-103-0/+51