iRakson commented on issue #27090: [SPARK-27545][SQL] Temporary view is not 
removed while uncaching the table
URL: https://github.com/apache/spark/pull/27090#issuecomment-570670067
 
 
   > think about this example
   > 
   > ```
   > create temp view t as select ...
   > cache table t
   > uncache table t
   > ```
   > 
   > it's weird if we drop the temp view after uncache table.
   
   Yeah. Here its not wise to drop the temp view after uncache table. I did not 
take into account the possibility when user creates a view of their own.
   But Cache table do create temp view which should be removed when we are 
uncaching the table.

----------------------------------------------------------------
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