[JBoss JIRA] (TEIID-2354) Inherent insert using WHERE partitioning is incomplete
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIID-2354?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration updated TEIID-2354:
-------------------------------------------
Bugzilla Update: (was: Perform)
Bugzilla References: (was: https://bugzilla.redhat.com/show_bug.cgi?id=907640)
> Inherent insert using WHERE partitioning is incomplete
> ------------------------------------------------------
>
> Key: TEIID-2354
> URL: https://issues.jboss.org/browse/TEIID-2354
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 7.7
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 8.3
>
>
> Using a metadata structure such as:
> create foreign table b (custid integer, field1 varchar) options updatable true)
> create view c options (updatable true) as select * from b where custid = 1 union all select * from b where custid = 2;
> will fail to process INSERT into c (custid, field1) values (1, 'foo')
> because a null value will be inserted into be for the custid field. The logic is treating the WHERE partitioning as if it were projected literals from the SELECT cause inappropriately.
--
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
11 years, 11 months
[JBoss JIRA] (TEIID-2375) NPE during execution of query
by Vineela Gampa (JIRA)
Vineela Gampa created TEIID-2375:
------------------------------------
Summary: NPE during execution of query
Key: TEIID-2375
URL: https://issues.jboss.org/browse/TEIID-2375
Project: Teiid
Issue Type: Feature Request
Affects Versions: 8.1
Reporter: Vineela Gampa
Assignee: Steven Hawkins
Hi Steve/Ramesh
We are seeing NPE from teiid during execution of query. This is some query which ran well in the previous exeuction but when executed again fetched such results.
Attached the error stack trace.
--
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
11 years, 11 months