darkamgine opened a new pull request #631: URL: https://github.com/apache/orc/pull/631
### What changes were proposed in this pull request? * CSV and Json converters can now take in columns with date format instead of throwing an error on invalid type * Removed threetenbp date/time library with standard java version * Datetimes support OffsetDateTime formats, e.g. 2021-01-18T12:34:56.123+04:00 * Create timestamps from converting to Instant rather than manually setting seconds and nanos ### Why are the changes needed? Date is a common datatype and should be supported instead of using hack with timestamps at 00:00:00 threetenbp library outdated and is not necessary for java 8+ Datetime formats should allow for OffsetDateTime as well as ZonedDateTime and LocalDateTime formats for full iso8601 compatibility ### How was this patch tested? Test case for json reader added ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
