]
Steven Hawkins resolved TEIID-1485.
-----------------------------------
Resolution: Deferred
Given the level of effort vs. benefit for catching anything beyond a simple scenario,
marking this as deferred.
Virtual Procedures validator will not correctly validate whether
access patterns are satisfied, resulting in run-time errors
----------------------------------------------------------------------------------------------------------------------------
Key: TEIID-1485
URL:
https://issues.jboss.org/browse/TEIID-1485
Project: Teiid
Issue Type: Feature Request
Components: Query Engine
Affects Versions: 6.0.0
Reporter: Michael Walker
Priority: Minor
Attachments: novalidation.JPG
Create a table that has an access pattern. Then create a virtual procedure that selects
data from the table, but does not satisfy the access pattern. Validate the procedure -- it
will validate successfully.
We should catch access pattern errors during validation. Instead, this results in
run-time errors.
See attached screenshot for an example.