Uh oh!
There was an error while loading. Please reload this page.
[Bug](exchange) fix tablet sink shuffle without project not match the output tuple - #40299
Conversation
doris-robot
commented
Sep 3, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
clang-tidy review says "All clean, LGTM! 👍" |
zhangstar333
commented
Sep 3, 2024
run buildall |
doris-robot
commented
Sep 3, 2024
TPC-H: Total hot run time: 38514 ms |
doris-robot
commented
Sep 3, 2024
TPC-DS: Total hot run time: 188022 ms |
doris-robot
commented
Sep 3, 2024
ClickBench: Total hot run time: 32.62 s |
zhangstar333
commented
Sep 4, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
zhangstar333
commented
Sep 4, 2024
run buildall |
doris-robot
commented
Sep 4, 2024
TeamCity be ut coverage result: |
zhangstar333
commented
Sep 4, 2024
run buildall |
doris-robot
commented
Sep 4, 2024
TPC-H: Total hot run time: 38064 ms |
doris-robot
commented
Sep 4, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 4, 2024
TPC-DS: Total hot run time: 193150 ms |
doris-robot
commented
Sep 4, 2024
ClickBench: Total hot run time: 32.74 s |
8b1885f to
4192550Comparezhangstar333
commented
Sep 5, 2024
run buildall |
doris-robot
commented
Sep 5, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 5, 2024
TPC-H: Total hot run time: 38242 ms |
doris-robot
commented
Sep 5, 2024
TPC-DS: Total hot run time: 193684 ms |
doris-robot
commented
Sep 5, 2024
ClickBench: Total hot run time: 31.82 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
zhangstar333
commented
Sep 9, 2024
run buildall |
doris-robot
commented
Sep 9, 2024
TPC-H: Total hot run time: 38027 ms |
doris-robot
commented
Sep 9, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 9, 2024
TPC-DS: Total hot run time: 192569 ms |
doris-robot
commented
Sep 9, 2024
ClickBench: Total hot run time: 32.57 s |
015668c to
0756437Comparezhangstar333
commented
Sep 12, 2024
run buildall |
0756437 to
d20d165Comparezhangstar333
commented
Sep 12, 2024
run buildall |
doris-robot
commented
Sep 12, 2024
TPC-H: Total hot run time: 40464 ms |
doris-robot
commented
Sep 12, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 12, 2024
TPC-DS: Total hot run time: 194608 ms |
doris-robot
commented
Sep 12, 2024
ClickBench: Total hot run time: 31.34 s |
PR approved by at least one committer and no changes requested. |
… 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
… output tuple (#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
… 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
… 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
… 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
Proposed changes
the co-auther of FE code from @starocean999