[
https://issues.jboss.org/browse/TEIID-5117?page=com.atlassian.jira.plugin...
]
Ramesh Reddy commented on TEIID-5117:
-------------------------------------
[~asmigala] So, in the first case with casting as BigDecimal, the cast is applied at the
engine level. I think maybe NULLs are coming from TEIID-5116 in that case. We should apply
a patch and verify.
Osisoft Translator - Casting to bigdecimal results in NULL value
----------------------------------------------------------------
Key: TEIID-5117
URL:
https://issues.jboss.org/browse/TEIID-5117
Project: Teiid
Issue Type: Bug
Components: JDBC Connector
Affects Versions: 8.12.x-6.4
Reporter: Andrej Šmigala
Assignee: Ramesh Reddy
Casting any value obtained from an Osisoft PI datasource results in NULL, regardless of
the original value.
E.g. a query such as
{code:sql}
select cast(stringnum as bigdecimal), cast(intnum as bigdecimal), cast(shortvalue as
bigdecimal) from Source.smalla
{code}
returns result set full of NULLs.
The SOURCE SRC COMMAND in teiid-command.log for this query is however
{code:sql}
SELECT g_0.StringNum, g_0.IntNum, g_0.ShortValue FROM dvqe..SmallA AS g_0
{code}
i.e. the cast is not pushed down (as Osisoft doesn't support bigdecimal datatype).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)