You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Bradley Peterson (Jira)" <ji...@apache.org> on 2021/05/13 19:35:00 UTC

[jira] [Commented] (HIVE-21643) Fix Broken support for ISO Time with Zone in Hive UDFs

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

Bradley Peterson commented on HIVE-21643:
-----------------------------------------

This PR was closed without review. Is there any plan to support parsing ISO timestamps with timezone in Hive 3.1?

> Fix Broken support for ISO Time with Zone in Hive UDFs
> ------------------------------------------------------
>
>                 Key: HIVE-21643
>                 URL: https://issues.apache.org/jira/browse/HIVE-21643
>             Project: Hive
>          Issue Type: Bug
>          Components: UDF
>    Affects Versions: 3.1.0, 3.0.0, 3.1.1
>            Reporter: RAJKAMAL
>            Assignee: Navya Sruthi Sunkarapalli
>            Priority: Major
>              Labels: patch-available, pull-request-available
>         Attachments: HIVE-21643.1.patch, Hive-21643.01.patch
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The followings UDFs date_format and to_date used to support ISO dates with timezone and the support has been broken since Hive 3.x release.
> Example:
> date_format('2017-03-16T00:10:42Z', 'y')
> date_format('2017-03-16T00:10:42+01:00', 'y')
> date_format('2017-03-16T00:10:42-01:00', 'y')
> to_date('2015-04-11T01:30:45Z')
>  



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