]
Steven Hawkins resolved TEIID-3897.
-----------------------------------
Resolution: Done
Updated to check for a z coordinate value.
dimensional check for ewkb is incorrect
---------------------------------------
Key: TEIID-3897
URL:
https://issues.jboss.org/browse/TEIID-3897
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 8.11
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.13, 8.12.4
The geometry logic to prevent ewkb from being used is looking for the number of
dimensions to be greater than 2 - this will never be the case with jts. We should be
looking instead at the coorinates for the z value. A similar check is needed when just
wkt is expected and not ewkt.