Open static-max opened 8 years ago
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]
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.