[GitHub] [spark] sunchao commented on a change in pull request #31462: [SPARK-34347][SQL] CatalogImpl.uncacheTable should invalidate in cascade for temp views

2021-02-05 Thread GitBox
sunchao commented on a change in pull request #31462: URL: https://github.com/apache/spark/pull/31462#discussion_r570011001 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala ## @@ -909,12 +909,12 @@ class SessionCatalog(

[GitHub] [spark] sunchao commented on a change in pull request #31462: [SPARK-34347][SQL] CatalogImpl.uncacheTable should invalidate in cascade for temp views

2021-02-03 Thread GitBox
sunchao commented on a change in pull request #31462: URL: https://github.com/apache/spark/pull/31462#discussion_r570011001 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala ## @@ -909,12 +909,12 @@ class SessionCatalog(

[GitHub] [spark] sunchao commented on a change in pull request #31462: [SPARK-34347][SQL] CatalogImpl.uncacheTable should invalidate in cascade for temp views

2021-02-03 Thread GitBox
sunchao commented on a change in pull request #31462: URL: https://github.com/apache/spark/pull/31462#discussion_r569758426 ## File path: sql/core/src/test/scala/org/apache/spark/sql/CachedTableSuite.scala ## @@ -1426,4 +1426,22 @@ class CachedTableSuite extends QueryTest with