[feature](function) support hll functions hll_from_base64, hll_to_base64#32089
[feature](function) support hll functions hll_from_base64, hll_to_base64#32089morningman merged 9 commits intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. |
|
run buildall |
TPC-H: Total hot run time: 36886 ms |
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 186690 ms |
ClickBench: Total hot run time: 30.54 s |
|
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. |
a4efb76 to
9f87b21
Compare
|
run buildall |
TPC-H: Total hot run time: 36779 ms |
TPC-DS: Total hot run time: 187629 ms |
ClickBench: Total hot run time: 29.99 s |
96710e4 to
3964185
Compare
update branch
|
run buildall |
|
TeamCity be ut coverage result: |
| 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
efae565
Compare
|
run buildall |
TPC-H: Total hot run time: 38769 ms |
|
run feut |
TPC-DS: Total hot run time: 183186 ms |
ClickBench: Total hot run time: 30.22 s |
|
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...