This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 11899db173c3e1d11413ea9ca566f6514c0e1b8e Author: morrySnow <101034200+morrys...@users.noreply.github.com> AuthorDate: Fri Sep 8 20:47:07 2023 +0800 [fix](Nereids) remove PARTITIONS from non-reserved list (#24110) according to PR #24053, it removed partitions from non-reserved list in legacy planner's parser. For consistency, remove it from Nereids' parser too. --- fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4 | 1 - 1 file changed, 1 deletion(-) diff --git a/fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4 b/fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4 index 884ab3ceff..5ac0185ad1 100644 --- a/fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4 +++ b/fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4 @@ -653,7 +653,6 @@ nonReserved | PARSED | PARTITION | PARTITIONED - | PARTITIONS | PERCENTILE_CONT | PERCENTLIT | PERMISSIVE --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org