-
Bug
-
Resolution: Done
-
Blocker
-
8.12.x
-
None
When querying the SAP Sample Flight demo web service using the sap-nw-gateway, the following error is logged when the response contains time value in the form "PT11H00M00S"
org.teiid.jdbc.TeiidSQLException: TEIID10068 Failed to transform String to Time. Expected format = hh:mm:ss for PT11H00M00S at org.jboss.qe.dvqe.reproducers.Teiid3841Test.runTest(Teiid3841Test.java:61) Caused by: org.teiid.core.types.TransformationException: TEIID10068 Failed to transform String to Time. Expected format = hh:mm:ss for PT11H00M00S
This is likely a regression as that query works in DV 6.2 with latest patch.
- is caused by
-
TEIID-3543 Complex type values not resolved in translator execution
- Closed