You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "BELUGA BEHR (JIRA)" <ji...@apache.org> on 2019/02/11 17:10:00 UTC

[jira] [Created] (HIVE-21241) Migrate TimeStamp Parser From Joda Time

BELUGA BEHR created HIVE-21241:
----------------------------------

             Summary: Migrate TimeStamp Parser From Joda Time
                 Key: HIVE-21241
                 URL: https://issues.apache.org/jira/browse/HIVE-21241
             Project: Hive
          Issue Type: Improvement
          Components: HiveServer2
    Affects Versions: 3.2.0
            Reporter: BELUGA BEHR
             Fix For: 4.0.0


Hive uses Joda time for its TimeStampParser.

{quote}
Joda-Time is the de facto standard date and time library for Java prior to Java SE 8. Users are now asked to migrate to java.time (JSR-310).

https://www.joda.org/joda-time/
{quote}

Migrate TimeStampParser to {{java.time}}

I also added a couple new pre-canned timestamp parsers for convenience:

* ISO 8601
* RFC 1123



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)