[teiid-issues] [JBoss JIRA] (TEIID-4769) Queries fail against SYS.Datatypes with predicates on columns other than name

Steven Hawkins (JIRA) issues at jboss.org
Wed Feb 15 16:43:00 EST 2017


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

Steven Hawkins resolved TEIID-4769.
-----------------------------------
    Fix Version/s: 9.2
       Resolution: Done


Corrected the columns that represent the name index.

> Queries fail against SYS.Datatypes with predicates on columns other than name
> -----------------------------------------------------------------------------
>
>                 Key: TEIID-4769
>                 URL: https://issues.jboss.org/browse/TEIID-4769
>             Project: Teiid
>          Issue Type: Bug
>          Components: Query Engine
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 9.2
>
>
> The datatiermanager logic is incorrect for datatypes.  Any sargable predicate on a column other than the pk name, for exampl:
> select * from SYS.DataTypes where isStandard = true
> will fail with an index out of bounds exception as we're allowing the predicate to be used effectively against the name index.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the teiid-issues mailing list