[teiid-issues] [JBoss JIRA] Created: (TEIID-1224) Stored Procedures - java exception being thrown relating to pre-evaluation of uncorrelated subqueries

Warren Gibson (JIRA) jira-events at lists.jboss.org
Tue Aug 24 17:32:11 EDT 2010


Stored Procedures - java exception being thrown relating to pre-evaluation of uncorrelated subqueries
-----------------------------------------------------------------------------------------------------

                 Key: TEIID-1224
                 URL: https://jira.jboss.org/browse/TEIID-1224
             Project: Teiid
          Issue Type: Bug
          Components: Query Engine
    Affects Versions: 7.1
         Environment: Teiid 7.1 Final
            Reporter: Warren Gibson
            Assignee: Steve Hawkins


Several BQT Stored Procedures are returning "java.lang.ClassCastException: org.teiid.query.processor.relational.ProjectNode cannot be cast to org.teiid.query.processor.relational.AccessNode"

An example of a failing query is:  SELECT IntKey, IntNum FROM BQT2.MediumB WHERE IntNum = (EXEC SP.sp_count_rows_between(10, 20)) ORDER BY IntKey

Log file for this query is attached.

Engineering analysis indicates the issue is related pre-evaluation of uncorrelated subqueries.

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

        


More information about the teiid-issues mailing list