JingsongLi commented on code in PR #3760:
URL: https://github.com/apache/paimon/pull/3760#discussion_r1679177577
##########
paimon-common/src/main/java/org/apache/paimon/utils/RoaringBitmap32.java:
##########
@@ -39,6 +40,10 @@ public RoaringBitmap32() {
this.roaringBitmap = new RoaringBitmap();
}
+ public RoaringBitmap32(RoaringBitmap roaringBitmap) {
Review Comment:
We should not support this, `RoaringBitmap` should be hided.
--
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]