aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/resources/sql-tests/inputs
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18961][SQL] Support `SHOW TABLE EXTENDED ... PARTITION` statementjiangxingbo2017-03-141-2/+13
* [SPARK-19850][SQL] Allow the use of aliases in SQL function callsHerman van Hovell2017-03-141-0/+20
* [SPARK-19637][SQL] Add to_json in FunctionRegistryTakeshi Yamamuro2017-03-071-0/+8
* [SPARK-19710][SQL][TESTS] Fix ordering of rows in query resultsPete Robbins2017-03-033-5/+5
* [SPARK-19758][SQL] Resolving timezone aware expressions with time zone when r...Liang-Chi Hsieh2017-03-031-0/+3
* [SPARK-19602][SQL][TESTS] Add tests for qualified column namesSunitha Kambhampati2017-03-023-0/+149
* [SPARK-19766][SQL] Constant alias columns in INNER JOIN should not be folded ...Stan Zhai2017-03-011-0/+17
* [SPARK-18871][SQL][TESTS] New test cases for IN/NOT IN subquery 3rd batchKevin Yu2017-02-163-0/+549
* [SPARK-18871][SQL][TESTS] New test cases for IN/NOT IN subquery 4th batchKevin Yu2017-02-153-0/+926
* [SPARK-18872][SQL][TESTS] New test cases for EXISTS subquery (Joins + CTE)Dilip Biswal2017-02-152-0/+370
* [SPARK-18873][SQL][TEST] New test cases for scalar subquery (part 2 of 2) - s...Nattavut Sutyanyong2017-02-152-20/+271
* [SPARK-18871][SQL][TESTS] New test cases for IN/NOT IN subquery 2nd batchKevin Yu2017-02-154-55/+398
* [SPARK-18872][SQL][TESTS] New test cases for EXISTS subquery (Aggregate, Havi...Dilip Biswal2017-02-093-0/+327
* [SPARK-18873][SQL][TEST] New test cases for scalar subquery (part 1 of 2) - s...Nattavut Sutyanyong2017-02-071-0/+130
* [SPARK-18609][SPARK-18841][SQL] Fix redundant Alias removal in the optimizerHerman van Hovell2017-02-072-0/+31
* [SPARK-18872][SQL][TESTS] New test cases for EXISTS subqueryDilip Biswal2017-01-292-0/+219
* [SPARK-18863][SQL] Output non-aggregate expressions without GROUP BY in a sub...Nattavut Sutyanyong2017-01-251-0/+42
* [SPARK-19017][SQL] NOT IN subquery with more than one column may return incor...Nattavut Sutyanyong2017-01-241-0/+55
* [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/+43
* [SPARK-18871][SQL] New test cases for IN/NOT IN subqueryKevin Yu2017-01-052-0/+351
* [SPARK-17910][SQL] Allow users to update the comment of a columnjiangxingbo2016-12-151-0/+55
* [SPARK-18814][SQL] CheckAnalysis rejects TPCDS query 32Nattavut Sutyanyong2016-12-141-0/+20
* [SPARK-17932][SQL][FOLLOWUP] Change statement `SHOW TABLES EXTENDED` to `SHOW...jiangxingbo2016-12-131-4/+4
* [SPARK-17932][SQL] Support SHOW TABLES EXTENDED LIKE 'identifier_with_wildcar...jiangxingbo2016-11-301-0/+31
* [SPARK-18622][SQL] Fix the datatype of the Sum aggregate functionHerman van Hovell2016-11-301-0/+27
* [SPARK-18614][SQL] Incorrect predicate pushdown from ExistenceJoinNattavut Sutyanyong2016-11-291-1/+6
* [SPARK-18597][SQL] Do not push-down join conditions to the right side of a LE...Herman van Hovell2016-11-281-0/+7
* [SPARK-18300][SQL] Do not apply foldable propagation with expand as a child.Herman van Hovell2016-11-151-0/+3
* [SPARK-18430][SQL] Fixed Exception Messages when Hitting an Invocation Except...gatorsmile2016-11-141-0/+3
* [SPARK-17854][SQL] rand/randn allows null/long as input seedhyukjinkwon2016-11-061-0/+17
* [SPARK-17849][SQL] Fix NPE problem when using grouping setswangyang2016-11-051-0/+17
* [SPARK-18214][SQL] Simplify RuntimeReplaceable type coercionReynold Xin2016-11-021-0/+25
* [SPARK-18148][SQL] Misleading Error Message for Aggregation Without Window/Gr...jiangxingbo2016-11-011-12/+29
* Revert "[SPARK-16839][SQL] redundant aliases after cleanupAliases"Herman van Hovell2016-11-011-1/+1
* [SPARK-16839][SQL] redundant aliases after cleanupAliaseseyal farago2016-11-011-1/+1
* [SPARK-18094][SQL][TESTS] Move group analytics test cases from `SQLQuerySuite...jiangxingbo2016-10-261-1/+45
* [SPARK-18045][SQL][TESTS] Move `HiveDataFrameAnalyticsSuite` to package `sql`jiangxingbo2016-10-231-0/+13
* [SPARK-17860][SQL] SHOW COLUMN's database conflict check should respect case ...Dilip Biswal2016-10-201-0/+58
* [SPARK-17989][SQL] Check ascendingOrder type in sort_array function rather th...hyukjinkwon2016-10-191-0/+6
* [SPARK-17328][SQL] Fix NPE with EXPLAIN DESCRIBE TABLEDongjoon Hyun2016-10-051-0/+4
* [SPARK-17258][SQL] Parse scientific decimal literals as decimalsHerman van Hovell2016-10-041-3/+5
* [SPARK-17612][SQL] Support `DESCRIBE table PARTITION` SQL syntaxDongjoon Hyun2016-09-291-0/+27
* [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/+17
* [SPARK-10747][SQL] Support NULLS FIRST|LAST clause in ORDER BYXin Wu2016-09-141-0/+83
* [SPARK-17298][SQL] Require explicit CROSS join for cartesian productsSrinath Shankar2016-09-033-2/+40
* [SPARK-17263][SQL] Add hexadecimal literal parsingHerman van Hovell2016-09-011-0/+7
* [SPARK-17246][SQL] Add BigDecimal literalHerman van Hovell2016-08-261-0/+6
* [SPARK-16991][SPARK-17099][SPARK-17120][SQL] Fix Outer Join Elimination when ...gatorsmile2016-08-251-0/+36