doris
doris copied to clipboard
[fix] (inverted index) Fix errors caused by enable_need_read_data_opt
Proposed changes
select count(b) from test where b is null
- Even if the column "b" has produced a result through index calculation, t is still necessary to read the "b" column.