Github user JoshRosen commented on a diff in the pull request:
https://github.com/apache/spark/pull/11533#discussion_r55262607
--- Diff: core/src/main/scala/org/apache/spark/storage/BlockManager.scala
---
@@ -477,7 +477,7 @@ private[spark] class BlockManager(
}
} else {
// Otherwise, we also have to store something in the memory
store
- if (!level.deserialized || !asBlockResult) {
+ if (!level.deserialized && !asBlockResult) {
--- End diff --
I neglected to do this earlier because this entire block of code is being
completely rewritten in another one of my PRs.
---
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]