carlvinhust2012 commented on code in PR #9311: URL: https://github.com/apache/incubator-doris/pull/9311#discussion_r867336069
########## be/src/exec/base_scanner.cpp: ########## @@ -260,6 +279,33 @@ Status BaseScanner::_fill_dest_tuple(Tuple* dest_tuple, MemPool* mem_pool) { return Status::OK(); } +Status BaseScanner::filter_block(vectorized::Block* temp_block, size_t slot_num) { + // filter src tuple by preceding filter first + auto old_rows = temp_block->rows(); Review Comment: it should update "old_rows" in the for loop. -- 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