-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PFMERGE
wrong behavior
#4750
Labels
bug
Something isn't working
Comments
Thank you @Niennienzz ! |
mkaruza
added a commit
that referenced
this issue
Mar 18, 2025
Skip destination key to be used with PFMERGE. Fixed bug in hllMergeDense that writes to wrong register. Fixes #4750 Signed-off-by: mkaruza <[email protected]>
mkaruza
added a commit
that referenced
this issue
Mar 18, 2025
Skip destination key to be used with PFMERGE. Fixed bug in hllMergeDense that writes to wrong register. Fixes #4750 Signed-off-by: mkaruza <[email protected]>
mkaruza
added a commit
that referenced
this issue
Mar 18, 2025
Skip destination key to be used with PFMERGE. Fixed bug in hllMergeDense that writes to wrong register. Fixes #4750 Signed-off-by: mkaruza <[email protected]>
mkaruza
added a commit
that referenced
this issue
Mar 20, 2025
Fixed bug in hllMergeDense that writes to wrong register. Fixes #4750 Signed-off-by: mkaruza <[email protected]>
mkaruza
added a commit
that referenced
this issue
Mar 20, 2025
Fixed bug in hllMergeDense that writes to wrong register. Fixes #4750 Signed-off-by: mkaruza <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
PFMERGE
accumulates the cardinality ofdestination
.destination
HyperLogLog exists, it should be treated as one of the sources.To Reproduce
Expected Behavior
hll_01
,hll_02
, anddestination
.destination
HyperLogLog should have the same value onwards.Environment
The text was updated successfully, but these errors were encountered: