aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/resources/sqlgen
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17750][SQL] Fix CREATE VIEW with INTERVAL arithmetic.Dongjoon Hyun2016-10-061-0/+8
* [SPARK-10747][SQL] Support NULLS FIRST|LAST clause in ORDER BYXin Wu2016-09-1428-24/+42
* [SPARK-17298][SQL] Require explicit CROSS join for cartesian productsSrinath Shankar2016-09-031-2/+2
* [SPARK-17194] Use single quotes when generating SQL for string literalsJosh Rosen2016-08-2318-18/+18
* [SPARK-17162] Range does not support SQL generationEric Liang2016-08-222-0/+8
* [SPARK-17150][SQL] Support SQL generation for inline tablespetermaxlee2016-08-201-0/+4
* [SPARK-15232][SQL] Add subquery SQL building tests to LogicalPlanToSQLSuiteDongjoon Hyun2016-07-2714-0/+119
* [SPARK-16621][SQL] Generate stable SQLs in SQLBuilderDongjoon Hyun2016-07-27103-103/+103
* [SPARK-16672][SQL] SQLBuilder should not raise exceptions on EXISTS queriesDongjoon Hyun2016-07-251-0/+4
* [SPARK-16703][SQL] Remove extra whitespace in SQL generation for window funct...Cheng Lian2016-07-254-4/+4
* [SPARK-16590][SQL] Improve LogicalPlanToSQLSuite to check generated SQL directlyDongjoon Hyun2016-07-18102-0/+489