Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/10752#discussion_r49769466
--- Diff: core/src/main/scala/org/apache/spark/storage/StorageLevel.scala
---
@@ -150,7 +150,9 @@ object StorageLevel {
val MEMORY_AND_DISK_2 = new StorageLevel(true, true, false, true, 2)
val MEMORY_AND_DISK_SER = new StorageLevel(true, true, false, false)
val MEMORY_AND_DISK_SER_2 = new StorageLevel(true, true, false, false, 2)
- val OFF_HEAP = new StorageLevel(false, false, true, false)
+
+ // Redirect to MEMORY_ONLY_SER for now.
+ val OFF_HEAP = MEMORY_ONLY_SER
--- End diff --
should we at least log a warning?
---
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]