[JBoss JIRA] (TEIID-2322) ReusableExecution issue with large dependent joins
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-2322:
-------------------------------------
Summary: ReusableExecution issue with large dependent joins
Key: TEIID-2322
URL: https://issues.jboss.org/browse/TEIID-2322
Project: Teiid
Issue Type: Bug
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Large dependent joins can be split among multiple queries that can be issued in parallel with the same node id (but different execution ids). The reusable execution is reusing based upon node id, so the logic either needs to create multiple executions for the parallel case or we need to be explicit about this possibility and have the translator developer check the execution id in the translator and respond appropriately.
--
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-2063) NPE with proc relational query
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-2063?page=com.atlassian.jira.plugin... ]
Van Halbert commented on TEIID-2063:
------------------------------------
I found the commit for this fix against trunk:
Author: shawkins
Date: 2012-06-05 06:45:58 -0400 (Tue, 05 Jun 2012)
New Revision: 4164
Which should have been included in 7.7.x. Therefore, this has been fixed, and as you indicated, just need the product to verify it.
> NPE with proc relational query
> ------------------------------
>
> Key: TEIID-2063
> URL: https://issues.jboss.org/browse/TEIID-2063
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 7.4
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 8.1, 7.7.3
>
>
> A proc relational query using a table function or other source without an access node will fail with an NPE, for example:
> select param1, param2, e1, e2 from pm1.vsp26 as x, texttable('abc' columns a string) as y where param1=1 and param2='a'
--
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, 12 months