[teiid-issues] [JBoss JIRA] (TEIID-5117) Osisoft Translator - Casting to bigdecimal results in NULL value

Andrej Šmigala (JIRA) issues at jboss.org
Tue Oct 24 10:24:02 EDT 2017


    [ https://issues.jboss.org/browse/TEIID-5117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481283#comment-13481283 ] 

Andrej Šmigala commented on TEIID-5117:
---------------------------------------

[~rareddy] an error, since Osisoft does not support the bigdecimal data type.

> 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)



More information about the teiid-issues mailing list