]
Steven Hawkins resolved TEIID-848.
----------------------------------
Resolution: Done
Changed the temp table store logic and changed planning to use columns as given by the
command. See also TEIID-788 and TestTempTables
Insert with out of order variables and query expression is incorrect
--------------------------------------------------------------------
Key: TEIID-848
URL:
https://jira.jboss.org/jira/browse/TEIID-848
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 6.0.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 6.3
For example:
create local temporary table x (e1 string, e2 integer);
insert into x (e2, e1) select e2, e1 from pm1.g1;
would fail because we are simply rewriting to select e2, e1 into x from pm1.g1.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: