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

Still, complement of roaring bitmap does not work correctly #2218

Closed
sirpkt opened this issue Jan 7, 2016 · 1 comment · Fixed by #2227
Closed

Still, complement of roaring bitmap does not work correctly #2218

sirpkt opened this issue Jan 7, 2016 · 1 comment · Fixed by #2227

Comments

@sirpkt
Copy link
Contributor

sirpkt commented Jan 7, 2016

I said complement bug of roaring bitmap was fixed at RoaringBitmap 0.5.13 in #2175
but sorry it is wrong information.
I found that flip() of ImmutableRoaringBitmap still does not work correctly with 0.5.13,
and results in incorrect result of NotFilter
(however, MutableRoaringBitmap and RoaringBitmap work fine).

This bug is fixed with the newest version of RoaringBitmap(0.5.16).
So, we need

  • new release of bytebuffer-collections whose pom.xml depends on RoaringBitmap 0.5.16
  • updated Druid pom.xml that depends on the new release
@fjy
Copy link
Contributor

fjy commented Jan 7, 2016

@drcrallen @xvrl @nishantmonu51 we need another bytebuffer collections to be released

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 a pull request may close this issue.

2 participants