This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from b9858971262 [regression](test) adjust max_failure_num to 50 (#39420) add 83be799fb6d [opt](Nereids) add switch / unset / kill / desc statement syntax (#39359) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisLexer.g4 | 2 + .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 50 ++++++++++++---- .../org/apache/doris/analysis/DescribeStmt.java | 2 +- .../java/org/apache/doris/analysis/KillStmt.java | 2 +- .../java/org/apache/doris/analysis/SwitchStmt.java | 2 +- .../analysis/UnsetDefaultStorageVaultStmt.java | 2 +- .../apache/doris/analysis/UnsetVariableStmt.java | 2 +- .../doris/nereids/parser/NereidsParserTest.java | 66 +++++++++++++++++++++- 8 files changed, 111 insertions(+), 17 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org