-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[test](beut) add case when beut to test execute_short_circuit #48781
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: 32642 ms |
TPC-DS: Total hot run time: 186004 ms |
ClickBench: Total hot run time: 31.12 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
We're closing this PR because it hasn't been updated in a while. |
What problem does this PR solve?
This PR(#47179) fixes a bug in the CASE WHEN statement. (When there are more than 255 conditions, it follows the execute_short_circuit path).
Here, this case is added to the beut.
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)