-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](nereids) fix window expression alias reuse expr id #55286
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 |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
TPC-H: Total hot run time: 33874 ms |
TPC-DS: Total hot run time: 184307 ms |
ClickBench: Total hot run time: 32.99 s |
FE UT Coverage ReportIncrement line coverage |
f38d3f2 to
59d0017
Compare
59d0017 to
c9e56e8
Compare
|
run buildall |
TPC-H: Total hot run time: 33858 ms |
TPC-DS: Total hot run time: 187095 ms |
|
run p0 |
ClickBench: Total hot run time: 33.2 s |
FE UT Coverage ReportIncrement line coverage |
|
run cloud_p0 |
ClickBench: Total hot run time: 32.75 s |
FE Regression && UT Coverage ReportIncrement line coverage |
|
run p0 |
|
run nonConcurrent |
|
run p0 |
1 similar comment
|
run p0 |
FE Regression Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
… reuse expr id apache#55286 (apache#4823) ## Proposed changes cherry-pick: apache#55286
What problem does this PR solve?
For
alias(slotReference as slotReference), can replace withslotReferencedirectly.For example, for sql
select first_value(b) over() from t,Before this pr, it will have:
With this pr, it will have:
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)