Description
In `CacheManager`, tables (including views) are cached by its logical plan, and
use `QueryPlan.sameResult` to lookup the cache. But the PersistedView wraps
the child plan with a `View` which always lead false for `sameResult` check.
Attachments
Issue Links
- relates to
-
SPARK-34108 Cache lookup doesn't work in certain cases
- Resolved
- links to