rezasafi commented on issue #23685: [SPARK-26771][CORE][GRAPHX] Make .unpersist(), .destroy() consistently non-blocking by default URL: https://github.com/apache/spark/pull/23685#issuecomment-476255927 @srowen thank you very much for your work here. Was there any reason that you didn't change the uncacheQuery in dropTempView call here: https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/internal/CatalogImpl.scala#L367 It is also ends up to always a blocking call to rdd unpersist. I was wondering if a blocking call to unpersist is a requirement for dropping temp views.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
