[Bug] runtime filter is not used as expected (#10001)

* [Bug] runtime filter is not used as expected

* update
This commit is contained in:
Gabriel
2022-06-08 11:10:39 +08:00
committed by GitHub
parent dcdfc5b32a
commit 35c3e4e33c
3 changed files with 8 additions and 9 deletions

View File

@ -1574,7 +1574,7 @@ void OlapScanNode::scanner_thread(OlapScanner* scanner) {
bool ready = runtime_filter->is_ready();
if (ready) {
runtime_filter->get_prepared_context(&contexts, row_desc(), _expr_mem_tracker);
_runtime_filter_ctxs[i].apply_mark = true;
scanner_filter_apply_marks[i] = true;
}
}
}