]
Steven Hawkins resolved TEIID-5479.
-----------------------------------
Fix Version/s: 11.0.3
11.1.1
Resolution: Done
Updated the logic to be the same as function pushdown - when there is a functiondescriptor
use that name and associated metadata.
Pushdown name is inconsistent for non-system aggreages
------------------------------------------------------
Key: TEIID-5479
URL:
https://issues.jboss.org/browse/TEIID-5479
Project: Teiid
Issue Type: Bug
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 11.2, 11.0.3, 11.1.1
A source defined aggregate function will pushdown as both schema qualified and
unqualified depending upon how it is named in the user query - this behavior should be
consistent. We should also be associating the functionmethod, just like with regular
functions as the source metadata object.