SteNicholas opened a new pull request, #2473: URL: https://github.com/apache/celeborn/pull/2473
### What changes were proposed in this pull request? Bump RoaringBitmap version from 1.0.5 to 1.0.6. ### Why are the changes needed? RoaringBitmap has released v1.0.6, which release note refers to [1.0.6](https://github.com/RoaringBitmap/RoaringBitmap/releases/tag/1.0.6). This version includes some bugfixes and improvements including: - Implement BatchIterator's promise to fill the input buffer. - RoaringBitmap to BitSet/long[]/byte[]. Backport https://github.com/apache/spark/pull/46152. https://github.com/apache/spark/pull/46152#issuecomment-2068727268 mentions the performance of the benchmark test based on JDK21 is quite good. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
