[teiid-issues] [JBoss JIRA] Closed: (TEIID-582) Aggregate pushdown recursion error

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Tue May 12 22:19:46 EDT 2009


     [ https://jira.jboss.org/jira/browse/TEIID-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins closed TEIID-582.
--------------------------------

    Resolution: Done


See TestExpressionMappingVisitor

> Aggregate pushdown recursion error
> ----------------------------------
>
>                 Key: TEIID-582
>                 URL: https://jira.jboss.org/jira/browse/TEIID-582
>             Project: Teiid
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: 6.1.0
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>            Priority: Critical
>             Fix For: 6.1.0
>
>
> we are not careful about ensuring that that every symbol is unique in a plan, there's a chance mapping the expression in an aggregate (i.e. sum(x) -> sum(sum(x))) in a project node will cause the same symbol to be updated in a sort node.  Then mapping the sort node would create a recursive aggregate symbol.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the teiid-issues mailing list