BiteTheDDDDt commented on code in PR #10146: URL: https://github.com/apache/incubator-doris/pull/10146#discussion_r897602968
########## be/src/exec/schema_scan_node.cpp: ########## @@ -158,8 +159,8 @@ Status SchemaScanNode::prepare(RuntimeState* state) { // TODO(zhaochun): Is this slow? int j = 0; for (; j < _src_tuple_desc->slots().size(); ++j) { - if (boost::iequals(_dest_tuple_desc->slots()[i]->col_name(), - _src_tuple_desc->slots()[j]->col_name())) { + if (iequal(_dest_tuple_desc->slots()[i]->col_name(), Review Comment: maybe we can try to remove boost include -- 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