lingbin commented on a change in pull request #2235: Support setting properties for storage_root_path URL: https://github.com/apache/incubator-doris/pull/2235#discussion_r347880981
########## File path: be/src/olap/data_dir.cpp ########## @@ -55,12 +55,13 @@ namespace doris { static const char* const kMtabPath = "/etc/mtab"; static const char* const kTestFilePath = "/.testfile"; -DataDir::DataDir(const std::string& path, int64_t capacity_bytes, +DataDir::DataDir(const std::string& path, int64_t capacity_bytes,TStorageMedium::type storage_medium, Review comment: a space after the comma ---------------------------------------------------------------- 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