kevinw66 opened a new issue, #52575: URL: https://github.com/apache/doris/issues/52575
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version dev ### What's Wrong? [ RUN ] function_hll_test.function_hll_to_base64_test function hll_to_base64 result mismatch, row 2: +-----------------+------------------------+ |k0(Nullable(HLL))|result(Nullable(String))| +-----------------+------------------------+ | HLL()|AQK/Hk98sO59S+bkggkLHSH/| +-----------------+------------------------+ 6 rows in block, only show first 1 rows. , expected result: AQLm5IIJCx0h/78eT3yw7n1L /opt/doris/be/test/vec/function/function_test_util.h:427: Failure Expected equality of these values: 0 comp_res Which is: -1 , function hll_to_base64 result: AQK/Hk98sO59S+bkggkLHSH/, expected result: AQLm5IIJCx0h/78eT3yw7n1L Error occurred in 1-th test case's row 2 arg0 function hll_to_base64 result mismatch, row 3: +-----------------+------------------------+ |k0(Nullable(HLL))|result(Nullable(String))| +-----------------+------------------------+ | HLL()|AQK/Hk98sO59S+bkggkLHSH/| +-----------------+------------------------+ 6 rows in block, only show first 1 rows. , expected result: AQLm5IIJCx0h/78eT3yw7n1L /opt/doris/be/test/vec/function/function_test_util.h:427: Failure Expected equality of these values: 0 comp_res Which is: -1 , function hll_to_base64 result: AQK/Hk98sO59S+bkggkLHSH/, expected result: AQLm5IIJCx0h/78eT3yw7n1L Error occurred in 1-th test case's row 3 arg0 [ FAILED ] function_hll_test.function_hll_to_base64_test (25 ms) ### What You Expected? ut success ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
