dentiny opened a new pull request, #1578:
URL: https://github.com/apache/iceberg-rust/pull/1578
## What changes are included in this PR?
In this PR, I added a bulk insertion API to deletion vector and roaring
bitmap.
Context:
- I'm working on iceberg-related feature on daily basis, and I'm
implementing own deletion vector and puffin blob myself
+ Code reference:
https://github.com/Mooncake-Labs/moonlink/blob/main/src/moonlink/src/storage/iceberg/deletion_vector.rs
- I would like to leverage upstream's implementation to reduce re-inventing
the wheels, then I noticed some differences
+ My impl supports bulk insertion, because `append` provides better perf
+ In my use case, all deleted rows are fetched in ascending order
## Are these changes tested?
Yes, unit tests added.
--
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]