Description
JSON converter should properly convert Timestamp String to java.sql.Timestamp. Currently it does something like:
vector.set(row, Timestamp.valueOf(value.getAsString(), .replaceAll("[TZ]", " ")));
Attachments
Issue Links
- is related to
-
ORC-939 Remove threetenbp dependency
- Closed
- links to