Github user gatorsmile commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21594#discussion_r197591957
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/internal/CatalogImpl.scala ---
    @@ -490,7 +494,7 @@ class CatalogImpl(sparkSession: SparkSession) extends 
Catalog {
         // cached version and make the new version cached lazily.
         if (isCached(table)) {
           // Uncache the logicalPlan.
    -      sparkSession.sharedState.cacheManager.uncacheQuery(table, blocking = 
true)
    +      sparkSession.sharedState.cacheManager.uncacheQuery(table, true, 
blocking = true)
    --- End diff --
    
    the same here.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to