xy720 commented on code in PR #42872:
URL: https://github.com/apache/doris/pull/42872#discussion_r1874612310
##########
fe/fe-core/src/main/java/org/apache/doris/datasource/InternalCatalog.java:
##########
@@ -880,6 +885,22 @@ public void replayRenameDatabase(String dbName, String
newDbName) {
LOG.info("replay rename database {} to {}", dbName, newDbName);
}
+ public void checkBuckupRunning(Database db, OlapTable olapTable) throws
DdlException {
Review Comment:
```suggestion
public void checkBackupRunning(Database db, OlapTable olapTable) throws
DdlException {
```
--
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]