[GitHub] spark pull request #18771: [SPARK-21478][SQL] Avoid unpersisting related Dat...

2017-07-29 Thread vinodkc
Github user vinodkc closed the pull request at: https://github.com/apache/spark/pull/18771 --- 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 en

[GitHub] spark pull request #18771: [SPARK-21478][SQL] Avoid unpersisting related Dat...

2017-07-29 Thread vinodkc
Github user vinodkc commented on a diff in the pull request: https://github.com/apache/spark/pull/18771#discussion_r130234632 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/CacheManager.scala --- @@ -114,13 +114,13 @@ class CacheManager extends Logging { }

[GitHub] spark pull request #18771: [SPARK-21478][SQL] Avoid unpersisting related Dat...

2017-07-29 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18771#discussion_r130226083 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/CacheManager.scala --- @@ -114,13 +114,13 @@ class CacheManager extends Logging {

[GitHub] spark pull request #18771: [SPARK-21478][SQL] Avoid unpersisting related Dat...

2017-07-29 Thread vinodkc
GitHub user vinodkc opened a pull request: https://github.com/apache/spark/pull/18771 [SPARK-21478][SQL] Avoid unpersisting related Datasets ## What changes were proposed in this pull request? While unpersisting a dataset, only unpersist and remove that datasets's plan from Cac