[teiid-issues] [JBoss JIRA] (TEIID-3897) dimensional check for ewkb is incorrect

Steven Hawkins (JIRA) issues at jboss.org
Mon Jan 11 14:47:00 EST 2016


Steven Hawkins created TEIID-3897:
-------------------------------------

             Summary: 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.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list