imay 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_r347833307
########## File path: be/src/olap/options.cpp ########## @@ -47,18 +47,63 @@ OLAPStatus parse_conf_store_paths( return OLAP_ERR_INPUT_PARAMETER_ERROR; } - // parse root path capacity + // parse root path capacity and storage medium + std::string capacity_str, medium_str; Review comment: Can you add some unit test for this code? ---------------------------------------------------------------- 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