]
Steven Hawkins resolved TEIID-1644.
-----------------------------------
Resolution: Rejected
See TEIID-1643. You are expecting ctc to use column label instead of column name.
Teiid not passing back min/max as result data element when MIN/MAX
used in query
--------------------------------------------------------------------------------
Key: TEIID-1644
URL:
https://issues.jboss.org/browse/TEIID-1644
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 7.5
Environment: Teiid7.5 Alfa1
Reporter: Warren Gibson
Assignee: Steven Hawkins
Attachments: QT_MySql50_Push.vdb
Not passing back min/max as result data element when MIN/MAX used in query. Two queries
are shown below with actual results and expected results. This may be related to JIRA
1643 also. VDB is attached.
SELECT MIN(IntKey) FROM BQT1.SmallA
Actual Results:
<dataElement type="integer">IntKey</dataElement>
Expected Results:
<dataElement type="integer">min</dataElement>
- - - - - - - - - - - - - - - - -
SELECT MAX(IntKey) FROM BQT1.SmallA
Actual Results:
<dataElement type="integer">IntKey</dataElement>
Expected Results:
<dataElement type="integer">max</dataElement>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: