peter-toth commented on code in PR #37630:
URL: https://github.com/apache/spark/pull/37630#discussion_r956724625
##########
core/src/main/scala/org/apache/spark/util/collection/BitSet.scala:
##########
@@ -250,4 +250,11 @@ class BitSet(numBits: Int) extends Serializable {
/** Return the number of longs it would take to hold numBits. */
private def bit2words(numBits: Int) = ((numBits - 1) >> 6) + 1
+
Review Comment:
Extracted the fix to https://github.com/apache/spark/pull/37696.
--
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]