Uh oh!
There was an error while loading. Please reload this page.
[Bug](exchange) fix exchange of tablet shuffle send block error - #44078
[Bug](exchange) fix exchange of tablet shuffle send block error#44078zhangstar333 wants to merge 3 commits into
Conversation
doris-robot
commented
Nov 16, 2024
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
zhangstar333
commented
Nov 16, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Nov 16, 2024
TeamCity be ut coverage result: |
zhangstar333
commented
Nov 17, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
zhangstar333
commented
Nov 17, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Nov 17, 2024
TeamCity be ut coverage result: |
zhangstar333
commented
Nov 18, 2024
use this PR fixed #44102 |
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)