Uh oh!
There was an error while loading. Please reload this page.
[opt](nereids) catch all exceptions in StatsCalculator - #49415
Merged
Conversation
hello-stephen
commented
Mar 24, 2025
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
englefly
commented
Mar 24, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Mar 24, 2025
TPC-H: Total hot run time: 34723 ms |
Uh oh!
There was an error while loading. Please reload this page.
doris-robot
commented
Mar 24, 2025
TPC-DS: Total hot run time: 193490 ms |
morrySnow
left a comment
Contributor
There was a problem hiding this comment.
should also process
- FilterEstimation
- JoinEstimation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
doris-robot
commented
Mar 24, 2025
ClickBench: Total hot run time: 31.21 s |
englefly
commented
Mar 24, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Mar 25, 2025
TPC-H: Total hot run time: 34695 ms |
doris-robot
commented
Mar 25, 2025
TPC-DS: Total hot run time: 194532 ms |
doris-robot
commented
Mar 25, 2025
ClickBench: Total hot run time: 31.32 s |
englefly
commented
Mar 25, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Mar 25, 2025
TPC-H: Total hot run time: 35113 ms |
doris-robot
commented
Mar 25, 2025
TPC-DS: Total hot run time: 186994 ms |
doris-robot
commented
Mar 25, 2025
ClickBench: Total hot run time: 30.94 s |
engleflyforce-pushed
the
no-exception-stats-calc
branch
from
March 26, 2025 01:38
3d3b571 to
7547fe3Compareenglefly
commented
Mar 26, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Mar 26, 2025
TPC-H: Total hot run time: 34212 ms |
doris-robot
commented
Mar 26, 2025
TPC-DS: Total hot run time: 193268 ms |
doris-robot
commented
Mar 26, 2025
ClickBench: Total hot run time: 31.14 s |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
englefly
commented
Mar 27, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Mar 27, 2025
TPC-H: Total hot run time: 34147 ms |
doris-robot
commented
Mar 27, 2025
TPC-DS: Total hot run time: 185909 ms |
englefly
commented
Apr 2, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Apr 2, 2025
TPC-H: Total hot run time: 34058 ms |
doris-robot
commented
Apr 2, 2025
TPC-DS: Total hot run time: 193356 ms |
doris-robot
commented
Apr 2, 2025
ClickBench: Total hot run time: 31.17 s |
englefly
commented
Apr 3, 2025
ContributorAuthor
run feut |
morrySnow
approved these changes
Apr 3, 2025
Contributor
PR approved by at least one committer and no changes requested. |
Contributor
PR approved by anyone and no changes requested. |
englefly added a commit
to englefly/incubator-doris
that referenced
this pull request
Apr 24, 2025
catch all exceptions in ExpressionEstimation so that any error in ExpressionEstimation does not break the query.
16 tasks
englefly added a commit
to englefly/incubator-doris
that referenced
this pull request
Apr 24, 2025
catch all exceptions in ExpressionEstimation so that any error in ExpressionEstimation does not break the query.
16 tasks
yiguolei pushed a commit
that referenced
this pull request
May 9, 2025
Closed
dataroaring pushed a commit
that referenced
this pull request
May 14, 2025
koarz pushed a commit
to koarz/doris
that referenced
this pull request
Jun 4, 2025
### What problem does this PR solve? catch all exceptions in ExpressionEstimation so that any error in ExpressionEstimation does not break the query.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)