aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/resources/sql-tests/results
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19650] Commands should not trigger a Spark jobHerman van Hovell2017-02-244-6/+6
* [SPARK-18871][SQL][TESTS] New test cases for IN/NOT IN subquery 3rd batchKevin Yu2017-02-163-0/+748
* [SPARK-18871][SQL][TESTS] New test cases for IN/NOT IN subquery 4th batchKevin Yu2017-02-153-0/+1188
* [SPARK-18872][SQL][TESTS] New test cases for EXISTS subquery (Joins + CTE)Dilip Biswal2017-02-152-0/+563
* [SPARK-18873][SQL][TEST] New test cases for scalar subquery (part 2 of 2) - s...Nattavut Sutyanyong2017-02-152-46/+430
* [SPARK-18871][SQL][TESTS] New test cases for IN/NOT IN subquery 2nd batchKevin Yu2017-02-154-59/+625
* [SPARK-18872][SQL][TESTS] New test cases for EXISTS subquery (Aggregate, Havi...Dilip Biswal2017-02-093-0/+558
* [SPARK-18873][SQL][TEST] New test cases for scalar subquery (part 1 of 2) - s...Nattavut Sutyanyong2017-02-071-0/+198
* [SPARK-18609][SPARK-18841][SQL] Fix redundant Alias removal in the optimizerHerman van Hovell2017-02-072-4/+115
* [SPARK-18872][SQL][TESTS] New test cases for EXISTS subqueryDilip Biswal2017-01-292-0/+370
* [SPARK-18863][SQL] Output non-aggregate expressions without GROUP BY in a sub...Nattavut Sutyanyong2017-01-251-0/+66
* [SPARK-19017][SQL] NOT IN subquery with more than one column may return incor...Nattavut Sutyanyong2017-01-241-0/+59
* [SPARK-19229][SQL] Disallow Creating Hive Source Tables when Hive Support is ...gatorsmile2017-01-224-7/+7
* [SPARK-19178][SQL] convert string of large numbers to int should return nullWenchen Fan2017-01-121-0/+178
* [SPARK-18969][SQL] Support grouping by nondeterministic expressionsWenchen Fan2017-01-121-3/+7
* [SPARK-18871][SQL] New test cases for IN/NOT IN subqueryKevin Yu2017-01-052-0/+533
* [SPARK-17910][SQL] Allow users to update the comment of a columnjiangxingbo2016-12-151-0/+306
* [SPARK-18814][SQL] CheckAnalysis rejects TPCDS query 32Nattavut Sutyanyong2016-12-141-0/+46
* [SPARK-17932][SQL][FOLLOWUP] Change statement `SHOW TABLES EXTENDED` to `SHOW...jiangxingbo2016-12-131-6/+8
* [SPARK-17932][SQL] Support SHOW TABLES EXTENDED LIKE 'identifier_with_wildcar...jiangxingbo2016-11-301-0/+187
* [SPARK-18622][SQL] Fix the datatype of the Sum aggregate functionHerman van Hovell2016-11-301-0/+80
* [SPARK-18614][SQL] Incorrect predicate pushdown from ExistenceJoinNattavut Sutyanyong2016-11-291-1/+12
* [SPARK-18597][SQL] Do not push-down join conditions to the right side of a LE...Herman van Hovell2016-11-281-0/+29
* [SPARK-18300][SQL] Do not apply foldable propagation with expand as a child.Herman van Hovell2016-11-151-1/+9
* [SPARK-18430][SQL] Fixed Exception Messages when Hitting an Invocation Except...gatorsmile2016-11-141-0/+20
* [SPARK-17854][SQL] rand/randn allows null/long as input seedhyukjinkwon2016-11-061-0/+84
* [SPARK-17849][SQL] Fix NPE problem when using grouping setswangyang2016-11-051-0/+42
* [SPARK-18214][SQL] Simplify RuntimeReplaceable type coercionReynold Xin2016-11-022-1/+128
* [SPARK-16839][SQL] Simplify Struct creation code patheyal farago2016-11-021-1/+1
* [SPARK-18148][SQL] Misleading Error Message for Aggregation Without Window/Gr...jiangxingbo2016-11-011-17/+99
* Revert "[SPARK-16839][SQL] redundant aliases after cleanupAliases"Herman van Hovell2016-11-011-2/+2
* [SPARK-16839][SQL] redundant aliases after cleanupAliaseseyal farago2016-11-011-2/+2
* [SPARK-18094][SQL][TESTS] Move group analytics test cases from `SQLQuerySuite...jiangxingbo2016-10-261-2/+245
* [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