]
RH Bugzilla Integration updated TEIID-4382:
-------------------------------------------
Bugzilla References:
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, 8.12.x-6.4
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.