Ngone51 commented on pull request #31152: URL: https://github.com/apache/spark/pull/31152#issuecomment-759169047
> It looks like when that memory mode was added spilling was only support to on heap by Spillable hmm...but seems like `Spillable` can still spill (by `maybeSpill()`) under off-heap mode if the spill is triggered by itself. https://github.com/apache/spark/blob/3a299aa6480ac22501512cd0310d31a441d7dfdc/core/src/main/scala/org/apache/spark/util/collection/Spillable.scala#L82 ---------------------------------------------------------------- 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]
