[JBoss JIRA] (TEIID-3084) Unable to evaluate <fieldName>: No value was available
by Alex K. (JIRA)
Alex K. created TEIID-3084:
------------------------------
Summary: Unable to evaluate <fieldName>: No value was available
Key: TEIID-3084
URL: https://issues.jboss.org/browse/TEIID-3084
Project: Teiid
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 8.9
Reporter: Alex K.
Assignee: Steven Hawkins
When issuing following statement on Teiid 8.9.0 Alpha1
{code:sql}
select a from (
SELECT sc.a FROM test_tables.test_a sc,
table(exec SYSADMIN.logMsg(
"level" => 'INFO',
"context" => 'org.teiid.test',
"msg" => 'Test Message: ' || sc.b
)) f
) as x group by a
{code}
following exception is thrown:
{code:sql}
12:46:48,419 ERROR [org.teiid.PROCESSOR] (Worker0_QueryProcessorQueue9) aMFpKzpsXmof TEIID30019 Unexpected exception for request aMFpKzpsXmof.4: org.teiid.core.TeiidComponentException: TEIID30328 Unable to evaluate sc.b: No value was available
at org.teiid.query.util.CommandContext.getFromContext(CommandContext.java:490) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.query.eval.Evaluator.internalEvaluate(Evaluator.java:639) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.query.eval.Evaluator.evaluate(Evaluator.java:614) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.query.processor.relational.NestedTableJoinStrategy.process(NestedTableJoinStrategy.java:111) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.query.processor.relational.JoinNode.nextBatchDirect(JoinNode.java:211) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.query.processor.relational.RelationalNode.nextBatch(RelationalNode.java:278) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.query.processor.BatchCollector$BatchProducerTupleSource.nextTuple(BatchCollector.java:94) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.query.processor.relational.SortUtility.initialSort(SortUtility.java:272) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.query.processor.relational.SortUtility.sort(SortUtility.java:202) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.query.processor.relational.GroupingNode.sortPhase(GroupingNode.java:394) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.query.processor.relational.GroupingNode.nextBatchDirect(GroupingNode.java:331) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.query.processor.relational.RelationalNode.nextBatch(RelationalNode.java:278) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.query.processor.relational.LimitNode.nextBatchDirect(LimitNode.java:102) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.query.processor.relational.RelationalNode.nextBatch(RelationalNode.java:278) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.query.processor.relational.ProjectNode.nextBatchDirect(ProjectNode.java:146) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.query.processor.relational.RelationalNode.nextBatch(RelationalNode.java:278) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.query.processor.relational.RelationalPlan.nextBatch(RelationalPlan.java:136) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.query.processor.QueryProcessor.nextBatchDirect(QueryProcessor.java:151) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.query.processor.QueryProcessor.nextBatch(QueryProcessor.java:114) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.query.processor.BatchCollector.collectTuples(BatchCollector.java:164) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.query.processor.BatchCollector.collectTuples(BatchCollector.java:146) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.dqp.internal.process.RequestWorkItem.processMore(RequestWorkItem.java:444) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.dqp.internal.process.RequestWorkItem.process(RequestWorkItem.java:326) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.dqp.internal.process.AbstractWorkItem.run(AbstractWorkItem.java:51) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.dqp.internal.process.RequestWorkItem.run(RequestWorkItem.java:254) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.dqp.internal.process.DQPWorkContext.runInContext(DQPWorkContext.java:274) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.dqp.internal.process.ThreadReuseExecutor$RunnableWrapper.run(ThreadReuseExecutor.java:119) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at org.teiid.dqp.internal.process.ThreadReuseExecutor$3.run(ThreadReuseExecutor.java:214) [teiid-engine-8.9.0.Alpha1.jar:8.9.0.Alpha1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_51]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_51]
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_51]
{code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (TEIID-3083) Fix modules so the versions are substituted at build time
by Van Halbert (JIRA)
Van Halbert created TEIID-3083:
----------------------------------
Summary: Fix modules so the versions are substituted at build time
Key: TEIID-3083
URL: https://issues.jboss.org/browse/TEIID-3083
Project: Teiid
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Build/Kits
Affects Versions: 8.7.1, 8.9
Reporter: Van Halbert
Assignee: Steven Hawkins
Fix modules so the versions are not hard coded, but substituted at build time.
This fix includes changes for dom4j and xmlbeans.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (TEIID-3082) Error with sideways correlation and aggregate decomposition
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-3082:
-------------------------------------
Summary: Error with sideways correlation and aggregate decomposition
Key: TEIID-3082
URL: https://issues.jboss.org/browse/TEIID-3082
Project: Teiid
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Query Engine
Affects Versions: 8.7
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.7.1, 8.9
Staged grouping does not consider the sideways correlation variables and so processing will fail with value not available exceptions.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (TEIID-2973) Switch OData support to Olingo
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-2973?page=com.atlassian.jira.plugin... ]
Ramesh Reddy reassigned TEIID-2973:
-----------------------------------
Assignee: Ramesh Reddy
> Switch OData support to Olingo
> ------------------------------
>
> Key: TEIID-2973
> URL: https://issues.jboss.org/browse/TEIID-2973
> Project: Teiid
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Misc. Connectors, OData
> Reporter: Steven Hawkins
> Assignee: Ramesh Reddy
> Fix For: 8.9
>
>
> Whenever an olingo final is available for odata 3/4 we'll want to switch our support to utilize that. The best guess now is that this will happen in the 8.9 timeframe. Additional support can then be added for later odata features, which will have subtasks as necessary.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months