rcongiu / Hive-JSON-Serde

Read - Write JSON SerDe for Apache Hive.
Other
733 stars 391 forks source link

Support parsing UTC times with millis into timestamps #234

Open billonahill opened 2 years ago

billonahill commented 2 years ago

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.

billonahill commented 2 years ago

https://github.com/rcongiu/Hive-JSON-Serde/pull/233