Open hust-hhb opened 3 days 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:
run buildall
clang-tidy review says "All clean, LGTM! :+1:"
PR approved by at least one committer and no changes requested.
PR approved by anyone and no changes requested.
clang-tidy review says "All clean, LGTM! :+1:"
TeamCity be ut coverage result: Function Coverage: 38.04% (9902/26033) Line Coverage: 29.21% (82817/283514) Region Coverage: 28.34% (42541/150083) Branch Coverage: 24.90% (21564/86590) Coverage Report: http://coverage.selectdb-in.cc/coverage/61069bea820b88c05415c8c494771be4746f501a_61069bea820b88c05415c8c494771be4746f501a/report/index.html
run buildall
clang-tidy review says "All clean, LGTM! :+1:"
TeamCity be ut coverage result: Function Coverage: 38.31% (9979/26049) Line Coverage: 29.42% (83511/283827) Region Coverage: 28.59% (42981/150360) Branch Coverage: 25.16% (21829/86746) Coverage Report: http://coverage.selectdb-in.cc/coverage/30f579ddf3df36bb6dd40fb1b8131f3b15112195_30f579ddf3df36bb6dd40fb1b8131f3b15112195/report/index.html
What problem does this PR solve?
Related PR: #40204
Problem Summary: There is some implicit conversion loses like uint64_t to uint32_t on mow code, this pr fix it.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)