Uh oh!
There was an error while loading. Please reload this page.
[Bug](partition_topn) fix partition_topn not reset output rows after do_partition_topn_sort - #40761
Conversation
…do_partition_topn_sort
doris-robot
commented
Sep 12, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
zhangstar333
commented
Sep 12, 2024
run buildall |
doris-robot
commented
Sep 12, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 12, 2024
TPC-H: Total hot run time: 43020 ms |
doris-robot
commented
Sep 13, 2024
TPC-H: Total hot run time: 43060 ms |
doris-robot
commented
Sep 13, 2024
TPC-DS: Total hot run time: 196225 ms |
doris-robot
commented
Sep 13, 2024
ClickBench: Total hot run time: 31.59 s |
zhangstar333
commented
Sep 13, 2024
run buildall |
doris-robot
commented
Sep 13, 2024
TPC-H: Total hot run time: 43077 ms |
doris-robot
commented
Sep 13, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 13, 2024
TPC-DS: Total hot run time: 194699 ms |
doris-robot
commented
Sep 13, 2024
ClickBench: Total hot run time: 30.92 s |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…do_partition_topn_sort (#40761) ## Proposed changes should reset all variables about output rows after do_partition_topn_sort and get_next from sorter if we not reset all variables. it's will be regard as have output many rows but the sorter still have remaing many data need to output. <!--Describe your changes.-->
…er do_partition_topn_sort (apache#40761) (apache#40792) (apache#268)
…do_partition_topn_sort (apache#40761) ## Proposed changes should reset all variables about output rows after do_partition_topn_sort and get_next from sorter if we not reset all variables. it's will be regard as have output many rows but the sorter still have remaing many data need to output. <!--Describe your changes.-->
Proposed changes
should reset all variables about output rows after do_partition_topn_sort and get_next from sorter
if we not reset all variables. it's will be regard as have output many rows
but the sorter still have remaing many data need to output.