Uh oh!
There was an error while loading. Please reload this page.
[opt](function) Avoid create_column inside cast_column function - #41775
Conversation
doris-robot
commented
Oct 13, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
Mryange
commented
Oct 13, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 13, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Oct 13, 2024
TPC-H: Total hot run time: 40843 ms |
doris-robot
commented
Oct 13, 2024
TPC-DS: Total hot run time: 191015 ms |
doris-robot
commented
Oct 13, 2024
ClickBench: Total hot run time: 32.92 s |
Mryange
commented
Oct 14, 2024
run buildall |
doris-robot
commented
Oct 14, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Oct 14, 2024
TPC-H: Total hot run time: 41381 ms |
doris-robot
commented
Oct 14, 2024
TPC-DS: Total hot run time: 191550 ms |
doris-robot
commented
Oct 14, 2024
ClickBench: Total hot run time: 32.12 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
amorynan
commented
Oct 15, 2024
add testcases ? |
…he#41775) ## Proposed changes In the cast function, we don't need to initialize the result column. <!--Describe your changes.-->
…he#41775) ## Proposed changes In the cast function, we don't need to initialize the result column. <!--Describe your changes.-->
…he#41775) ## Proposed changes In the cast function, we don't need to initialize the result column. <!--Describe your changes.-->
…he#41775) ## Proposed changes In the cast function, we don't need to initialize the result column. <!--Describe your changes.-->
Proposed changes
In the cast function, we don't need to initialize the result column.