Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/21602#discussion_r232107563
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/CacheManager.scala ---
@@ -142,7 +142,7 @@ class CacheManager extends Logging {
Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/21602
---
-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org
Github user maryannxue commented on a diff in the pull request:
https://github.com/apache/spark/pull/21602#discussion_r197017717
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/DatasetCacheSuite.scala ---
@@ -132,4 +132,19 @@ class DatasetCacheSuite extends QueryTest with
S
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/21602#discussion_r197011139
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/DatasetCacheSuite.scala ---
@@ -132,4 +132,19 @@ class DatasetCacheSuite extends QueryTest with
Sh
GitHub user maryannxue opened a pull request:
https://github.com/apache/spark/pull/21602
[SPARK-24613][SQL] Cache with UDF could not be matched with subsequent
dependent caches
## What changes were proposed in this pull request?
Wrap the logical plan with a `AnalysisBa