JSqlParser icon indicating copy to clipboard operation
JSqlParser copied to clipboard

[BUG] JSQLParser Version : 4.6 hive overwrite

Open szx1 opened this issue 2 years ago • 2 comments

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.

szx1 avatar Aug 11 '23 08:08 szx1

Greetings.

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.

manticore-projects avatar Aug 17 '23 01:08 manticore-projects

Greetings.

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.

szx1 avatar Aug 17 '23 04:08 szx1