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

    https://github.com/apache/spark/pull/19438#discussion_r143001025
  
    --- Diff: R/pkg/tests/fulltests/test_sparkSQL.R ---
    @@ -2538,7 +2538,7 @@ test_that("describe() and summary() on a DataFrame", {
     
       stats2 <- summary(df)
       expect_equal(collect(stats2)[5, "summary"], "25%")
    -  expect_equal(collect(stats2)[5, "age"], "30")
    +  expect_equal(collect(stats2)[5, "age"], "19")
    --- End diff --
    
    Also looks more logical given the input contains values 19 and 30 only.


---

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

Reply via email to