Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/19316#discussion_r143896120
--- Diff:
core/src/main/scala/org/apache/spark/storage/memory/MemoryStore.scala ---
@@ -388,7 +388,13 @@ private[spark] class MemoryStore(
// perform one final call to attempt to allocate additional memory if
necessary.
if (keepUnrolling) {
--- End diff --
shall we merge this `if` into the next `if`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]