Uh oh!
There was an error while loading. Please reload this page.
[fix](local shuffle) Set serial execution for schema scan operator - #47498
Conversation
Thearas
commented
Feb 5, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
morningman
left a comment
There was a problem hiding this comment.
Please add regression test for this case
Gabriel39
commented
Feb 5, 2025
run buildall |
doris-robot
commented
Feb 5, 2025
TPC-H: Total hot run time: 32319 ms |
doris-robot
commented
Feb 5, 2025
TPC-DS: Total hot run time: 192129 ms |
doris-robot
commented
Feb 5, 2025
ClickBench: Total hot run time: 31.05 s |
Gabriel39
commented
Feb 5, 2025
run buildall |
doris-robot
commented
Feb 5, 2025
TPC-H: Total hot run time: 32637 ms |
doris-robot
commented
Feb 5, 2025
TPC-DS: Total hot run time: 183892 ms |
doris-robot
commented
Feb 5, 2025
ClickBench: Total hot run time: 30.92 s |
doris-robot
commented
Feb 5, 2025
TeamCity be ut coverage result: |
Gabriel39
commented
Feb 5, 2025
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
doris-robot
commented
Feb 5, 2025
TPC-H: Total hot run time: 32268 ms |
doris-robot
commented
Feb 5, 2025
TPC-DS: Total hot run time: 185028 ms |
doris-robot
commented
Feb 5, 2025
ClickBench: Total hot run time: 30.38 s |
doris-robot
commented
Feb 5, 2025
TeamCity be ut coverage result: |
…47498) `select * from information_schema.workload_group_resource_usage;` got duplicate rows if `enable_local_shuffle` is true. This is caused by a serial schema scan operator which is not set correctly. A regression test case could not be used because the `workload_group_resource_usage` will not get a stable result.
…47498) `select * from information_schema.workload_group_resource_usage;` got duplicate rows if `enable_local_shuffle` is true. This is caused by a serial schema scan operator which is not set correctly. A regression test case could not be used because the `workload_group_resource_usage` will not get a stable result.
…pache#47498) `select * from information_schema.workload_group_resource_usage;` got duplicate rows if `enable_local_shuffle` is true. This is caused by a serial schema scan operator which is not set correctly. A regression test case could not be used because the `workload_group_resource_usage` will not get a stable result.
…pache#47498) `select * from information_schema.workload_group_resource_usage;` got duplicate rows if `enable_local_shuffle` is true. This is caused by a serial schema scan operator which is not set correctly. A regression test case could not be used because the `workload_group_resource_usage` will not get a stable result.
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
select * from information_schema.workload_group_resource_usage;got duplicate rows ifenable_local_shuffleis true. This is caused by a serial schema scan operator which is not set correctly.A regression test case could not be used because the
workload_group_resource_usagewill not get a stable result.Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)