This is an automated email from the ASF dual-hosted git repository.
starocean999 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from f863753cae7 [bug](restore) Fix wrong storage policy in show create
stmt after restore (#48158)
add aa5a5337cbf [Feat](Nereids) support alter system modify backend and
modify frontend/backend hostname command (#48202)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 11 ++--
.../apache/doris/analysis/ModifyBackendClause.java | 16 ++++++
.../analysis/ModifyBackendHostNameClause.java | 7 +++
.../analysis/ModifyFrontendHostNameClause.java | 7 +++
.../doris/nereids/parser/LogicalPlanBuilder.java | 27 ++++++++++
.../trees/plans/commands/AlterSystemCommand.java | 8 ++-
.../trees/plans/commands/info/AlterSystemOp.java | 2 +-
.../plans/commands/info/ModifyBackendOp.java} | 39 +++++++-------
.../info/ModifyFrontendOrBackendHostNameOp.java} | 63 ++++++++++++++++++----
9 files changed, 144 insertions(+), 36 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/{analysis/ModifyBackendClause.java =>
nereids/trees/plans/commands/info/ModifyBackendOp.java} (80%)
copy
fe/fe-core/src/main/java/org/apache/doris/{analysis/ModifyNodeHostNameClause.java
=> nereids/trees/plans/commands/info/ModifyFrontendOrBackendHostNameOp.java}
(52%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]