cloud-fan commented on a change in pull request #27090: [SPARK-27545][SQL] 
Temporary view is not removed while uncaching the table
URL: https://github.com/apache/spark/pull/27090#discussion_r363182626
 
 

 ##########
 File path: docs/sql-ref-syntax-aux-cache-uncache-table.md
 ##########
 @@ -21,11 +21,15 @@ license: |
 
 ### Description
 `UNCACHE TABLE` removes the entries and associated data from the in-memory 
and/or on-disk cache for a given table or view. The
-underlying entries should already have been brought to cache by previous 
`CACHE TABLE` operation. `UNCACHE TABLE` on a non-existent table throws 
Exception if `IF EXISTS` is not specified.
+underlying entries should already have been brought to cache by previous 
`CACHE TABLE` operation. `UNCACHE TABLE` do not remove 
+the temporary view if it is created by `CACHE TABLE AS query`. `UNCACHE TABLE` 
on a non-existent table throws Exception if `IF EXISTS`
 
 Review comment:
   CACHE TABLE name AS query

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