bugfix: add impala insert round brackets
This commit is contained in:
parent
3b4b7bdf83
commit
4b7fd37a72
@ -3,3 +3,4 @@ node_modules
|
|||||||
package-lock.json
|
package-lock.json
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.git
|
.git
|
||||||
|
src/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dt-sql-parser",
|
"name": "dt-sql-parser",
|
||||||
"version": "2.0.7",
|
"version": "2.0.9",
|
||||||
"description": "sql,hive,parser ",
|
"description": "sql,hive,parser ",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"hive",
|
"hive",
|
||||||
|
@ -382,7 +382,7 @@ ImpalaInsertOrUpsertStatement_EDIT
|
|||||||
|
|
||||||
ImpalaInsertOrUpsertStatementWithoutCTE
|
ImpalaInsertOrUpsertStatementWithoutCTE
|
||||||
: ImpalaInsertOrUpsertLeftPart OptionalImpalaShuffleOrNoShuffle SelectStatement OptionalUnions
|
: ImpalaInsertOrUpsertLeftPart OptionalImpalaShuffleOrNoShuffle SelectStatement OptionalUnions
|
||||||
| ImpalaInsertOrUpsertLeftPart 'VALUES' ImpalaRowValuesLists
|
| ImpalaInsertOrUpsertLeftPart 'VALUES' '(' ImpalaRowValuesLists ')'
|
||||||
;
|
;
|
||||||
|
|
||||||
ImpalaInsertOrUpsertStatementWithoutCTE_EDIT
|
ImpalaInsertOrUpsertStatementWithoutCTE_EDIT
|
||||||
@ -400,8 +400,8 @@ ImpalaInsertOrUpsertStatementWithoutCTE_EDIT
|
|||||||
| ImpalaInsertOrUpsertLeftPart_EDIT OptionalImpalaShuffleOrNoShuffle SelectStatement OptionalUnions
|
| ImpalaInsertOrUpsertLeftPart_EDIT OptionalImpalaShuffleOrNoShuffle SelectStatement OptionalUnions
|
||||||
| ImpalaInsertOrUpsertLeftPart OptionalImpalaShuffleOrNoShuffle SelectStatement_EDIT OptionalUnions
|
| ImpalaInsertOrUpsertLeftPart OptionalImpalaShuffleOrNoShuffle SelectStatement_EDIT OptionalUnions
|
||||||
| ImpalaInsertOrUpsertLeftPart OptionalImpalaShuffleOrNoShuffle SelectStatement OptionalUnions_EDIT
|
| ImpalaInsertOrUpsertLeftPart OptionalImpalaShuffleOrNoShuffle SelectStatement OptionalUnions_EDIT
|
||||||
| ImpalaInsertOrUpsertLeftPart_EDIT 'VALUES' ImpalaRowValuesLists
|
| ImpalaInsertOrUpsertLeftPart_EDIT 'VALUES' '(' ImpalaRowValuesLists ')'
|
||||||
| ImpalaInsertOrUpsertLeftPart 'VALUES' ImpalaRowValuesLists_EDIT
|
| ImpalaInsertOrUpsertLeftPart 'VALUES' '(' ImpalaRowValuesLists_EDIT ')'
|
||||||
;
|
;
|
||||||
|
|
||||||
ImpalaInsertOrUpsertLeftPart
|
ImpalaInsertOrUpsertLeftPart
|
||||||
|
Loading…
Reference in New Issue
Block a user