When I try the following query using customer-dv deployment against postgresql
I get the following error:
{"error":{"code":"TEIID30504","message":"TEIID30504 sampledb: TEIID31176 Could not convert source column v_0.c_1 AS c_3 to the expected runtime type object[][]"}}
This occurs with any pg array that is created with an expression:
select (col, col2)..
array_agg, etc.
- clones
-
ENTESB-12433 Odata $expand does not work
- Closed