Details
-
Documentation
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.3.0
Description
Method isZero is described in the scaladoc as "Adds v to the accumulator, i.e. increment sum by v and count by 1." when in fact it checks to see if it is zero.
Pull request https://github.com/apache/spark/pull/20790 fixes.