[GitHub] spark pull request #14785: [SPARK-17207][MLLIB]fix comparing Vector bug in T...

2016-08-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14785 --- 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

[GitHub] spark pull request #14785: [SPARK-17207][MLLIB]fix comparing Vector bug in T...

2016-08-24 Thread mpjlu
Github user mpjlu commented on a diff in the pull request: https://github.com/apache/spark/pull/14785#discussion_r76037277 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/util/TestingUtils.scala --- @@ -154,7 +154,11 @@ object TestingUtils { */ def

[GitHub] spark pull request #14785: [SPARK-17207][MLLIB]fix comparing Vector bug in T...

2016-08-24 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/14785#discussion_r76035512 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/util/TestingUtils.scala --- @@ -154,7 +154,11 @@ object TestingUtils { */ def

[GitHub] spark pull request #14785: [SPARK-17207][MLLIB]fix comparing Vector bug in T...

2016-08-24 Thread mpjlu
Github user mpjlu commented on a diff in the pull request: https://github.com/apache/spark/pull/14785#discussion_r76035442 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/util/TestingUtils.scala --- @@ -154,7 +154,11 @@ object TestingUtils { */ def

[GitHub] spark pull request #14785: [SPARK-17207][MLLIB]fix comparing Vector bug in T...

2016-08-24 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/14785#discussion_r76034861 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/util/TestingUtils.scala --- @@ -154,7 +154,11 @@ object TestingUtils { */ def

[GitHub] spark pull request #14785: [SPARK-17207][MLLIB]fix comparing Vector bug in T...

2016-08-24 Thread mpjlu
GitHub user mpjlu opened a pull request: https://github.com/apache/spark/pull/14785 [SPARK-17207][MLLIB]fix comparing Vector bug in TestingUtils ## What changes were proposed in this pull request? fix comparing Vector bug in TestingUtils. There is the same bug for