Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/6768#discussion_r32290545 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/util/MLUtilsSuite.scala --- @@ -161,10 +161,10 @@ class MLUtilsSuite extends SparkFunSuite with MLlibTestSparkContext { } test("appendBias") { - val sv = Vectors.sparse(3, Seq((0, 1.0), (2, 3.0))) + val sv = Vectors.sparse(4, Seq((0, 1.0), (2, 3.0))) --- End diff -- okay, after thinking carefully, it seems it's not necessary. please revert the test.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org