[teiid-issues] [JBoss JIRA] (TEIID-2767) Multi-dimensional array evaluation is incorrect

Steven Hawkins (JIRA) issues at jboss.org
Wed Dec 11 14:54:32 EST 2013


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

Steven Hawkins resolved TEIID-2767.
-----------------------------------

    Resolution: Done


Removed the ArrayImpl wrapper in the evaluator and updated the comparison/equality methods to compensate accordingly.
                
> Multi-dimensional array evaluation is incorrect 
> ------------------------------------------------
>
>                 Key: TEIID-2767
>                 URL: https://issues.jboss.org/browse/TEIID-2767
>             Project: Teiid
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: 8.5
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>            Priority: Critical
>             Fix For: 8.6
>
>
> Issuing a query with a multi-dimensional array such as:
> select (('a', 'b'),('c','d'))
> results in java.lang.ArrayStoreException as the evaluator is not unwrapping the ArrayImpl when assigning the value into the parent array.

--
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


More information about the teiid-issues mailing list