aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/main/antlr4
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-14383][SQL] missing "|" in the g4 filebomeng2016-04-061-1/+1
* [SPARK-14349][SQL] Issue Error Messages for Unsupported Operators/DML/DDL in ...gatorsmile2016-04-051-7/+7
* [SPARK-14348][SQL] Support native execution of SHOW TBLPROPERTIES commandDilip Biswal2016-04-051-0/+2
* [SPARK-14341][SQL] Throw exception on unsupported create / drop macro ddlbomeng2016-04-031-0/+3
* [SPARK-14251][SQL] Add SQL command for printing out generated code for debuggingDongjoon Hyun2016-04-011-2/+3
* [SPARK-14133][SQL] Throws exception for unsupported create/drop/alter index ,...sureshthalamati2016-04-011-2/+10
* [SPARK-14184][SQL] Support native execution of SHOW DATABASE command and fix ...Dilip Biswal2016-04-011-2/+4
* [SPARK-14182][SQL] Parse DDL Command: Alter Viewgatorsmile2016-03-311-12/+8
* [SPARK-14211][SQL] Remove ANTLR3 based parserHerman van Hovell2016-03-311-3/+5
* [SPARK-14213][SQL] Migrate HiveQl parsing to ANTLR4 parserHerman van Hovell2016-03-281-2/+32
* [SPARK-13713][SQL] Migrate parser from ANTLR3 to ANTLR4Herman van Hovell2016-03-281-0/+911