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

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

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

David Mollitor updated HIVE-23587:
----------------------------------
    Description: 
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



  was:Use JDK facilities instead.


> 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
>
> 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)