This is an automated email from the ASF dual-hosted git repository. huajianlan 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 54ae5d4f33e [fix](Nereids) create view should forward to master (#33626) 54ae5d4f33e is described below commit 54ae5d4f33eb9bfd42621e2bc34f833c06e9ffba Author: morrySnow <101034200+morrys...@users.noreply.github.com> AuthorDate: Sun Apr 14 15:45:07 2024 +0800 [fix](Nereids) create view should forward to master (#33626) fix: create view should forward to master --- .../apache/doris/nereids/trees/plans/commands/CreateViewCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/CreateViewCommand.java b/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/CreateViewCommand.java index d78308664b5..25cd171959d 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/CreateViewCommand.java +++ b/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/CreateViewCommand.java @@ -26,7 +26,7 @@ import org.apache.doris.qe.ConnectContext; import org.apache.doris.qe.StmtExecutor; /** CreateViewCommand */ -public class CreateViewCommand extends Command { +public class CreateViewCommand extends Command implements ForwardWithSync { private final CreateViewInfo createViewInfo; public CreateViewCommand(CreateViewInfo createViewInfo) { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org