Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/15084#discussion_r78716768
--- Diff: core/src/main/scala/org/apache/spark/util/collection/BitSet.scala
---
@@ -58,6 +58,20 @@ class BitSet(numBits: Int) extends Serializable {
}
/**
+ * Clear all the bits up to a given index
+ */
+ def clearUntil(bitIndex: Int) {
--- End diff --
I'd declare this as `...): Unit = {` and fix `setUntil` above while here.
It's technically a non-private class so want to be careful about the API.
Hopefully MiMa doesn't tell us we've accidentally got a method here with
non-void return type.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]