You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/07/07 09:31:41 UTC

[GitHub] [doris] yiguolei commented on a diff in pull request #10611: [BUG] fix core dump caused by runtime filter

yiguolei commented on code in PR #10611:
URL: https://github.com/apache/doris/pull/10611#discussion_r915666333


##########
be/src/vec/exec/volap_scan_node.cpp:
##########
@@ -462,6 +462,9 @@ void VOlapScanNode::scanner_thread(VOlapScanner* scanner) {
                             vexprs.clear();
                             break;
                         }
+                        if (_vconjunct_ctx_ptr) {
+                            _stale_vexpr_ctxs.push_back(move(_vconjunct_ctx_ptr));

Review Comment:
   use  std::move



-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org