Skip to content

Commit

Permalink
[fix](mtmv)fix can not show create mtmv use follower fe (#38794) (#39162
Browse files Browse the repository at this point in the history
)

pick: #38794
  • Loading branch information
zddr authored Aug 10, 2024
1 parent 29ad364 commit df45398
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit df45398

Please sign in to comment.