Teiid - Teradata queries containing LTRIM and RTRIM on the BQT
booleanvalue column are returning unexpected BQT results
-----------------------------------------------------------------------------------------------------------------------
Key: TEIID-1664
URL:
https://issues.jboss.org/browse/TEIID-1664
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 7.4.1
Reporter: Warren Gibson
Assignee: Steven Hawkins
Fix For: 7.4.1, 7.5
Attachments: QT_teradata12_Push.vdb
Teiid - Teradata queries containing LTRIM and RTRIM on the BQT booleanvalue column are
returning unexpected results. The following query should be returning 22 rows but 0 rows
are returned.
SELECT intkey, booleanvalue FROM BQT1.SmallA WHERE LTRIM(BQT1.SmallA.BooleanValue) =
'true' ORDER BY intkey
However, if the LTRIM is removed like (SELECT intkey, booleanvalue FROM BQT1.SmallA WHERE
BQT1.SmallA.BooleanValue = 'true' ORDER BY intkey) 22 rows are returned.
This should be logged against Teiid 7.4.1
VDB attached.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: