You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/02/07 09:02:16 UTC

[GitHub] [incubator-doris] lingbin opened a new issue #2857: Unified file and dir operation tool class

lingbin opened a new issue #2857: Unified file and dir operation tool class
URL: https://github.com/apache/incubator-doris/issues/2857
 
 
   Currently, common file and dir operations (excluding reading and writing data), which are performed in the local file system, such as creating directories and deleting directories, have been repeatedly implemented in multiple places(the implementation methods are slightly different): `FileSystemUtil`, `FileUtil`, `EnvPosix`,  and at the same time there are multiple codes use io lib directly (such as `boost::filesystem`, `stdio`, `io-api`), these need to be unified.
   
   1. Collect all local file operations into the same file, that is, keep only one of `FileUtil` and `FileSystemUtil`;
   2. `EnvPosix` uses `FileUtil` to complete local file and dir operations.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org