maropu commented on a change in pull request #23650: [SPARK-26728]Make
rdd.unpersist blocking configurable
URL: https://github.com/apache/spark/pull/23650#discussion_r251671378
##########
File path: core/src/main/scala/org/apache/spark/rdd/RDD.scala
##########
@@ -209,13 +210,14 @@ abstract class RDD[T: ClassTag](
*/
def cache(): this.type = persist()
+ private val unpersistBlocking = conf.get(RDD_UNPERSIST_BLOCKING)
Review comment:
super nit... add a blank line
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]