Steven Hawkins created TEIID-4769:
-------------------------------------
Summary: 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
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)