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 1 year 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

Thank you for your contribution to Apache Doris. Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website. See Doris Document.

doris-robot avatar Oct 18 '24 02:10 doris-robot

run buildall

csun5285 avatar Oct 18 '24 02:10 csun5285

clang-tidy review says "All clean, LGTM! :+1:"

github-actions[bot] avatar Oct 18 '24 03:10 github-actions[bot]

TeamCity be ut coverage result: Function Coverage: 37.46% (9710/25920) Line Coverage: 28.72% (80612/280635) Region Coverage: 28.17% (41724/148103) Branch Coverage: 24.74% (21207/85708) Coverage Report: http://coverage.selectdb-in.cc/coverage/bf9369d82d9c29629785a43b93ab173478fce3b1_bf9369d82d9c29629785a43b93ab173478fce3b1/report/index.html

doris-robot avatar Oct 18 '24 03:10 doris-robot

run buildall

csun5285 avatar Oct 20 '24 06:10 csun5285

PR approved by at least one committer and no changes requested.

github-actions[bot] avatar Oct 21 '24 07:10 github-actions[bot]

PR approved by anyone and no changes requested.

github-actions[bot] avatar Oct 21 '24 07:10 github-actions[bot]