This is an automated email from the ASF dual-hosted git repository. JackieTien97 pushed a commit to branch rc/2.0.10 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 4055beb798ff1342f5246b488f1a0e0ade9ff946 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
