[
https://issues.jboss.org/browse/TEIID-1861?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-1861:
---------------------------------------
You should use the setMustRegisterCommands(true) to see what the actual pushdown query is.
That would make more clear that there is AccessNode logic which attempts to
minimize/prevent the pushdown of select literals. In this case it will prevent the
pushdown of the first two, but not the third since a project symbol is required for the
query to be well-formed. Thus you are seeing a null value only for the third column. You
can however register a command with the HardcodedDataManager that does project the correct
value.
TupleBuffer used in TestProcessor is being treated as a 1 based
array.
----------------------------------------------------------------------
Key: TEIID-1861
URL:
https://issues.jboss.org/browse/TEIID-1861
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 7.6.1
Reporter: Johnathon Lee
Assignee: Steven Hawkins
The test framework is returning nulls for literals specified in a query.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira