You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Zoltan Haindrich (Jira)" <ji...@apache.org> on 2020/06/02 19:28:00 UTC

[jira] [Resolved] (HIVE-23587) Remove JODA Time From LlapServiceDriver

     [ https://issues.apache.org/jira/browse/HIVE-23587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zoltan Haindrich resolved HIVE-23587.
-------------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

pushed to master. Thank you David for the patch and Ashutosh for reviewing the changes!

> Remove JODA Time From LlapServiceDriver
> ---------------------------------------
>
>                 Key: HIVE-23587
>                 URL: https://issues.apache.org/jira/browse/HIVE-23587
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Use JDK facilities instead.
> To keep it as simple as possible, and using only Java standard stuff, changing the existing format:
> From:
> "ddMMMyyyy" (25DEC2020)
> To "Basic ISO date":
> "yyyymmdd" (25122020)
> https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html#BASIC_ISO_DATE



--
This message was sent by Atlassian Jira
(v8.3.4#803005)