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

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

commit ca7d34439d303df309e5e71fb7aaa9f60b343095
Author: JackieTien97 <[email protected]>
AuthorDate: Thu May 26 14:50:19 2022 +0800

    change antlr
---
 antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/PathParser.g4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/PathParser.g4 
b/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/PathParser.g4
index 546be58b6e..4c201cbd71 100644
--- a/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/PathParser.g4
+++ b/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/PathParser.g4
@@ -44,6 +44,7 @@ nodeName
     : wildcard
     | wildcard? identifier wildcard?
     | identifier
+    | INTEGER_LITERAL
     ;
 
 wildcard

Reply via email to