imay commented on a change in pull request #1323: This commit has brought
contribution to streaming mini load
URL: https://github.com/apache/incubator-doris/pull/1323#discussion_r294585836
##########
File path: be/src/olap/utils.h
##########
@@ -153,6 +153,36 @@ OLAPStatus split_string(const std::string& base,
return OLAP_SUCCESS;
}
+template <typename T>
+OLAPStatus split_string_to_map(const std::string& base, const T
element_separator,
Review comment:
why do you put it in src/olap? put it in src/util
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]