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

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

    [ https://issues.apache.org/jira/browse/HIVE-23587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17121148#comment-17121148 ] 

Ashutosh Chauhan commented on HIVE-23587:
-----------------------------------------

+1

> 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
>          Time Spent: 10m
>  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)