]
Steven Hawkins resolved TEIID-4372.
-----------------------------------
Resolution: Done
Added a general attempt to getObject if the specific getter fails.
Impala AVG returns double when bigdecimal is expected
-----------------------------------------------------
Key: TEIID-4372
URL:
https://issues.jboss.org/browse/TEIID-4372
Project: Teiid
Issue Type: Bug
Components: JDBC Connector
Affects Versions: 8.7
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 9.1, 9.0.3
Impala will return double for avg(int) for example, and the driver will fail to convert
when getBigDecimal is called. We need to workaround this.