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

    https://github.com/apache/spark/pull/20016#discussion_r157794196
  
    --- Diff: 
examples/src/main/scala/org/apache/spark/examples/LocalFileLR.scala ---
    @@ -58,10 +58,10 @@ object LocalFileLR {
     
         // Initialize w to a random value
         val w = DenseVector.fill(D) {2 * rand.nextDouble - 1}
    -    println("Initial w: " + w)
    +    println(s"Initial w: ${w}")
    --- End diff --
    
    @srowen Thanks for review, I did addressed changes. Please review


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to