SOLR: Type date should be converted into Timestamp
--------------------------------------------------
Key: TEIID-3077
URL:
https://issues.jboss.org/browse/TEIID-3077
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 8.7
Reporter: Filip Elias
Assignee: Steven Hawkins
Fix For: 8.7.1, 8.9
SOLR translator converts solr's date type into java.sql.Date, but SOLR's date
format is rather timestamp[1]. When the solr's date is converted into java.sql.Date,
the information about hours,minutes and seconds will be lost.
[1] "TimestampValue": "1999-12-31T23:00:00Z",