[
https://jira.jboss.org/jira/browse/TEIID-904?page=com.atlassian.jira.plug...
]
Steven Hawkins resolved TEIID-904.
----------------------------------
Resolution: Done
The issue is that an access pattern was being created even though there were no access
pattern elements. Updated SimpleQueryResolver, see TestProcedureRelational.
Error executing the Procedural releational query with out a where
clause
------------------------------------------------------------------------
Key: TEIID-904
URL:
https://jira.jboss.org/jira/browse/TEIID-904
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 6.2.0
Reporter: Ramesh Reddy
Assignee: Steven Hawkins
Fix For: 7.0
I have virtual stored procedure called "p1" which has no input parameters.
When I execute this procedure either via
select * from p1;
in both cases it fails with error
Group has an access pattern which has not been met: group(s) [vm.p1]; access pattern(s)
[Access Pattern: Unsatisfied [] History [[]]]
Procedures with no input parameters should not be tested for Access patterns.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira