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: [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]

Reply via email to