OData - Math function round doesn't accept decimal number as
parameter
----------------------------------------------------------------------
Key: TEIID-4087
URL:
https://issues.jboss.org/browse/TEIID-4087
Project: Teiid
Issue Type: Sub-task
Components: OData
Reporter: Michal Sanitrak
Assignee: Ramesh Reddy
Labels: Alpha3
Fix For: 9.0, 8.12.5
Reference service which supports OData V4:
*ULR:*
http://services.odata.org/V4/Northwind/Northwind.svc/Employees/?$filter=E...
*Result:* Employee with ID 4
*URL:*
http://localhost:8080/odata4/olingo_basic/Source/SimpleTableView/?$filter...
*Actual result:* {"error": {"code": null, "message":
"TEIID30558 Error converting parameter number 1 with value \"4,2\" of class
java.math.BigDecimal to expected type integer." }}
*Expected result:* Entity with intkey 4