[
https://issues.jboss.org/browse/TEIID-2674?page=com.atlassian.jira.plugin...
]
Steven Hawkins resolved TEIID-2674.
-----------------------------------
Fix Version/s: 8.6
Resolution: Done
Added checks to look below grouping nodes (which can only be the case after pushing
aggregates) when looking for dependent hints.
Makedep not honored with aggregate decomposition
------------------------------------------------
Key: TEIID-2674
URL:
https://issues.jboss.org/browse/TEIID-2674
Project: Teiid
Issue Type: Quality Risk
Components: Query Engine
Affects Versions: 7.7
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.6
A makedep hint on a joined table under aggregation for a source that does not support the
grouping will result in the makedep hint being ignored - for example where pm1 does not
support join/aggregation:
select count(x.e2), e1 from pm1.g1 x makedep, pm1.g2 where x.e3 = pm1.g2.e3 group by e1
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira