[GitHub] spark pull request #15261: [SPARK-16356][Follow-up][ML] Enforce ML test of e...

2016-09-29 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/15261#discussion_r81082669 --- Diff: mllib/src/test/scala/org/apache/spark/ml/feature/VectorIndexerSuite.scala --- @@ -121,10 +119,17 @@ class VectorIndexerSuite extends

[GitHub] spark pull request #15261: [SPARK-16356][Follow-up][ML] Enforce ML test of e...

2016-09-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15261 --- 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 #15261: [SPARK-16356][Follow-up][ML] Enforce ML test of e...

2016-09-28 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15261#discussion_r80914401 --- Diff: mllib/src/test/scala/org/apache/spark/ml/feature/VectorIndexerSuite.scala --- @@ -121,10 +119,17 @@ class VectorIndexerSuite extends SparkFunSuite

[GitHub] spark pull request #15261: [SPARK-16356][Follow-up][ML] Enforce ML test of e...

2016-09-27 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/spark/pull/15261 [SPARK-16356][Follow-up][ML] Enforce ML test of exception for local/distributed Dataset. ## What changes were proposed in this pull request? #14035 added ```testImplicits``` to ML unit