You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether the overwrite is not supported
insert overwrite table default.test select * from default.test2;
throw net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "default" "DEFAULT" at line 1, column 24.
The text was updated successfully, but these errors were encountered:
This syntax is far away from any SQL Standard (what RDBMS is this please?)
You will need to provide or sponsor an implementation if you want to see it supported.
szx1
changed the title
[BUG] JSQLParser Version : RDBMS : failing feature description
[BUG] JSQLParser Version : 4.6 hive overwrite
Aug 17, 2023
This syntax is far away from any SQL Standard (what RDBMS is this please?) You will need to provide or sponsor an implementation if you want to see it supported.
Sorry,My question has the wrong title
Now I corrected it.
Whether the
overwrite
is not supportedinsert overwrite table default.test select * from default.test2;
throw net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "default" "DEFAULT" at line 1, column 24.
The text was updated successfully, but these errors were encountered: