Uh oh!
There was an error while loading. Please reload this page.
[bug](join) fix outer join not add tuple is null column when build rows is 0 - #23974
Conversation
zhangstar333
commented
Sep 6, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Sep 6, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
zhangstar333
commented
Sep 7, 2023
run buildall |
doris-robot
commented
Sep 7, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Sep 7, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
zhangstar333
commented
Sep 8, 2023
run buildall |
doris-robot
commented
Sep 8, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Sep 8, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
PR approved by anyone and no changes requested. |
…ws is 0 (apache#23974) fix outer join not add tuple is null column when build rows is 0
in this PR #23713
add some opt when build rows is 0 and join type is left outer join.
but not add tuple is null column in block, which will cause coredump if need those column.
Proposed changes
Issue Number: close #xxx
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...