BiteTheDDDDt commented on a change in pull request #8174:
URL: https://github.com/apache/incubator-doris/pull/8174#discussion_r813617991



##########
File path: be/src/exec/es_http_scan_node.cpp
##########
@@ -92,14 +95,20 @@ Status EsHttpScanNode::prepare(RuntimeState* state) {
 // build predicate
 Status EsHttpScanNode::build_conjuncts_list() {
     Status status = Status::OK();
+    _conjunct_to_predicate.resize(_conjunct_ctxs.size());

Review comment:
       > maybe the `_conjunct_to_predicate` should be local var and may be bool 
is ok?
   
   _conjunct_to_predicate record index and useful




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

Reply via email to