You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2022/11/18 11:32:35 UTC

[iotdb] 05/09: change antlr

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 <ja...@gmail.com>
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