imay commented on a change in pull request #2089: Change refactor and 
reorganize the file utils 
URL: https://github.com/apache/incubator-doris/pull/2089#discussion_r344158379
 
 

 ##########
 File path: be/src/util/file_utils.cpp
 ##########
 @@ -93,6 +138,35 @@ Status FileUtils::list_files(Env* env, const std::string& 
dir,
     return env->iterate_dir(dir, cb);
 }
 
+Status FileUtils::list_dirs_files(const std::string& path, 
std::set<std::string> *dirs,
+                             std::set<std::string> *files, Env *env) {
 
 Review comment:
   ```suggestion
                                std::set<std::string>* files, Env* env) {
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to