Github user kiszk commented on a diff in the pull request:
https://github.com/apache/spark/pull/19222#discussion_r171805189
--- Diff:
common/unsafe/src/main/java/org/apache/spark/unsafe/bitset/BitSetMethods.java
---
@@ -45,6 +46,14 @@ public static void set(Object baseObject, long
baseOffset, int index) {
Platform.putLong(baseObject, wordOffset, word | mask);
}
+ public static void setBlock(MemoryBlock base, long baseOffset, int
index) {
--- End diff --
Let me drop this since it is not used for now. It is provided for future
use.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]