JSqlParser icon indicating copy to clipboard operation
JSqlParser copied to clipboard

Jsqlparser can support hive or spark sql

Open haha174 opened this issue 4 years ago • 1 comments

INSERT overwrite table t.b partition(p1=1,p2=2,mth_beg_dt) as select * from t.b1 distribute by column1

haha174 avatar Jan 17 '21 09:01 haha174

@haha174 yours is similar to this case https://github.com/JSQLParser/JSqlParser/issues/833

wat1r avatar May 25 '21 06:05 wat1r

Create Table DDL for hive, with STORED AS PARQUET results in

JSQLParserException: Encountered unexpected token: "PARQUET"

jovistruck avatar Mar 25 '23 13:03 jovistruck