Closed zhangstar333 closed 1 day ago
Thank you for your contribution to Apache Doris. Don't know what should be done next? See How to process your PR.
Please clearly describe your PR:
clang-tidy review says "All clean, LGTM! :+1:"
PR approved by anyone and no changes requested.
run buildall
TeamCity be ut coverage result: Function Coverage: 38.03% (9902/26035) Line Coverage: 29.22% (82841/283514) Region Coverage: 28.35% (42539/150075) Branch Coverage: 24.91% (21565/86588) Coverage Report: http://coverage.selectdb-in.cc/coverage/162b7538e914810a77717a4eabc1b1428990b366_162b7538e914810a77717a4eabc1b1428990b366/report/index.html
PR approved by at least one committer and no changes requested.
What problem does this PR solve?
Related PR: #https://github.com/apache/doris/pull/34591/files
Problem Summary: before the SQL report error, as it error change the simd::count_zero_num function return value static as bool, so it run into the if check of (not_null_num < size). but actual it's maybe return int type.
now:
before:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)