Github user yinxusen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/458#discussion_r11833298
  
    --- Diff: 
mllib/src/test/scala/org/apache/spark/mllib/regression/LassoSuite.scala ---
    @@ -44,8 +44,11 @@ class LassoSuite extends FunSuite with LocalSparkContext 
{
           .map { case LabeledPoint(label, features) =>
           LabeledPoint(label, Vectors.dense(1.0 +: features.toArray))
         }
    +
         val testRDD = sc.parallelize(testData, 2).cache()
     
    +
    --- End diff --
    
    remove a blank line.


---
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.
---

Reply via email to