Steven Hawkins created TEIID-2380:
-------------------------------------
Summary: Planning failure with update subquery compensation with agg
comparision
Key: TEIID-2380
URL:
https://issues.jboss.org/browse/TEIID-2380
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 7.3
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.3
An update of the form:
delete from pm3.g1 where e1 = (SELECT MAX(e1) FROM pm3.g1 as z where e2 = pm3.g1.e2)
Such that the subquery cannot be pushed will result in the unaliased max being known by
two different names which results in an AssertionError in the SortNode initialization.
--
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