[
https://issues.apache.org/jira/browse/SPARK-27248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16801702#comment-16801702
]
William Wong commented on SPARK-27248:
--------------------------------------
https://github.com/apache/spark/pull/24221
Hi @Hyukjin, just created a PR. Hope it is good enough. If not, please let me
know and I will fix it. Many thanks. Best regards, William
> REFRESH TABLE should recreate cache with same cache name and storage level
> --------------------------------------------------------------------------
>
> Key: SPARK-27248
> URL: https://issues.apache.org/jira/browse/SPARK-27248
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 3.0.0
> Reporter: William Wong
> Priority: Major
>
> If we refresh a cached table, the table cache will be first uncached and then
> recache (lazily). Currently, the logic is embedded in
> CatalogImpl.refreshTable method.
> The current implementation does not preserve the cache name and storage
> level. As a result, cache name and cache level could be changed after a
> REFERSH. IMHO, it is not what a user would expect.
> I would like to fix this behavior by first save the cache name and storage
> level for recaching the table.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]