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

    https://github.com/apache/spark/pull/15516#discussion_r83921132
  
    --- Diff: R/pkg/inst/tests/testthat/test_sparkSQL.R ---
    @@ -795,6 +795,8 @@ test_that("cache(), persist(), and unpersist() on a 
DataFrame", {
       persist(df, "MEMORY_AND_DISK")
       expect_true(df@env$isCached)
     
    +  expect_equal(storageLevel(df), "StorageLevel(disk, memory, deserialized, 
1 replicas)")
    --- End diff --
    
    so the output of this doesn't say "MEMORY_AND_DISK"? Should we have that in 
addition to "StorageLevel(disk, memory, deserialized, 1 replicas)"? It might be 
confusing to set "MEMORY_AND_DISK" and get "StorageLevel(disk, memory, 
deserialized, 1 replicas)" back?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to