You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @jayzhan211
I noticed the approx_distinct UDAF implemented in datafusion/functions-aggregate/src/approx_distinct.rs. It appears to be using a HyperLogLog (HLL) structure defined in datafusion/functions-aggregate/src/hyperloglog.rs.
What is the expected outcome of this issue. Could you provide some insights into the intended use of this UDAF?
Is your feature request related to a problem or challenge?
Similar to other issues in #8708
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: