Uh oh!
There was an error while loading. Please reload this page.
[cherry-pick](branch-21) fix tablet sink shuffle without project not match the output tuple (#40299)(#41293) - #41327
Conversation
doris-robot
commented
Sep 26, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
zhangstar333
commented
Sep 26, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Sep 26, 2024
TeamCity be ut coverage result: |
yiguolei
commented
Oct 10, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 10, 2024
TeamCity be ut coverage result: |
… output tuple (apache#40299) ``` INSERT INTO tbl_4 SELECT k1, k2, k2 FROM tbl_1; the tbl_1 have k1,k2 columns the tbl_4 have k1,k2,v columns if without project expr, will be only two columns not match the output tuple. ``` the co-auther of FE code from @starocean999
… rather than convert_block (apache#41293) ## Proposed changes the convert_block is empty firstly, after execute exprs will be filled. so convert_block maybe different with block. so when send data we still need use block. <!--Describe your changes.-->
zhangstar333
commented
Oct 12, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 12, 2024
TeamCity be ut coverage result: |
Proposed changes
cherry-pick from master (#40299)(#41293)