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

    https://github.com/apache/spark/pull/22921#discussion_r230429014
  
    --- Diff: python/pyspark/storagelevel.py ---
    @@ -56,16 +56,3 @@ def __str__(self):
     StorageLevel.MEMORY_AND_DISK = StorageLevel(True, True, False, False)
     StorageLevel.MEMORY_AND_DISK_2 = StorageLevel(True, True, False, False, 2)
     StorageLevel.OFF_HEAP = StorageLevel(True, True, True, False, 1)
    -
    -"""
    -.. note:: The following four storage level constants are deprecated in 
2.0, since the records
    --- End diff --
    
    cc @MLnick I know this was a thing on your radar in some way for dataframe 
caching maybe? Do we actually want to remove this for 3+?


---

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

Reply via email to