kangkaisen opened a new issue #1250: HLL query error when only upgrade BE to 0.10 URL: https://github.com/apache/incubator-doris/issues/1250 **Describe the bug** ``` mysql> select HLL_UNION_AGG(set1), HLL_UNION_AGG(set2), count(*) from hll_test; ERROR 1064 (HY000): Unable to find _ZN5doris18AggregateFunctions18hll_union_agg_initEPN9doris_udf15FunctionContextEPNS1_9StringValE dlerror: /opt/meituan/palo/be/lib/palo_be: undefined symbol: _ZN5doris18AggregateFunctions18hll_union_agg_initEPN9doris_udf15FunctionContextEPNS1_9StringValE ``` **To Reproduce** 1. upgrade BE to Doris 0.10 firstly 2. query with HLL
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
