rcongiu / Hive-JSON-Serde

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

Add support for parsing UTC strings with millis into timestamps #233

Closed billonahill closed 2 years ago

billonahill commented 2 years ago

Support parsing UTC string with millis. Without this patch this string would parse to a timestamp:

2020-07-30T15:20:05Z

but this would not:

2020-07-30T15:20:05.424Z
frec-james commented 2 years ago

+1 here is all