]
Filip Elias commented on TEIID-3572:
------------------------------------
It seems that this query is the problem:
{code}
SELECT CharValue FROM SmallA WHERE SmallA.CharValue = 'a'
{code}
Infinispan-dsl-cache translator: Can't convert 'a' to
char using convert function
---------------------------------------------------------------------------------
Key: TEIID-3572
URL:
https://issues.jboss.org/browse/TEIID-3572
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 8.7.1
Reporter: Filip Elias
Assignee: Van Halbert
Attachments: serverLog.txt
Sample query:
{code}
select intkey from smalla where charvalue = convert('a',char)
{code}
Log is in the attachment.