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