]
Steven Hawkins resolved TEIID-5772.
-----------------------------------
Resolution: Done
Corrected the hasStream method and adding handling for BinaryType.
Issues with binary/streaming values in odata
--------------------------------------------
Key: TEIID-5772
URL:
https://issues.jboss.org/browse/TEIID-5772
Project: Teiid
Issue Type: Bug
Components: OData
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 12.3
There are two issues:
1. The hasStream method always returned false.
2. There wasn't proper handling for BinaryType in outputting values. The java
serialized value, not the simple byte value was presented.