[
https://issues.jboss.org/browse/TEIID-2490?page=com.atlassian.jira.plugin...
]
Barry LaFond commented on TEIID-2490:
-------------------------------------
If NULL is a valid return value for ICommand, then doesn't make sense to change only
the CreateProcedureCommand. The javadoc for ICommand didn't say much, so wasn't
sure.
We'll have to add null checks.
org.teiid.query.sql.proc.CreateProcedureCommand.getResultSetColumns()
can return NULL
-------------------------------------------------------------------------------------
Key: TEIID-2490
URL:
https://issues.jboss.org/browse/TEIID-2490
Project: Teiid
Issue Type: Bug
Affects Versions: 8.3
Reporter: Barry LaFond
Assignee: Steven Hawkins
Unlike the getProjectedSymbols() method, the getResultSetColumns() can return null. Could
you consider performing NULL check and return EMPTY LIST instead? Else we have to code
around it.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira