]
Steven Hawkins resolved TEIID-4382.
-----------------------------------
Resolution: Done
Unwrapped the array value.
array_agg does not properly handle array values
-----------------------------------------------
Key: TEIID-4382
URL:
https://issues.jboss.org/browse/TEIID-4382
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 8.12
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 9.1
array_agg(array value) - will fail to create the expected multi-dimensional array value
as the ArrayAgg logic does not properly unnest the ArrayImpl values.