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

jackietien 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 2667d547ac5 Add SKIP as reserved key word
2667d547ac5 is described below

commit 2667d547ac53945025b213d47aa7d4f9bf0fc302
Author: Caideyipi <[email protected]>
AuthorDate: Wed Sep 18 11:21:19 2024 +0800

    Add SKIP as reserved key word
---
 .../antlr4/org/apache/iotdb/db/relational/grammar/sql/RelationalSql.g4   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/iotdb-core/relational-grammar/src/main/antlr4/org/apache/iotdb/db/relational/grammar/sql/RelationalSql.g4
 
b/iotdb-core/relational-grammar/src/main/antlr4/org/apache/iotdb/db/relational/grammar/sql/RelationalSql.g4
index c029d4d3ce3..8866fd6c65c 100644
--- 
a/iotdb-core/relational-grammar/src/main/antlr4/org/apache/iotdb/db/relational/grammar/sql/RelationalSql.g4
+++ 
b/iotdb-core/relational-grammar/src/main/antlr4/org/apache/iotdb/db/relational/grammar/sql/RelationalSql.g4
@@ -1015,6 +1015,7 @@ SESSION: 'SESSION';
 SET: 'SET';
 SETS: 'SETS';
 SHOW: 'SHOW';
+SKIP_TOKEN: 'SKIP';
 SOME: 'SOME';
 START: 'START';
 STATS: 'STATS';

Reply via email to