HappenLee commented on code in PR #10093: URL: https://github.com/apache/incubator-doris/pull/10093#discussion_r896371963
########## be/src/exec/olap_scan_node.cpp: ########## @@ -653,6 +656,30 @@ Status OlapScanNode::normalize_conjuncts() { return Status::OK(); } +static std::string olap_filter_to_string(const doris::TCondition& condition) { + std::stringstream ss; Review Comment: better use `format` to do thing of format output. `std::stringstream` have performance problem in multi thread -- 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: commits-unsubscr...@doris.apache.org 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