[fix](mtmv)fix can not show create mtmv use follower fe (#38794) (#39162)

pick: https://github.com/apache/doris/pull/38794
This commit is contained in:
zhangdong
2024-08-10 18:12:01 +08:00
committed by GitHub
parent 29ad364007
commit df45398912

View File

@ -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) {