Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/23072#discussion_r239198848
  
    --- Diff: R/pkg/tests/fulltests/test_mllib_clustering.R ---
    @@ -319,4 +319,18 @@ test_that("spark.posterior and spark.perplexity", {
       expect_equal(length(local.posterior), sum(unlist(local.posterior)))
     })
     
    +test_that("spark.assignClusters", {
    +    df <- createDataFrame(list(list(0L, 1L, 1.0), list(0L, 2L, 1.0),
    --- End diff --
    
    indentation?


---

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

Reply via email to