[
https://issues.apache.org/jira/browse/HIVE-24814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295318#comment-17295318
]
David Mollitor commented on HIVE-24814:
---------------------------------------
OK. So my new plan is this:
There are no unit tests for {{Timestamp}} and {{Date}} classes. :(
# Write unit tests for {{Timestamp}} and {{Date}} classes in adherence with
what is specified in the Hive docs: Remove implicit/native support for ISO-8601
format, and remove any other parsing logic that would break/expand the Hive
definitions of these data types.
# Implement the parsing code to pass the unit tests
# See what breaks in the unit tests and start working from the bottom up to
insure adherence to the strict definition of these data types
# See what can be done to reign in these relaxations (or simply invalid usage)
and get the tests passing again
> Harmonize Hive Date-Time Formats
> --------------------------------
>
> Key: HIVE-24814
> URL: https://issues.apache.org/jira/browse/HIVE-24814
> Project: Hive
> Issue Type: Improvement
> Reporter: David Mollitor
> Assignee: David Mollitor
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Harmonize Hive on JDK date-time formats courtesy of {{DateTimeFormatter}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)