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 {
             // Remove the cache entry before we create a new one, so that we 
can have a different
             // physical plan.
             it.remove()
    -        val plan = spark.sessionState.executePlan(cd.plan).executedPlan
    +        val plan = 
spark.sessionState.executePlan(AnalysisBarrier(cd.plan)).executedPlan
    --- End diff --
    
    We need a test case to cover this change. 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to