Uh oh!
There was an error while loading. Please reload this page.
[fix](Nereids) not generate duplicate exprid after convert outer to anti rule - #52798
Merged
Conversation
Thearas
commented
Jul 4, 2025
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
morrySnow
commented
Jul 4, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Jul 4, 2025
TPC-H: Total hot run time: 33687 ms |
doris-robot
commented
Jul 4, 2025
TPC-DS: Total hot run time: 185903 ms |
doris-robot
commented
Jul 4, 2025
ClickBench: Total hot run time: 30.04 s |
hello-stephen
commented
Jul 4, 2025
Contributor
FE UT Coverage ReportIncrement line coverage |
morrySnowforce-pushed
the
remove_outer_to_anti
branch
from
July 7, 2025 09:04
5c42620 to
82608ccComparemorrySnow
commented
Jul 7, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Jul 7, 2025
TPC-H: Total hot run time: 32990 ms |
doris-robot
commented
Jul 7, 2025
TPC-DS: Total hot run time: 174820 ms |
doris-robot
commented
Jul 7, 2025
ClickBench: Total hot run time: 29.89 s |
morrySnowforce-pushed
the
remove_outer_to_anti
branch
from
July 8, 2025 11:08
82608cc to
ac9f4d8ComparemorrySnow
commented
Jul 8, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Jul 8, 2025
TPC-H: Total hot run time: 34042 ms |
doris-robot
commented
Jul 8, 2025
TPC-DS: Total hot run time: 184549 ms |
doris-robot
commented
Jul 8, 2025
ClickBench: Total hot run time: 29.17 s |
morrySnowforce-pushed
the
remove_outer_to_anti
branch
4 times, most recently
from
July 9, 2025 08:51
70eb39a to
b657fd2ComparemorrySnow
commented
Jul 9, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Jul 9, 2025
TPC-H: Total hot run time: 33428 ms |
doris-robot
commented
Jul 9, 2025
TPC-DS: Total hot run time: 183352 ms |
morrySnowforce-pushed
the
remove_outer_to_anti
branch
from
July 9, 2025 09:31
b657fd2 to
a1994fbComparedoris-robot
commented
Jul 9, 2025
ClickBench: Total hot run time: 29.4 s |
morrySnow
commented
Jul 9, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Jul 9, 2025
TPC-H: Total hot run time: 33443 ms |
doris-robot
commented
Jul 9, 2025
TPC-DS: Total hot run time: 186088 ms |
doris-robot
commented
Jul 9, 2025
ClickBench: Total hot run time: 29.68 s |
feiniaofeiafei
approved these changes
Jul 15, 2025
morrySnow added a commit
to morrySnow/incubator-doris
that referenced
this pull request
Jul 23, 2025
…t outer to anti rule apache#52798 cherry picked from apache#52798
morrySnow added a commit
to morrySnow/incubator-doris
that referenced
this pull request
Jul 24, 2025
…t outer to anti rule apache#52798 cherry picked from apache#52798
morrySnow added a commit
to morrySnow/incubator-doris
that referenced
this pull request
Jul 25, 2025
…t outer to anti rule apache#52798 cherry picked from apache#52798
morrySnow added a commit
to morrySnow/incubator-doris
that referenced
this pull request
Jul 25, 2025
…t outer to anti rule apache#52798 cherry picked from apache#52798
morrySnow added a commit
to morrySnow/incubator-doris
that referenced
this pull request
Jul 28, 2025
…t outer to anti rule apache#52798 cherry picked from apache#52798
morrySnow added a commit
to morrySnow/incubator-doris
that referenced
this pull request
Jul 28, 2025
…t outer to anti rule apache#52798 cherry picked from apache#52798
Closed
16 tasks
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?
Problem Summary:
this rule could generate duplicate ExprID.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)