dongjoon-hyun commented on a change in pull request #29331:
URL: https://github.com/apache/spark/pull/29331#discussion_r467968165



##########
File path: docs/rdd-programming-guide.md
##########
@@ -1256,7 +1256,7 @@ storage levels is:
 
 **Note:** *In Python, stored objects will always be serialized with the 
[Pickle](https://docs.python.org/2/library/pickle.html) library,
 so it does not matter whether you choose a serialized level. The available 
storage levels in Python include `MEMORY_ONLY`, `MEMORY_ONLY_2`,
-`MEMORY_AND_DISK`, `MEMORY_AND_DISK_2`, `DISK_ONLY`, and `DISK_ONLY_2`.*
+`MEMORY_AND_DISK`, `MEMORY_AND_DISK_2`, `DISK_ONLY`, `DISK_ONLY_2`, and 
`DISK_ONLY_3`.*

Review comment:
       Let me rephrase the request.
   1. Adding both DISK_ONLY_2 and DISK_ONLY_3 to the above table.
   2. Adding a description about the corner case for `MEMORY_ONLY_2`, 
`MEMORY_AND_DISK_2`, `DISK_ONLY_2`, `DISK_ONLY_3`
   
   Is there something more I can do, @tgravescs ?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to