Jackie-Jiang commented on issue #5153: different result on fasthll and distinctcounthll URL: https://github.com/apache/incubator-pinot/issues/5153#issuecomment-599022898 `fasthll` is deprecated because of the low performance of deserialization. You may generate BYTES type for serialized `HyperLogLog` using `org.apache.pinot.core.common.ObjectSerDeUtils.HYPER_LOG_LOG_SER_DE.serialize(hyperLogLog)` and query it with `distinctcounthll`
---------------------------------------------------------------- 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]
