doris icon indicating copy to clipboard operation
doris copied to clipboard

[fix] (inverted index) Fix errors caused by enable_need_read_data_opt

Open csun5285 opened this issue 4 months ago • 5 comments

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.

csun5285 avatar Oct 18 '24 02:10 csun5285