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:
run buildall
clang-tidy review says "All clean, LGTM! :+1:"
TeamCity be ut coverage result: Function Coverage: 37.97% (9899/26068) Line Coverage: 29.16% (82730/283663) Region Coverage: 28.30% (42493/150136) Branch Coverage: 24.88% (21546/86610) Coverage Report: http://coverage.selectdb-in.cc/coverage/40a052abbc3948e67d48b18fdbc1b6cafedad583_40a052abbc3948e67d48b18fdbc1b6cafedad583/report/index.html
PR approved by at least one committer and no changes requested.
PR approved by anyone and no changes requested.
What problem does this PR solve?
Problem Summary: the _batching_block is same as block which is used for output. and maybe different with input block in some column about nullable type. so if sink this will cause nullable type not equal as origin.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)