JackDrogon commented on code in PR #26943: URL: https://github.com/apache/doris/pull/26943#discussion_r1395260197
########## fe/fe-core/src/main/java/org/apache/doris/backup/BackupHandler.java: ########## @@ -408,6 +408,10 @@ private void backup(Repository repository, Database db, BackupStmt stmt) throws private void restore(Repository repository, Database db, RestoreStmt stmt) throws DdlException { BackupJobInfo jobInfo; if (stmt.isLocal()) { + if (stmt.getJobInfo() == null) { Review Comment: check this in Restore analyze, maybe u need to mark from sql or thrift in RestoreStmt -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org