gavinchou commented on code in PR #31484: URL: https://github.com/apache/doris/pull/31484#discussion_r1508960839
########## be/src/common/config.cpp: ########## @@ -908,6 +908,8 @@ DEFINE_Validator(file_cache_type, [](std::string_view config) -> bool { return config.empty() || config == "file_block_cache"; }); +DEFINE_String(tmp_file_dir, "tmp"); + Review Comment: <img width="993" alt="image" src="https://github.com/apache/doris/assets/6919662/e596b87e-997e-4326-9e33-f179dcdbbed3"> it seems not compatible -- 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org