]
Steven Hawkins updated TEIID-4449:
----------------------------------
Fix Version/s: 8.12.17.6_4
Allow limited replanning of subplans that use only common tables
-----------------------------------------------------------------
Key: TEIID-4449
URL:
https://issues.jboss.org/browse/TEIID-4449
Project: Teiid
Issue Type: Enhancement
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 9.1, 8.12.17.6_4
If a common table is fully pushed and not marked as materialized, then it could be used
in subplans in a trivial way:
with x as ... select col from x
It would be better to have that access reference a materialized common table, rather than
pushed separately.