]
Steven Hawkins resolved TEIID-4776.
-----------------------------------
Resolution: Done
Updated the logic to preserve the array dimensions.
Issues with array type metadata
-------------------------------
Key: TEIID-4776
URL:
https://issues.jboss.org/browse/TEIID-4776
Project: Teiid
Issue Type: Bug
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 9.0.6, 9.3, 9.2.1, 9.1.4
If cached metadata (typically from Designer) is used, then on cached usage our logic to
use the canonical datatype reference will reset the array dimension to 0 on array type
columns.
There is also an issue with Designer vdbs in that an array type cannot be conveyed as we
are only looking at the datatype uuid and not at the runtime type name, which would
contain the array dimensions.