]
Steven Hawkins resolved TEIID-3160.
-----------------------------------
Resolution: Done
Updated the resolver to always choose the non-narrowing form if possible.
Teiid inappropriately narrowing
-------------------------------
Key: TEIID-3160
URL:
https://issues.jboss.org/browse/TEIID-3160
Project: Teiid
Issue Type: Bug
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.7.1, 8.9
issuing a query such as "select 1.0/2" should be done with non-integral
division (.5), but the resolver is choosing integer division and returning 0.