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

    https://github.com/apache/spark/pull/10092#discussion_r46516167
  
    --- Diff: python/pyspark/storagelevel.py ---
    @@ -49,12 +51,8 @@ def __str__(self):
     
     StorageLevel.DISK_ONLY = StorageLevel(True, False, False, False)
     StorageLevel.DISK_ONLY_2 = StorageLevel(True, False, False, False, 2)
    -StorageLevel.MEMORY_ONLY = StorageLevel(False, True, False, True)
    -StorageLevel.MEMORY_ONLY_2 = StorageLevel(False, True, False, True, 2)
    -StorageLevel.MEMORY_ONLY_SER = StorageLevel(False, True, False, False)
    --- End diff --
    
    Removing these will break backward compatibility, I'd like to deprecate 
them, explain the difference between Python and Java (say records will always 
serialized in Python)


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to