]
Ramesh Reddy updated TEIID-5191:
--------------------------------
Fix Version/s: 8.12.x-6.4
10.1
Osisoft translator - AVG on integral column returns NULL
--------------------------------------------------------
Key: TEIID-5191
URL:
https://issues.jboss.org/browse/TEIID-5191
Project: Teiid
Issue Type: Bug
Components: JDBC Connector
Affects Versions: 8.12.x-6.4
Reporter: Andrej Šmigala
Assignee: Ramesh Reddy
Fix For: 8.12.x-6.4, 10.1
Running a query such as
{code:sql}
SELECT AVG(intnum) FROM BQT1.SmallA
{code}
returns just a NULL value.
Running an equivalent query directly against the PI datasource returns the correct
result.
This happens for any column type except for single and double.