]
Steven Hawkins resolved TEIID-4213.
-----------------------------------
Fix Version/s: 9.2
(was: 9.3)
Assignee: Steven Hawkins (was: Ramesh Reddy)
Resolution: Done
With TEIID-4476 added the initial pushdown support of basic aggregates by looking for the
2.2 version of cassandra.
Cassandra translator: enable pushdown of aggregate functions
------------------------------------------------------------
Key: TEIID-4213
URL:
https://issues.jboss.org/browse/TEIID-4213
Project: Teiid
Issue Type: Feature Request
Components: Misc. Connectors
Affects Versions: 8.12.x
Reporter: Jan Stastny
Assignee: Steven Hawkins
Priority: Minor
Fix For: 9.2
Cassandra supports basic aggregate functions:
MIN(),MAX(),SUM() and AVG()
Currently Teiid doesn't push such queries.
NOTE:In case of AVG() there is difference between the values returned from Teiid vs.
Cassandra for an integer column. Cassandra returns only whole part of the number as
integer, Teiid returns bigdecimal.