-
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
[Enhancement] (nereids)implement showStagesCommand in nereids #45373
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
throw new AnalysisException(e.getMessage()); | ||
} | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Override
public RedirectStatus toRedirectStatus() {
return RedirectStatus.FORWARD_NO_SYNC;
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done - please review
60b430c
to
8e21efa
Compare
run buildall |
8e21efa
to
930e92f
Compare
run buildall |
1 similar comment
run buildall |
3d09116
to
c720b8c
Compare
run buildall |
TPC-H: Total hot run time: 39799 ms
|
TPC-DS: Total hot run time: 197362 ms
|
ClickBench: Total hot run time: 32.05 s
|
run buildall |
run buildall |
TPC-H: Total hot run time: 40048 ms
|
TPC-DS: Total hot run time: 196478 ms
|
ClickBench: Total hot run time: 32.45 s
|
run buildall |
TPC-H: Total hot run time: 32326 ms
|
TPC-DS: Total hot run time: 196461 ms
|
ClickBench: Total hot run time: 31.66 s
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
What problem does this PR solve?
Issue Number: close #42722
Related PR: #xxx
Problem Summary:
[Enhancement] (nereids)implement showStagesCommand in nereids
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)