Uh oh!
There was an error while loading. Please reload this page.
[fix](function)adjust aggregate function's nullable property - #37330
Conversation
doris-robot
commented
Jul 5, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
zhangstar333
commented
Jul 5, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jul 5, 2024
TPC-H: Total hot run time: 39888 ms |
doris-robot
commented
Jul 5, 2024
TPC-DS: Total hot run time: 173170 ms |
doris-robot
commented
Jul 5, 2024
ClickBench: Total hot run time: 30.86 s |
zhangstar333
commented
Jul 5, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jul 5, 2024
TPC-H: Total hot run time: 39935 ms |
doris-robot
commented
Jul 5, 2024
TPC-DS: Total hot run time: 173261 ms |
doris-robot
commented
Jul 5, 2024
ClickBench: Total hot run time: 30.49 s |
zhangstar333
commented
Jul 8, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jul 8, 2024
TPC-H: Total hot run time: 40189 ms |
doris-robot
commented
Jul 8, 2024
TPC-DS: Total hot run time: 171730 ms |
doris-robot
commented
Jul 8, 2024
ClickBench: Total hot run time: 30.45 s |
clang-tidy review says "All clean, LGTM! 👍" |
zhangstar333
commented
Jul 8, 2024
run buildall |
doris-robot
commented
Jul 8, 2024
TPC-H: Total hot run time: 40306 ms |
doris-robot
commented
Jul 8, 2024
TPC-DS: Total hot run time: 174645 ms |
doris-robot
commented
Jul 8, 2024
ClickBench: Total hot run time: 30.31 s |
Uh oh!
There was an error while loading. Please reload this page.
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jul 9, 2024
TPC-H: Total hot run time: 39921 ms |
doris-robot
commented
Jul 9, 2024
TPC-DS: Total hot run time: 173601 ms |
doris-robot
commented
Jul 9, 2024
ClickBench: Total hot run time: 31 s |
zhangstar333
commented
Jul 9, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
zhangstar333
commented
Jul 9, 2024
run buildall |
doris-robot
commented
Jul 9, 2024
TPC-H: Total hot run time: 39922 ms |
doris-robot
commented
Jul 9, 2024
TPC-DS: Total hot run time: 174565 ms |
doris-robot
commented
Jul 9, 2024
ClickBench: Total hot run time: 31.01 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…37330) ## Proposed changes in this PR have change some age function nullable property. aggregate functions can be divided into 3 types by their nullable properties: - AlwaysNullable - AlwaysNotNullable - NullableAggregateFunction this PR code of FE part from apache#37215, the author is @starocean999 --------- Co-authored-by: starocean999 <12095047@qq.com>
## Proposed changes in this PR have change some age function nullable property. aggregate functions can be divided into 3 types by their nullable properties: - AlwaysNullable - AlwaysNotNullable - NullableAggregateFunction this PR code of FE part from #37215, the author is @starocean999 --------- Co-authored-by: starocean999 <12095047@qq.com>
## Proposed changes Issue Number: close #xxx before `corr(nullable_x, nullable_y)` will core dump. not fixed. no need to patch in master because the refactor #37330 already changed the implementation context
…37330) ## Proposed changes in this PR have change some age function nullable property. aggregate functions can be divided into 3 types by their nullable properties: - AlwaysNullable - AlwaysNotNullable - NullableAggregateFunction this PR code of FE part from apache#37215, the author is @starocean999 --------- Co-authored-by: starocean999 <12095047@qq.com>
Proposed changes
in this PR have change some age function nullable property.
aggregate functions can be divided into 3 types by their nullable properties:
this PR code of FE part from #37215, the author is @starocean999