Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Nov 8, 2024
1 parent 543c10f commit 653ae0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/meta/src/rpc/ddl_controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ impl DdlCommand {
| DdlCommand::CreateView(_)
| DdlCommand::CreateConnection(_)
| DdlCommand::CommentOn(_)
| DdlCommand::CreateSecret(_) => true,
| DdlCommand::CreateSecret(_)
| DdlCommand::AlterSwapRename(_) => true,
DdlCommand::CreateStreamingJob(_, _, _, _)
| DdlCommand::CreateSourceWithoutStreamingJob(_)
| DdlCommand::ReplaceTable(_)
Expand Down

0 comments on commit 653ae0a

Please sign in to comment.