OData filters should accept boolean expressions
-----------------------------------------------
Key: TEIID-4073
URL:
https://issues.jboss.org/browse/TEIID-4073
Project: Teiid
Issue Type: Bug
Components: OData
Affects Versions: 8.11
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 9.0, 8.12.5
With an expression such as $filter=true we will throw a class cast, since the logic
expects a Criteria and not a general Expression.