HangyuanLiu opened a new issue #3652: URL: https://github.com/apache/incubator-doris/issues/3652
Currently, the return value of the HLL function is varchar. This result in problems in analyze stage. For example, HLL_RAW_AGG(hll_hash(hll_type_field)) return analyze error: "HLL_UNION_AGG, HLL_RAW_AGG and HLL_CARDINALITY's params must be HLL column". ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
