MaxGekk commented on issue #20793: [WIP][SPARK-23643] Shrinking the buffer in hashSeed up to size of the seed parameter URL: https://github.com/apache/spark/pull/20793#issuecomment-472528393 So far, don't know how to "fix" the test `power iteration clustering gives incorrect results due to failed to converge`. It fails there: https://github.com/apache/spark/blob/0d35f9ea3a73efd858f9e1a70fd13813ffaa344d/mllib/src/test/scala/org/apache/spark/ml/clustering/PowerIterationClusteringSuite.scala#L238 with ``` org.scalatest.exceptions.TestFailedException: Set(3, 2) equaled Set(2, 3) ``` @shahidki31 @srowen Any ideas how to adapt the test to new hash seed?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
