-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[fix](window_funnel) fix wrong result of window_funnel #38954
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
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.
clang-tidy made some suggestions
d4cddec
to
935bd0b
Compare
run buildall |
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.
clang-tidy made some suggestions
TPC-H: Total hot run time: 41880 ms
|
TPC-DS: Total hot run time: 169024 ms
|
ClickBench: Total hot run time: 29.99 s
|
831fc42
to
23adf20
Compare
run buildall |
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.
clang-tidy made some suggestions
TPC-H: Total hot run time: 41686 ms
|
TPC-DS: Total hot run time: 167778 ms
|
ClickBench: Total hot run time: 29.88 s
|
26beba5
to
07c1d61
Compare
run buildall |
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.
clang-tidy made some suggestions
run performance |
run cloud_p1 |
run cloud_p0 |
run performance |
TPC-H: Total hot run time: 39729 ms
|
be/src/vec/aggregate_functions/aggregate_function_window_funnel.h
Outdated
Show resolved
Hide resolved
be/src/vec/aggregate_functions/aggregate_function_window_funnel.h
Outdated
Show resolved
Hide resolved
be/src/vec/aggregate_functions/aggregate_function_window_funnel.h
Outdated
Show resolved
Hide resolved
2299321
to
585c571
Compare
run buildall |
run buildall |
TPC-H: Total hot run time: 39658 ms
|
TPC-DS: Total hot run time: 201808 ms
|
ClickBench: Total hot run time: 30.34 s
|
PR approved by at least one committer and no changes requested. |
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
## Proposed changes Issue Number: close #xxx Current logic of `window_funnel` is wrong, it cannot express the semantic of the function. This PR re-implement the logic.
## Proposed changes Issue Number: close #xxx Current logic of `window_funnel` is wrong, it cannot express the semantic of the function. This PR re-implement the logic.
…#38954 (apache#39270)" This reverts commit 021678c.
Proposed changes
Issue Number: close #xxx
Current logic of
window_funnel
is wrong, it cannot express the semantic of the function.This PR re-implement the logic.