e0c9 commented on pull request #7157: URL: https://github.com/apache/incubator-doris/pull/7157#issuecomment-976200987
> > And if you change the signature of functions, it may cause incompatible issue. > > hi @e0c9 What about this problem? I modified it locally based on the old version. json_string's type has changed. `const std::string& json_string` -> `const std::string_view& json_string` -- 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]
