[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 03:19:00 EDT 2017


Andrej Šmigala created TEIID-5117:
-------------------------------------

             Summary: 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: Steven Hawkins


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