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

    https://github.com/apache/spark/pull/10092#discussion_r46520645
  
    --- 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 --
    
    Agree! Just updated the codes with the deprecated notes. Trying to follow 
the existing PySpark style. Please check if they are good. : )
    
    Not sure if this will be merged to 1.6. The note is still using 1.6. Thank 
you!


---
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