yiguolei commented on code in PR #21205:
URL: https://github.com/apache/doris/pull/21205#discussion_r1244603596
##########
fe/fe-core/src/main/java/org/apache/doris/qe/DdlExecutor.java:
##########
@@ -230,8 +229,6 @@ public static void execute(Env env, DdlStmt ddlStmt) throws
Exception {
env.getBackupHandler().createRepository((CreateRepositoryStmt)
ddlStmt);
} else if (ddlStmt instanceof DropRepositoryStmt) {
env.getBackupHandler().dropRepository((DropRepositoryStmt)
ddlStmt);
- } else if (ddlStmt instanceof SyncStmt) {
- return;
Review Comment:
why remove this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]