This is an automated email from the ASF dual-hosted git repository.

spricoder pushed a commit to branch refactor/fix_auth_anltr
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/refactor/fix_auth_anltr by 
this push:
     new 93d2e302b30 Fix antlr
93d2e302b30 is described below

commit 93d2e302b3059155546eb6ee309dad8f7a6aa260
Author: spricoder <[email protected]>
AuthorDate: Thu Jul 13 13:10:03 2023 +0800

    Fix antlr
---
 .../src/main/antlr4/org/apache/iotdb/db/qp/sql/IdentifierParser.g4   | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/iotdb-core/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IdentifierParser.g4
 
b/iotdb-core/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IdentifierParser.g4
index c9e5a54a8e3..03fc0d4703f 100644
--- 
a/iotdb-core/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IdentifierParser.g4
+++ 
b/iotdb-core/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IdentifierParser.g4
@@ -70,6 +70,8 @@ keyWords
     | CQS
     | CREATE
     | DATA
+    | DATA_REPLICATION_FACTOR
+    | DATA_REGION_GROUP_NUM
     | DATABASE
     | DATABASES
     | DATANODEID
@@ -182,6 +184,8 @@ keyWords
     | ROUND
     | RUNNING
     | SCHEMA
+    | SCHEMA_REPLICATION_FACTOR
+    | SCHEMA_REGION_GROUP_NUM
     | SELECT
     | SERIESSLOTID
     | SESSION
@@ -206,6 +210,7 @@ keyWords
     | TEMPLATE
     | THEN
     | THROTTLE
+    | TIME_PARTITION_INTERVAL
     | TIMEOUT
     | TIMESERIES
     | TIMEPARTITION

Reply via email to