]
Steven Hawkins resolved TEIID-5691.
-----------------------------------
Resolution: Done
Corrected the type passed into the siblings.
Odata cross join with sibling expand will typically error
---------------------------------------------------------
Key: TEIID-5691
URL:
https://issues.jboss.org/browse/TEIID-5691
Project: Teiid
Issue Type: Bug
Components: OData
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 12.2
Something like:
{code}
/northwind/m/$crossjoin(x,z)?$expand=z
{code}
will typically error because the entity type for x is being set for z - and usage of that
in the serializer will throw an exception that z does not extend x.