Skip to content
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

Large range HLL resulting in 0 cardinality #27

Open
JonathanAquino opened this issue Jun 13, 2019 · 0 comments
Open

Large range HLL resulting in 0 cardinality #27

JonathanAquino opened this issue Jun 13, 2019 · 0 comments

Comments

@JonathanAquino
Copy link

There are two unit tests SparseHLLTest#largeRangeSmokeTest() and FullHLLTest#largeRangeSmokeTest() that are supposed to test cardinalities of very large HLLs. However, if you insert

System.out.println(cardinality + ", " + expected);

at the bottom of them, you see that both the expected and actual cardinalities are 0. They should instead be a very large number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant