Details
Description
In beeline, when I run:
CREATE TABLE test AS select col from table; CACHE TABLE test DROP TABLE test
The the table is removed but the RDD is still cached. Running UNCACHE is not possible anymore (table not found from metastore).
Attachments
Attachments
Issue Links
- Is contained by
-
SPARK-4912 Persistent data source tables
- Resolved
- links to