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

    https://github.com/apache/spark/pull/21594#discussion_r197314689
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/CachedTableSuite.scala ---
    @@ -801,4 +800,67 @@ class CachedTableSuite extends QueryTest with 
SQLTestUtils with SharedSQLContext
         }
         assert(cachedData.collect === Seq(1001))
       }
    +
    +  test("SPARK-24596 Non-cascading Cache Invalidation - uncache temporary 
view") {
    +    withView("t1", "t2") {
    --- End diff --
    
    Yes.. good catch! A mistake caused by copy-paste.


---

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

Reply via email to