This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch improvedAlign
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/improvedAlign by this push:
new ca7d34439d change antlr
ca7d34439d is described below
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