[fix](cloud-mow)Fix some implicit conversion loses when complie mow code#44410
[fix](cloud-mow)Fix some implicit conversion loses when complie mow code#44410dataroaring merged 2 commits intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
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! 👍" |
|
TeamCity be ut coverage result: |
c386efa to
30f579d
Compare
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity be ut coverage result: |
Related PR: #44410 Problem Summary: Add code check for some mow code
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)