diff --git a/be/src/vec/exec/volap_scan_node.cpp b/be/src/vec/exec/volap_scan_node.cpp index c18023a88c..2933f3f821 100644 --- a/be/src/vec/exec/volap_scan_node.cpp +++ b/be/src/vec/exec/volap_scan_node.cpp @@ -403,6 +403,10 @@ void VOlapScanNode::scanner_thread(VOlapScanner* scanner) { scanner->set_opened(); } + /* + // the follow code may cause double free in VExprContext, + // temporarily disable it to avoid it + // TODO: fix the bug std::vector vexprs; auto& scanner_filter_apply_marks = *scanner->mutable_runtime_filter_marks(); DCHECK(scanner_filter_apply_marks.size() == _runtime_filter_descs.size()); @@ -472,6 +476,7 @@ void VOlapScanNode::scanner_thread(VOlapScanner* scanner) { "Something wrong for runtime filters: "); scanner->set_use_pushdown_conjuncts(true); } + */ std::vector blocks;