This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 0e5226e7c34a249a0212d265a8f96cccf05fcacb
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

Reply via email to