From df453989122d7e30a49612abe4207d6012c7e15c Mon Sep 17 00:00:00 2001 From: zhangdong <493738387@qq.com> Date: Sat, 10 Aug 2024 18:12:01 +0800 Subject: [PATCH] [fix](mtmv)fix can not show create mtmv use follower fe (#38794) (#39162) pick: https://github.com/apache/doris/pull/38794 --- .../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 eb244be7afca44..50a616231e09a4 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 @@ /** * 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) {