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 shared references in clone of RoaringBatchIterator #575

Merged
merged 1 commit into from
Aug 6, 2022

Conversation

navis
Copy link
Member

@navis navis commented Aug 6, 2022

Fixes #574

@richardstartin richardstartin merged commit 6a57f8c into RoaringBitmap:master Aug 6, 2022
dongjoon-hyun pushed a commit to apache/spark that referenced this pull request Sep 17, 2022
### What changes were proposed in this pull request?
This pr aims upgrade RoaringBitmap 0.9.32

### Why are the changes needed?
This is a bug fix version:

- RoaringBitmap/RoaringBitmap#575
- RoaringBitmap/RoaringBitmap#578

other changes as follows:

- RoaringBitmap/RoaringBitmap@0.9.31...0.9.32

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
Pass GitHub Actions

Closes #37914 from LuciferYang/SPARK-40471.

Authored-by: yangjie01 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
LuciferYang added a commit to LuciferYang/spark that referenced this pull request Sep 20, 2022
### What changes were proposed in this pull request?
This pr aims upgrade RoaringBitmap 0.9.32

### Why are the changes needed?
This is a bug fix version:

- RoaringBitmap/RoaringBitmap#575
- RoaringBitmap/RoaringBitmap#578

other changes as follows:

- RoaringBitmap/RoaringBitmap@0.9.31...0.9.32

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
Pass GitHub Actions

Closes apache#37914 from LuciferYang/SPARK-40471.

Authored-by: yangjie01 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
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.

Bug in RoaringBatchIterator.clone()
2 participants