aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/resources/sql-tests/results
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-18045][SQL][TESTS] Move `HiveDataFrameAnalyticsSuite` to package `sql`jiangxingbo2016-10-231-0/+87
* [SPARK-17860][SQL] SHOW COLUMN's database conflict check should respect case ...Dilip Biswal2016-10-201-0/+217
* [SPARK-17989][SQL] Check ascendingOrder type in sort_array function rather th...hyukjinkwon2016-10-191-3/+18
* [SPARK-17328][SQL] Fix NPE with EXPLAIN DESCRIBE TABLEDongjoon Hyun2016-10-051-14/+44
* [SPARK-17258][SQL] Parse scientific decimal literals as decimalsHerman van Hovell2016-10-042-9/+17
* [SPARK-17612][SQL] Support `DESCRIBE table PARTITION` SQL syntaxDongjoon Hyun2016-09-291-0/+90
* [SPARK-17551][SQL] Add DataFrame API for null orderingxin wu2016-09-251-0/+0
* [SPARK-17114][SQL] Fix aggregates grouped by literals with empty inputHerman van Hovell2016-09-151-0/+51
* [SPARK-10747][SQL] Support NULLS FIRST|LAST clause in ORDER BYXin Wu2016-09-141-0/+254
* [SPARK-17298][SQL] Require explicit CROSS join for cartesian productsSrinath Shankar2016-09-033-4/+149
* [SPARK-17263][SQL] Add hexadecimal literal parsingHerman van Hovell2016-09-011-5/+37
* [SPARK-17246][SQL] Add BigDecimal literalHerman van Hovell2016-08-261-1/+23
* [SPARK-16991][SPARK-17099][SPARK-17120][SQL] Fix Outer Join Elimination when ...gatorsmile2016-08-251-0/+72
* [SPARK-17098][SQL] Fix `NullPropagation` optimizer to handle `COUNT(NULL) OVE...Dongjoon Hyun2016-08-211-0/+38
* [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-191-0/+144
* [SPARK-16994][SQL] Whitelist operators for predicate pushdownReynold Xin2016-08-191-1/+9
* [SPARK-16947][SQL] Support type coercion and foldable expression for inline t...petermaxlee2016-08-191-0/+145
* [SPARK-17117][SQL] 1 / NULL should not fail analysispetermaxlee2016-08-181-18/+66
* [SPARK-17069] Expose spark.range() as table-valued function in SQLEric Liang2016-08-181-0/+87
* [SPARK-17034][SQL] adds expression UnresolvedOrdinal to represent the ordinal...Sean Zhong2016-08-161-6/+22
* [SPARK-16771][SQL] WITH clause should not fall into infinite loop.Dongjoon Hyun2016-08-121-0/+57
* [SPARK-17013][SQL] Parse negative numeric literalspetermaxlee2016-08-112-44/+26
* [SPARK-17018][SQL] literals.sql for testing literal parsingpetermaxlee2016-08-112-42/+374
* [SPARK-17015][SQL] group-by/order-by ordinal and arithmetic testspetermaxlee2016-08-113-0/+489
* [SPARK-17011][SQL] Support testing exceptions in SQLQueryTestSuitepetermaxlee2016-08-105-10/+101
* [SPARK-17008][SPARK-17009][SQL] Normalization and isolation in SQLQueryTestSu...petermaxlee2016-08-103-0/+114
* [SPARK-16866][SQL] Infrastructure for file-based SQL end-to-end testspetermaxlee2016-08-101-0/+34