]
Van Halbert moved SOA-2781 to TEIID-1438:
-----------------------------------------
Project: Teiid (was: JBoss Enterprise SOA Platform)
Key: TEIID-1438 (was: SOA-2781)
Affects Version/s: 7.1.1
(was: 5.1.0.ER6)
Fix Version/s: (was: 5.1.0 GA)
Component/s: Query Engine
(was: EDS)
Security: (was: Public)
Teiid is attempting to push a string concat down.
-------------------------------------------------
Key: TEIID-1438
URL:
https://issues.jboss.org/browse/TEIID-1438
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 7.1.1
Reporter: John Doyle
That attached VDB is invoking the yahoo quote service. Invoking the BrokenQuote
procedure like this:
Exec VGetQuote.BrokenQuote('IBM');
results in the following exception:
Remote org.teiid.api.exception.query.QueryPlannerException: Source command "EXEC
GetQuote.invokeHttp('GET', null, concat('?f=snd1l1&s=',
VGETQUOTE.BROKENQUOTE.Ticker))" contains non-pushdown constructs.
The GetQuote and Quote procedures divide the SQL from BrokenQuote into two procedures and
does not produce the exception, but I don't see why BrokenQuote does not work.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: