Github user srowen commented on the pull request:

    https://github.com/apache/spark/pull/9243#issuecomment-152628129
  
    @viirya @drcrallen this is a real failure and it's easy to reproduce. It 
really stumped me until I figured out why it was just hanging -- it's the call 
to `runApproximateJob` with such a short timeout (1ms). It must be some other 
subtle problem that causes it to fail to notice the job has already failed 
before it begins waiting. 
    
    Anyway, if you increase that in the test you can see the problem: `BitSet` 
just needs a no-arg constructor with `def this() = this(0)` and you can use 
this instead of the call to `new BitSet(0)`. 
    
    Also there is still some mention of roaring bitmaps in 
`HighlyCompressedMapStatus` comments.
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to