aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4
Commit message (Expand)AuthorAgeFilesLines
* more wipescapeJakob Odersky2016-10-201-5/+2
* wipJakob Odersky2016-10-191-1/+6
* [SPARK-17328][SQL] Fix NPE with EXPLAIN DESCRIBE TABLEDongjoon Hyun2016-10-051-1/+1
* [SPARK-17258][SQL] Parse scientific decimal literals as decimalsHerman van Hovell2016-10-041-6/+1
* [SPARK-17753][SQL] Allow a complex expression as the input a value based case...Herman van Hovell2016-10-031-6/+6
* [SPARK-17073][SQL] generate column-level statisticsZhenhua Wang2016-10-031-1/+1
* [SPARK-17590][SQL] Analyze CTE definitions at once and allow CTE subquery to ...Liang-Chi Hsieh2016-09-211-1/+1
* [SPARK-17364][SQL] Antlr lexer wrongly treats full qualified identifier as a ...Sean Zhong2016-09-151-8/+36
* [SPARK-10747][SQL] Support NULLS FIRST|LAST clause in ORDER BYXin Wu2016-09-141-2/+5
* [SPARK-17296][SQL] Simplify parser join processing.Herman van Hovell2016-09-071-5/+6
* [SPARK-17298][SQL] Require explicit CROSS join for cartesian productsSrinath Shankar2016-09-031-1/+2
* [SPARK-17246][SQL] Add BigDecimal literalHerman van Hovell2016-08-261-0/+6
* [SPARK-17069] Expose spark.range() as table-valued function in SQLEric Liang2016-08-181-0/+1
* [SPARK-17013][SQL] Parse negative numeric literalspetermaxlee2016-08-111-7/+7
* [SPARK-10601][SQL] Support `MINUS` set operatorDongjoon Hyun2016-08-101-2/+3
* [SPARK-16905] SQL DDL: MSCK REPAIR TABLEDavies Liu2016-08-091-2/+4
* [SPARK-16836][SQL] Add support for CURRENT_DATE/CURRENT_TIMESTAMP literalsHerman van Hovell2016-08-021-1/+4
* [SPARK-16530][SQL][TRIVIAL] Wrong Parser Keyword in ALTER TABLE CHANGE COLUMNgatorsmile2016-07-141-1/+1
* [SPARK-14839][SQL] Support for other types for `tableProperty` rule in SQL sy...hyukjinkwon2016-07-061-1/+8
* [SPARK-16220][SQL] Add scope to show functionsHerman van Hovell2016-06-271-1/+2
* [SPARK-15706][SQL] Fix Wrong Answer when using IF NOT EXISTS in INSERT OVERWR...gatorsmile2016-06-161-1/+1
* [SPARK-15862][SQL] Better Error Message When Having Database Name in CACHE TA...gatorsmile2016-06-161-2/+2
* [SPARK-15678] Add support to REFRESH data source pathsSameer Agarwal2016-06-101-0/+1
* [SPARK-15789][SQL] Allow reserved keywords in most placesHerman van Hovell2016-06-071-15/+15
* [SPARK-15674][SQL] Deprecates "CREATE TEMPORARY TABLE USING...", uses "CREAT ...Sean Zhong2016-06-071-0/+3
* [SPARK-15534][SPARK-15535][SQL] Truncate table fixesAndrew Or2016-05-251-2/+1
* [SPARK-15431][SQL] Support LIST FILE(s)|JAR(s) command nativelyXin Wu2016-05-231-2/+3
* [SPARK-15279][SQL] Catch conflicting SerDe when creating tableAndrew Or2016-05-231-2/+2
* [SPARK-15330][SQL] Implement Reset Commandgatorsmile2016-05-211-1/+3
* [SPARK-14346] SHOW CREATE TABLE for data source tablesCheng Lian2016-05-111-1/+4
* [SPARK-15215][SQL] Fix Explain Parsing and Outputgatorsmile2016-05-101-6/+1
* [SPARK-6339][SQL] Supports CREATE TEMPORARY VIEW tableIdentifier AS querySean Zhong2016-05-041-1/+1
* [SPARK-14414][SQL] Make DDL exceptions more consistentAndrew Or2016-05-031-18/+8
* [SPARK-15056][SQL] Parse Unsupported Sampling Syntax and Issue Better Exceptionsgatorsmile2016-05-031-1/+6
* [SPARK-15047][SQL] Cleanup SQL ParserHerman van Hovell2016-05-021-30/+5
* [SPARK-14991][SQL] Remove HiveNativeCommandReynold Xin2016-04-281-1/+0
* [SPARK-14954] [SQL] Add PARTITION BY and BUCKET BY clause for data source CTA...Cheng Lian2016-04-271-1/+3
* [SPARK-14130][SQL] Throw exceptions for ALTER TABLE ADD/REPLACE/CHANGE COLUMN...Yin Huai2016-04-271-7/+6
* [SPARK-14445][SQL] Support native execution of SHOW COLUMNS and SHOW PARTITIONSDilip Biswal2016-04-271-1/+3
* [SPARK-14910][SQL] Native DDL Command Support for Describe Function in Non-id...gatorsmile2016-04-261-1/+17
* [SPARK-14548][SQL] Support not greater than and not less than operator in Spa...jliwork2016-04-241-2/+2
* [SPARK-14691][SQL] Simplify and Unify Error Generation for Unsupported Alter ...gatorsmile2016-04-241-15/+13
* [SPARK-14762] [SQL] TPCDS Q90 fails to parseHerman van Hovell2016-04-221-3/+4
* [SPARK-14609][SQL] Native support for LOAD DATA DDL commandLiang-Chi Hsieh2016-04-221-2/+6
* [SPARK-14398][SQL] Audit non-reserved keyword list in ANTLR4 parserbomeng2016-04-191-0/+1
* [SPARK-14592][SQL] Native support for CREATE TABLE LIKE DDL commandLiang-Chi Hsieh2016-04-141-4/+3
* [SPARK-14388][SQL] Implement CREATE TABLEAndrew Or2016-04-131-2/+1
* [SPARK-14132][SPARK-14133][SQL] Alter table partition DDLsAndrew Or2016-04-111-2/+4
* [SPARK-14362][SPARK-14406][SQL] DDL Native Support: Drop View and Drop Tablegatorsmile2016-04-091-1/+1
* [SPARK-12610][SQL] Left Anti JoinHerman van Hovell2016-04-061-0/+2