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