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 79890c1f641 [feature](cloud) introduce copy into (#32759)
add 65fb7d43b7e [feature](Nereids) support set and use statement syntax
only (#33979)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisLexer.g4 | 1 +
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 35 +++++++++++++++++++++-
...edException.java => MustFallbackException.java} | 8 ++---
.../doris/nereids/parser/LogicalPlanBuilder.java | 7 +++++
.../apache/doris/nereids/trees/plans/PlanType.java | 4 ++-
...ropMTMVCommand.java => UnsupportedCommand.java} | 22 ++++++--------
.../trees/plans/visitor/CommandVisitor.java | 5 ++++
.../java/org/apache/doris/qe/StmtExecutor.java | 13 ++++++--
8 files changed, 73 insertions(+), 22 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/exceptions/{NotSupportedException.java
=> MustFallbackException.java} (77%)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/{DropMTMVCommand.java
=> UnsupportedCommand.java} (65%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]