This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 894aa48743 [fix](Nereids) remove PARTITIONS from non-reserved list (#24110) 894aa48743 is described below commit 894aa4874333a730fcc2e921551ee0e8d3bb924e 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 f64ed80bc0..2608573337 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 @@ -789,7 +789,6 @@ nonReserved | OPTIMIZED | PARAMETER | PARSED - | PARTITIONS | PASSWORD | PASSWORD_EXPIRE | PASSWORD_HISTORY --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org