-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[fix](Nereids): fix offset in PlanTranslator #29789
Conversation
run buildall |
1 similar comment
run buildall |
run buildall |
TPC-H: Total hot run time: 38781 ms
|
TPC-DS: Total hot run time: 178431 ms
|
run buildall |
TPC-H: Total hot run time: 38738 ms
|
TPC-DS: Total hot run time: 177745 ms
|
run buildall |
TPC-H: Total hot run time: 39942 ms
|
TPC-DS: Total hot run time: 178254 ms
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
ClickBench: Total hot run time: 31.14 s
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
|
run buildall |
TPC-H: Total hot run time: 39934 ms
|
run buildall |
TPC-H: Total hot run time: 39520 ms
|
TPC-DS: Total hot run time: 178517 ms
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
ClickBench: Total hot run time: 30.82 s
|
run buildall |
run buildall |
run buildall |
TPC-H: Total hot run time: 39937 ms
|
TPC-DS: Total hot run time: 178817 ms
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
ClickBench: Total hot run time: 30.69 s
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
|
PR approved by anyone and no changes requested. |
PR approved by at least one committer and no changes requested. |
Current BE operator don't support `offset`, we need add offset into `ExchangeNode`
Current BE operator don't support `offset`, we need add offset into `ExchangeNode` (cherry picked from commit 0882223)
Current BE operator don't support `offset`, we need add offset into `ExchangeNode`
…0684) * [fix](Nereids): fix offset in PlanTranslator (apache#29789) Current BE operator don't support `offset`, we need add offset into `ExchangeNode` (cherry picked from commit 0882223) * fix compile
Proposed changes
Current BE operator don't support
offset
, we need add offset intoExchangeNode
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...