zuston commented on code in PR #2475:
URL: https://github.com/apache/uniffle/pull/2475#discussion_r2077683302


##########
common/src/main/java/org/apache/uniffle/common/util/RssUtils.java:
##########
@@ -272,6 +273,29 @@ public static Roaring64NavigableMap 
cloneBitMap(Roaring64NavigableMap bitmap) {
     return clone;
   }
 
+  public static Roaring64NavigableMap toBitmap(Set<Long> sets) {

Review Comment:
   It will be invoked by only one side. and it's not a hot point. Maybe this is 
not necessary



-- 
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]

Reply via email to