github-actions[bot] commented on code in PR #18009: URL: https://github.com/apache/doris/pull/18009#discussion_r1144432932
########## be/src/olap/task/engine_storage_migration_task.cpp: ########## @@ -262,7 +263,7 @@ Status EngineStorageMigrationTask::_migrate() { if (!res.ok()) { // we should remove the dir directly for avoid disk full of junk data, and it's safe to remove - FileUtils::remove_all(full_path); + io::global_local_filesystem()->delete_directory(full_path)); Review Comment: warning: extraneous ')' before ';' [clang-diagnostic-error] ```suggestion io::global_local_filesystem()->delete_directory(full_path); ``` -- 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