zclllyybb commented on code in PR #22694: URL: https://github.com/apache/doris/pull/22694#discussion_r1290450375
########## be/src/vec/io/io_helper.h: ########## @@ -42,7 +42,7 @@ static constexpr size_t DEFAULT_MAX_STRING_SIZE = 1073741824; // 1GB static constexpr size_t DEFAULT_MAX_JSON_SIZE = 1073741824; // 1GB static constexpr auto WRITE_HELPERS_MAX_INT_WIDTH = 40U; -using ZoneList = std::map<std::string, cctz::time_zone>; +using ZoneList = flat_hash_map<std::string, cctz::time_zone>; Review Comment: ok, will fix it -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
