This is an automated email from the ASF dual-hosted git repository. spricoder pushed a commit to branch fix/auth_key in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit a2c4f058595bd37557af495af6da0ca5dd2ef591 Author: spricoder <[email protected]> AuthorDate: Tue Jul 18 18:19:41 2023 +0800 Add READ and WRITE --- .../src/main/antlr4/org/apache/iotdb/db/qp/sql/IdentifierParser.g4 | 2 ++ 1 file changed, 2 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 5a0d9b6f259..95aea43539e 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 @@ -174,6 +174,7 @@ keyWords | QUOTA | RANGE | READONLY + | READ | REGEXP | REGIONID | REGIONS @@ -249,4 +250,5 @@ keyWords | WITH | WITHOUT | WRITABLE + | WRITE ; \ No newline at end of file
