aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-101-1/+2
* [SPARK-20067][SQL] Unify and Clean Up Desc Commands Using Catalog InterfaceXiao Li2017-04-031-8/+11
* [SPARK-20023][SQL] Output table comment for DESC FORMATTEDXiao Li2017-03-221-3/+3
* [SPARK-18961][SQL] Support `SHOW TABLE EXTENDED ... PARTITION` statementjiangxingbo2017-03-141-1/+4
* [SPARK-19602][SQL][TESTS] Add tests for qualified column namesSunitha Kambhampati2017-03-021-3/+3
* [SQL] Duplicate test exception in SQLQueryTestSuite due to meta files(.DS_Sto...Dilip Biswal2017-02-251-3/+7
* [SPARK-18863][SQL] Output non-aggregate expressions without GROUP BY in a sub...Nattavut Sutyanyong2017-01-251-1/+4
* [SPARK-19017][SQL] NOT IN subquery with more than one column may return incor...Nattavut Sutyanyong2017-01-241-1/+6
* [SPARK-18214][SQL] Simplify RuntimeReplaceable type coercionReynold Xin2016-11-021-2/+2
* [SPARK-17970][SQL] store partition spec in metastore for data source tableEric Liang2016-10-271-1/+1
* [SPARK-17860][SQL] SHOW COLUMN's database conflict check should respect case ...Dilip Biswal2016-10-201-0/+1
* [SPARK-17751][SQL] Remove spark.sql.eagerAnalysis and Output the Plan if Exis...gatorsmile2016-10-171-0/+3
* [SPARK-17149][SQL] array.sql for testing array related functionspetermaxlee2016-08-191-0/+10
* [SPARK-17018][SQL] literals.sql for testing literal parsingpetermaxlee2016-08-111-4/+10
* [SPARK-17011][SQL] Support testing exceptions in SQLQueryTestSuitepetermaxlee2016-08-101-6/+35
* [SPARK-17008][SPARK-17009][SQL] Normalization and isolation in SQLQueryTestSu...petermaxlee2016-08-101-3/+27
* [SPARK-16866][SQL] Infrastructure for file-based SQL end-to-end testspetermaxlee2016-08-101-0/+215