kaka11chen commented on code in PR #16024: URL: https://github.com/apache/doris/pull/16024#discussion_r1080878057
########## be/src/vec/exec/format/parquet/vparquet_group_reader.cpp: ########## @@ -262,8 +258,9 @@ Status RowGroupReader::_do_lazy_read(Block* block, size_t batch_size, size_t* re // generated from next batch, so the filter column is removed ahead. DCHECK_EQ(block->rows(), 0); } else { - Block::filter_block(block, _lazy_read_ctx.all_predicate_col_ids, filter_column_id, - origin_column_num); + ColumnPtr filter_column = block->get_by_position(filter_column_id).column; Review Comment: Filter by _filter_ptr in the _filter_block function. -- 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