Uh oh!
There was an error while loading. Please reload this page.
[Bug](compatibility) fix agg functions coredump when upgrade - #40472
Conversation
doris-robot
commented
Sep 6, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
zhangstar333
commented
Sep 6, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Sep 6, 2024
TeamCity be ut coverage result: |
zhangstar333
commented
Sep 6, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Sep 6, 2024
TPC-H: Total hot run time: 38241 ms |
doris-robot
commented
Sep 6, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 6, 2024
TPC-DS: Total hot run time: 187333 ms |
doris-robot
commented
Sep 6, 2024
ClickBench: Total hot run time: 31.72 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…40472) ## Proposed changes before use check (IAggregateFunction::version < AGG_FUNCTION_NULLABLE) and then choose the return type and insert method. but the version maybe update in the same branch-version,and get wrong type so put those function to all of object class alone.
…40472) ## Proposed changes before use check (IAggregateFunction::version < AGG_FUNCTION_NULLABLE) and then choose the return type and insert method. but the version maybe update in the same branch-version,and get wrong type so put those function to all of object class alone.
Proposed changes
before use check (IAggregateFunction::version < AGG_FUNCTION_NULLABLE)
and then choose the return type and insert method.
but the version maybe update in the same branch-version,and get wrong type
so put those function to all of object class alone.