Steven Hawkins created TEIID-2674:
-------------------------------------
Summary: 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
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