Remove the ValidateCriteriaVisitor
----------------------------------
Key: TEIID-384
URL:
https://jira.jboss.org/jira/browse/TEIID-384
Project: Teiid
Issue Type: Quality Risk
Components: Query Engine
Affects Versions: 6.0.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 6.0.0
The ValidateCriteriaVisitor is enforcing a confusing restricting on searchability - based
upon virtual layer metadata and only for the user query. This is meaningless since the
searchability should actually be associated with the datatype. With our runtime types the
only restrictions are on
BLOB - not searchable
CLOB - searchable like
XML - not searchable
OBJECT - not searchable
These should be imposed appropriately by the ValidationVisitor. Searchability metadata
will then only be used to determine pushdown eligibility.
--
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