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

JackieTien97 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 93438bf34ba fix: supply the key word in antlr module (#17789)
93438bf34ba is described below

commit 93438bf34ba3b3095ba17c83ed97264886674fca
Author: alpass163 <[email protected]>
AuthorDate: Fri May 29 11:40:38 2026 +0800

    fix: supply the key word in antlr module (#17789)
---
 .../antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IdentifierParser.g4 | 1 +
 1 file changed, 1 insertion(+)

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 10b2a4cf97f..54d53bab674 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
@@ -55,6 +55,7 @@ keyWords
     | BOUNDARY
     | BY
     | CACHE
+    | CALCULATION
     | CALL
     | CASE
     | CAST

Reply via email to