LantaoJin commented on issue #27185: [SPARK-30494][SQL] Avoid duplicated cached 
RDD when replace an existing view
URL: https://github.com/apache/spark/pull/27185#issuecomment-581401772
 
 
   I think `def uncacheTable(tableName: String): Unit` in Catalog.scala is 
already the general function to uncache table. But it still can not prevent to 
use other ways in invoke side.
   
https://github.com/apache/spark/blob/69ab94ff24f471783e29cc7853c0eee25ea2d88c/sql/core/src/main/scala/org/apache/spark/sql/catalog/Catalog.scala#L380
   
   Can we move 
sql/core/src/main/scala/org/apache/spark/sql/catalog/Catalog.scala to catalyst 
package?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to