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

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


The following commit(s) were added to refs/heads/rel/1.1 by this push:
     new 73b6a728dab fix (#10541)
73b6a728dab is described below

commit 73b6a728dabaa317411c326e7f6d6fccbff4a655
Author: Liao Lanyu <[email protected]>
AuthorDate: Thu Jul 13 16:25:03 2023 +0800

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

diff --git 
a/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IdentifierParser.g4 
b/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IdentifierParser.g4
index 1f90e05b1c4..ae2c293b785 100644
--- a/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IdentifierParser.g4
+++ b/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IdentifierParser.g4
@@ -72,6 +72,8 @@ keyWords
     | DATABASES
     | DATANODEID
     | DATANODES
+    | DATA_REPLICATION_FACTOR
+    | DATA_REGION_GROUP_NUM
     | DEACTIVATE
     | DEBUG
     | DELETE
@@ -174,6 +176,8 @@ keyWords
     | ROLE
     | RUNNING
     | SCHEMA
+    | SCHEMA_REPLICATION_FACTOR
+    | SCHEMA_REGION_GROUP_NUM
     | SELECT
     | SERIESSLOTID
     | SESSION
@@ -198,6 +202,7 @@ keyWords
     | TIMEOUT
     | TIMESERIES
     | TIMEPARTITION
+    | TIME_PARTITION_INTERVAL
     | TIMESLOTID
     | TO
     | TOLERANCE

Reply via email to