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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org