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_r295651085
 
 

 ##########
 File path: be/src/util/string_parser.hpp
 ##########
 @@ -122,6 +123,38 @@ class StringParser {
     static inline __int128 string_to_decimal(const char* s, int len,
            int type_precision, int type_scale, ParseResult* result);
 
+   
+    template <typename T>
+    static Status split_string_to_map(const std::string& base, const T 
element_separator,
+                                   const T key_value_separator, 
+                                                          
std::map<std::string, std::string>* result) {
 
 Review comment:
   seems like there are some tabs. make them to spaces

----------------------------------------------------------------
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]

Reply via email to