panbingkun opened a new pull request, #42143: URL: https://github.com/apache/spark/pull/42143
### What changes were proposed in this pull request? The pr aims to upgrade RoaringBitmap from 0.9.45 to 0.9.46. ### Why are the changes needed? The newest brings some improvments, eg: More specialized method for value decrementation by @xtonik in https://github.com/RoaringBitmap/RoaringBitmap/pull/640 Duplicated small array sort routine by @xtonik in https://github.com/RoaringBitmap/RoaringBitmap/pull/638 Avoid intermediate byte array creation by @xtonik in https://github.com/RoaringBitmap/RoaringBitmap/pull/635 Useless back and forth BD bytes conversion by @xtonik in https://github.com/RoaringBitmap/RoaringBitmap/pull/636 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
