Hive-JSON-Serde icon indicating copy to clipboard operation
Hive-JSON-Serde copied to clipboard

Support for ISO8601 date(time) strings

Open static-max opened this issue 8 years ago • 1 comments

This PR is based on 'prezi/iso8601changes' and only includes the changes relevant for the ISO8601 parsing. I added a test for timestamps in UTC timezone.

static-max avatar Oct 13 '16 13:10 static-max

does hive-json-serde support ISO timestamp?

My json contains: 2017-08-17T10:46:04+0000 Hive table fieldType: timestamp

Error: Caused by: java.lang.IllegalArgumentException: Timestamp format must be yyyy-mm-dd hh:mm:ss[.fffffffff]

sid88in avatar Aug 19 '17 17:08 sid88in