Test/hive dml (#155)

* feat: add showIndex parser rule

* test: uncomment show index test cases

* test: add unit tests about DML syntax to HiveSQL

* test: add unit tests about export and import syntax to HiveSQL

* refactor: recompile hive grammar

* test: correct description of HiveSQL unit tests
This commit is contained in:
Hayden
2023-09-06 15:15:04 +08:00
committed by GitHub
parent 6dad62ddf4
commit 885b85e842
31 changed files with 6186 additions and 5874 deletions

View File

@ -346,6 +346,7 @@ showStatement
| KW_SHOW KW_CONF StringLiteral
| KW_SHOW KW_RESOURCE (KW_PLAN rp_name=id_ | KW_PLANS)
| KW_SHOW KW_DATACONNECTORS
| KW_SHOW KW_FORMATTED? ( KW_INDEX | KW_INDEXES ) KW_ON tableName (from_in id_)?
;
showTablesFilterExpr