morningman opened a new pull request #3918: URL: https://github.com/apache/incubator-doris/pull/3918
This bug is introduced by PR #3872 In that PR, I removed the `obj_pool` param of the RuntimeProfile constructor. So the first param is `std::string`. But in `DataStreamRecv`, it accidentally pass a `nullptr` to `std::string`, it compiles OK but will cause runtime error. Fix #3917 ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org