-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[opt](nereids) catch all exceptions in StatsCalculator #49415
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
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 34723 ms |
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/literal/DateLiteral.java
Outdated
Show resolved
Hide resolved
TPC-DS: Total hot run time: 193490 ms |
morrySnow
left a comment
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.
should also process
- FilterEstimation
- JoinEstimation
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
Outdated
Show resolved
Hide resolved
ClickBench: Total hot run time: 31.21 s |
|
run buildall |
TPC-H: Total hot run time: 34695 ms |
TPC-DS: Total hot run time: 194532 ms |
ClickBench: Total hot run time: 31.32 s |
|
run buildall |
TPC-H: Total hot run time: 35113 ms |
TPC-DS: Total hot run time: 186994 ms |
ClickBench: Total hot run time: 30.94 s |
3d3b571 to
7547fe3
Compare
|
run buildall |
TPC-H: Total hot run time: 34212 ms |
TPC-DS: Total hot run time: 193268 ms |
ClickBench: Total hot run time: 31.14 s |
fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
Outdated
Show resolved
Hide resolved
|
run buildall |
TPC-H: Total hot run time: 34147 ms |
TPC-DS: Total hot run time: 185909 ms |
|
run buildall |
TPC-H: Total hot run time: 34058 ms |
TPC-DS: Total hot run time: 193356 ms |
ClickBench: Total hot run time: 31.17 s |
|
run feut |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
yujun777
left a comment
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.
LGTM
catch all exceptions in ExpressionEstimation so that any error in ExpressionEstimation does not break the query.
catch all exceptions in ExpressionEstimation so that any error in ExpressionEstimation does not break the query.
### What problem does this PR solve? catch all exceptions in ExpressionEstimation so that any error in ExpressionEstimation does not break the query.
What problem does this PR solve?
catch all exceptions in ExpressionEstimation so that any error in ExpressionEstimation does not break the query.
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)