Closed

Description
hll_add_agg
currently returns NULL
when it aggregates over an empty data set, which can have the undesirable effect of NULLing out the target when the aggregate is used to update another hll
column (with hll_union
).
The issue is avoidable with some NULL
detection (as is shown in this blog post) but the post is right in that the real fix should be in postgresql-hll
.
Metadata
Metadata
Assignees
Labels
No labels