Baunsgaard opened a new pull request, #15791: URL: https://github.com/apache/iceberg/pull/15791
Replace the per-position loop in `RoaringPositionBitmap.setRange()` with `RoaringBitmap.add(long, long)` bulk range insertion. The new implementation splits the 64-bit range at key boundaries and delegates each segment to the native API, which operates at the container level internally. This also eliminates per-position validation and bitmap array growth checks. -- 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]
