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

Remove handling that doesn't seem needed/wanted for longs #287

Merged
merged 2 commits into from
Mar 4, 2014

Conversation

ianoc
Copy link
Collaborator

@ianoc ianoc commented Mar 4, 2014

fixes #284

@jcoveney
Copy link
Contributor

jcoveney commented Mar 4, 2014

Looks like this is a legit error

[info] HyperLogLog should
[error] x count with 5-bits
[error] 0.8493150684931506 is not less than 0.6434671708797582 (HyperLogLogTest.scala:105)

@asiegel34 any thoughts?

@ianoc
Copy link
Collaborator Author

ianoc commented Mar 4, 2014

Error is not new/related to this code change. Build is passing now, there is a wider question as to why this test is flaky.

Where does the 3.5 constant in the tests come from?

johnynek added a commit that referenced this pull request Mar 4, 2014
Remove handling that doesn't seem needed/wanted for longs
@johnynek johnynek merged commit 38f2a0d into develop Mar 4, 2014
@johnynek johnynek deleted the fix_HLL_issue branch March 4, 2014 22:44
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

Successfully merging this pull request may close these issues.

HLL is wrong with more that ~2<31 items
3 participants