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


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new df453989122 [fix](mtmv)fix can not show create mtmv use follower fe 
(#38794) (#39162)
df453989122 is described below

commit df453989122d7e30a49612abe4207d6012c7e15c
Author: zhangdong <493738...@qq.com>
AuthorDate: Sat Aug 10 18:12:01 2024 +0800

    [fix](mtmv)fix can not show create mtmv use follower fe (#38794) (#39162)
    
    pick: https://github.com/apache/doris/pull/38794
---
 .../doris/nereids/trees/plans/commands/ShowCreateMTMVCommand.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/ShowCreateMTMVCommand.java
 
b/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowCreateMTMVCommand.java
index eb244be7afc..50a616231e0 100644
--- 
a/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowCreateMTMVCommand.java
+++ 
b/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowCreateMTMVCommand.java
@@ -28,7 +28,7 @@ import java.util.Objects;
 /**
  * resume mtmv
  */
-public class ShowCreateMTMVCommand extends Command implements ForwardWithSync, 
NotAllowFallback {
+public class ShowCreateMTMVCommand extends Command implements NoForward, 
NotAllowFallback {
     private final ShowCreateMTMVInfo showCreateMTMVInfo;
 
     public ShowCreateMTMVCommand(ShowCreateMTMVInfo showCreateMTMVInfo) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to