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

    https://github.com/apache/spark/pull/21183#discussion_r187216371
  
    --- Diff: 
mllib/src/test/scala/org/apache/spark/ml/clustering/LDASuite.scala ---
    @@ -252,6 +252,15 @@ class LDASuite extends SparkFunSuite with 
MLlibTestSparkContext with DefaultRead
         val lda = new LDA()
         testEstimatorAndModelReadWrite(lda, dataset, LDASuite.allParamSettings,
           LDASuite.allParamSettings, checkModelData)
    +
    +    def checkModelDataWithDataset(model: LDAModel, model2: LDAModel,
    --- End diff --
    
    style: Please fix this to match other multi-line method headers.


---

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

Reply via email to