This is an automated email from the ASF dual-hosted git repository. jackietien pushed a commit to branch ty/explain_format in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit b76978c6dced1f2b724b7b2aa9da2c2907cab0ec Author: JackieTien97 <[email protected]> AuthorDate: Thu Apr 2 16:23:02 2026 +0800 ignore some interp files of antlr in rat check --- iotdb-core/relational-grammar/pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/iotdb-core/relational-grammar/pom.xml b/iotdb-core/relational-grammar/pom.xml index f4fb18bee2c..289972ce30f 100644 --- a/iotdb-core/relational-grammar/pom.xml +++ b/iotdb-core/relational-grammar/pom.xml @@ -96,8 +96,10 @@ <configuration> <consoleOutput>true</consoleOutput> <excludes combine.children="append"> - <exclude>**/SqlLexer.java</exclude> - <exclude>**/SqlLexer.interp</exclude> + <exclude>**/RelationalSqlParser.java</exclude> + <exclude>**/RelationalSqlLexer.java</exclude> + <exclude>**/RelationalSqlLexer.interp</exclude> + <exclude>**/RelationalSql.interp</exclude> </excludes> </configuration> </plugin>
