Uh oh!
There was an error while loading. Please reload this page.
[opt](if) vec exec for more type in function if - #56905
Conversation
Mryange
commented
Oct 13, 2025
run buildall |
doris-robot
commented
Oct 13, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
Mryange
commented
Oct 13, 2025
run buildall |
doris-robot
commented
Oct 13, 2025
TPC-DS: Total hot run time: 190645 ms |
doris-robot
commented
Oct 13, 2025
ClickBench: Total hot run time: 30.32 s |
hello-stephen
commented
Oct 13, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
Mryange
commented
Oct 13, 2025
run buildall |
hello-stephen
commented
Oct 13, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
Oct 13, 2025
TPC-DS: Total hot run time: 190956 ms |
doris-robot
commented
Oct 13, 2025
ClickBench: Total hot run time: 30.75 s |
hello-stephen
commented
Oct 13, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Oct 13, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Oct 13, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
Mryange
commented
Oct 14, 2025
run buildall |
doris-robot
commented
Oct 14, 2025
TPC-DS: Total hot run time: 189657 ms |
doris-robot
commented
Oct 14, 2025
ClickBench: Total hot run time: 30.58 s |
doris-robot
commented
Oct 14, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Oct 14, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Oct 14, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
### What problem does this PR solve? pick #56905#58125#58692#58578#58710#58841 ### Release note None ### Check List (For Author) - Test <!-- At least one of them must be included. --> - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason <!-- Add your reason? --> - Behavior changed: - [ ] No. - [ ] Yes. <!-- Explain the behavior change --> - Does this need documentation? - [ ] No. - [ ] Yes. <!-- Add document PR link here. eg: apache/doris-website#1214 --> ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label <!-- Add branch pick label that this PR should merge into -->
What problem does this PR solve?
In the past, the vectorization execution of if only supported integers and floating point points, and more scalar types were supported here.
for sql
before
now
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)