apache / iceberg

Apache Iceberg
https://iceberg.apache.org/
Apache License 2.0
6.49k stars 2.24k forks source link

Core: Use RoaringPositionBitmap in position index #11441

Closed aokolnychyi closed 3 weeks ago

aokolnychyi commented 3 weeks ago

This PR migrates BitmapPositionDeleteIndex to use RoaringPositionBitmap in preparation for DVs. The original PR that added the bitmap had elaborate tests and benchmarks.

This work is part of #11122.

aokolnychyi commented 3 weeks ago

Thank you, @amogh-jahagirdar!