Hive-JSON-Serde
Hive-JSON-Serde copied to clipboard
Support parsing UTC times with millis into timestamps
Strings like this currently parse into a timestamp:
2020-07-30T15:20:05Z
but not this:
2020-07-30T15:20:05.424Z
This ticket is to add support for the latter.
https://github.com/rcongiu/Hive-JSON-Serde/pull/233