Fix group by pushdown with black filter

This commit is contained in:
haitaoyang
2024-06-18 02:00:32 +00:00
committed by ob-robot
parent ec4eb6bee4
commit bed9c50d58

View File

@ -369,7 +369,6 @@ int ObVectorStore::fill_group_by_rows(
set_end(); set_end();
if (!group_by_cell_->is_processing()) { if (!group_by_cell_->is_processing()) {
begin_index = end_index; begin_index = end_index;
ret = OB_ITER_END;
} }
} }
} }