Closed csun5285 closed 1 month ago
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.
run buildall
PR approved by at least one committer and no changes requested.
PR approved by anyone and no changes requested.
run buildall
run buildall
Proposed changes
select count(b) from table where b = 30 or c = 20;
is not a count on index, butselect count(b) from table where b = 30 or b > 200;
is a count on index.