-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[opt](coordinator) support nereids coordinator for cloud mode #46879
[opt](coordinator) support nereids coordinator for cloud mode #46879
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
TPC-H: Total hot run time: 32641 ms
|
TPC-DS: Total hot run time: 188916 ms
|
ClickBench: Total hot run time: 31.1 s
|
6efb080
to
4057605
Compare
run buildall |
1 similar comment
run buildall |
TPC-H: Total hot run time: 32669 ms
|
TPC-DS: Total hot run time: 195871 ms
|
ClickBench: Total hot run time: 31.38 s
|
run buildall |
TPC-H: Total hot run time: 32391 ms
|
TPC-DS: Total hot run time: 187678 ms
|
ClickBench: Total hot run time: 31.77 s
|
run buildall |
TPC-H: Total hot run time: 32531 ms
|
TPC-DS: Total hot run time: 187322 ms
|
ClickBench: Total hot run time: 31.08 s
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
run buildall |
TPC-H: Total hot run time: 32782 ms
|
TPC-DS: Total hot run time: 194844 ms
|
ClickBench: Total hot run time: 31.61 s
|
TPC-H: Total hot run time: 32415 ms
|
TPC-DS: Total hot run time: 194378 ms
|
ClickBench: Total hot run time: 30.19 s
|
run buildall |
TPC-H: Total hot run time: 32549 ms
|
TPC-DS: Total hot run time: 194954 ms
|
ClickBench: Total hot run time: 30.67 s
|
run buildall |
TPC-H: Total hot run time: 33448 ms
|
TPC-DS: Total hot run time: 194987 ms
|
ClickBench: Total hot run time: 30.32 s
|
PR approved by at least one committer and no changes requested. |
fix point query throw npe, introduced by #46879. sql: ```sql select 1 ``` the exception: ``` java.sql.SQLException: errCode = 2, detailMessage = Cannot invoke "org.apache.doris.nereids.trees.plans.distribute.FragmentIdMapping.valueList()" because the return value of "org.apache.doris.nereids.NereidsPlanner.getDistributedPlans()" is null ```
…#46879) support nereids coordinator for cloud mode
fix point query throw npe, introduced by apache#46879. sql: ```sql select 1 ``` the exception: ``` java.sql.SQLException: errCode = 2, detailMessage = Cannot invoke "org.apache.doris.nereids.trees.plans.distribute.FragmentIdMapping.valueList()" because the return value of "org.apache.doris.nereids.NereidsPlanner.getDistributedPlans()" is null ```
What problem does this PR solve?
support nereids coordinator for cloud mode
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)