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_r363182294
########## File path: docs/sql-ref-syntax-aux-cache-cache-table.md ########## @@ -20,7 +20,8 @@ license: | --- ### Description -`CACHE TABLE` statement caches contents of a table or output of a query with the given storage level. This reduces scanning of the original files in future queries. +`CACHE TABLE` statement caches contents of a table or output of a query with the given storage level. It creates a temporary view with Review comment: If a query is cached, then a temp view will be created for this 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]
