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

    https://github.com/apache/spark/pull/20632#discussion_r169806090
  
    --- Diff: 
mllib/src/test/scala/org/apache/spark/ml/tree/impl/RandomForestSuite.scala ---
    @@ -402,20 +405,40 @@ class RandomForestSuite extends SparkFunSuite with 
MLlibTestSparkContext {
           LabeledPoint(1.0, Vectors.dense(2.0)))
         val input = sc.parallelize(arr)
     
    +    val seed = 42
    --- End diff --
    
    make this  a `private val seed = 42` member of `RandomForestSuite`


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to