Uh oh!
There was an error while loading. Please reload this page.
[feature](function) support hll functions hll_from_base64, hll_to_base64 - #32089
Conversation
doris-robot
commented
Mar 12, 2024
Thank you for your contribution to Apache Doris. |
superdiaodiao
commented
Mar 12, 2024
run buildall |
doris-robot
commented
Mar 12, 2024
TPC-H: Total hot run time: 36886 ms |
doris-robot
commented
Mar 12, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Mar 12, 2024
TPC-DS: Total hot run time: 186690 ms |
doris-robot
commented
Mar 12, 2024
ClickBench: Total hot run time: 30.54 s |
doris-robot
commented
Mar 12, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
a4efb76 to
9f87b21Comparesuperdiaodiao
commented
Mar 13, 2024
run buildall |
doris-robot
commented
Mar 13, 2024
TPC-H: Total hot run time: 36779 ms |
doris-robot
commented
Mar 13, 2024
TPC-DS: Total hot run time: 187629 ms |
doris-robot
commented
Mar 13, 2024
ClickBench: Total hot run time: 29.99 s |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
96710e4 to
3964185Compareupdate branch
superdiaodiao
commented
Apr 11, 2024
run buildall |
doris-robot
commented
Apr 11, 2024
TeamCity be ut coverage result: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| doris::Slice decoded_slice(decode_buff.data(), outlen); | ||
| doris::HyperLogLog hll; | ||
| if (!hll.deserialize(decoded_slice)) { | ||
| return Status::RuntimeError( |
There was a problem hiding this comment.
why not set NULL ? or return ERROR?
There was a problem hiding this comment.
I saw bitmap_from_base64() return error, shouldn't we keep the same?
7f9c847 to
efae565Comparesuperdiaodiao
commented
Apr 12, 2024
run buildall |
doris-robot
commented
Apr 12, 2024
TPC-H: Total hot run time: 38769 ms |
superdiaodiao
commented
Apr 12, 2024
run feut |
doris-robot
commented
Apr 12, 2024
TPC-DS: Total hot run time: 183186 ms |
doris-robot
commented
Apr 12, 2024
ClickBench: Total hot run time: 30.22 s |
doris-robot
commented
Apr 12, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
PR approved by at least one committer and no changes requested. |
…ntersect functions (#560) - hll_from_base64, hll_to_base64: master pr: apache/doris#32089 - group_array_intersect: master pr: apache/doris#33265
…e64 (apache#32089) Issue Number: apache#31320 Support two hll functions: - hll_from_base64 Convert a base64 string(result of function hll_to_base64) into a hll. - hll_to_base64 Convert an input hll to a base64 string.
Proposed changes
Issue Number: #31320
Support two hll functions:
Convert a base64 string(result of function hll_to_base64) into a hll.
Convert an input hll to a base64 string.
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...