-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](constant fold)Do not do BE constant fold when float/double is NaN #55425
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: 34165 ms |
TPC-DS: Total hot run time: 187160 ms |
ClickBench: Total hot run time: 32.51 s |
FE UT Coverage ReportIncrement line coverage |
|
run buildall |
TPC-H: Total hot run time: 34275 ms |
TPC-DS: Total hot run time: 186612 ms |
ClickBench: Total hot run time: 30.06 s |
FE Regression Coverage ReportIncrement line coverage |
646ce6d to
41b04af
Compare
|
run performance |
TPC-H: Total hot run time: 35161 ms |
|
run cloud_p0 |
FE Regression Coverage ReportIncrement line coverage |
|
run performance |
FE Regression Coverage ReportIncrement line coverage |
TPC-H: Total hot run time: 34770 ms |
TPC-DS: Total hot run time: 189597 ms |
ClickBench: Total hot run time: 30.35 s |
|
PR approved by at least one committer and no changes requested. |
…aN (#55425) Do not do BE constant fold when float/double is NaN
…aN (apache#55425) Do not do BE constant fold when float/double is NaN
…aN (apache#55425) Do not do BE constant fold when float/double is NaN
…aN (apache#55425) Do not do BE constant fold when float/double is NaN
What problem does this PR solve?
Do not do BE constant fold when float/double is NaN
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)