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

2020-06-16 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-21643?focusedWorklogId=446437=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-446437
 ]

ASF GitHub Bot logged work on HIVE-21643:
-

Author: ASF GitHub Bot
Created on: 16/Jun/20 11:44
Start Date: 16/Jun/20 11:44
Worklog Time Spent: 10m 
  Work Description: github-actions[bot] closed pull request #604:
URL: https://github.com/apache/hive/pull/604


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 446437)
Time Spent: 0.5h  (was: 20m)

> 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.0.0, 3.1.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)


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

2020-06-09 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-21643?focusedWorklogId=442754=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-442754
 ]

ASF GitHub Bot logged work on HIVE-21643:
-

Author: ASF GitHub Bot
Created on: 09/Jun/20 15:54
Start Date: 09/Jun/20 15:54
Worklog Time Spent: 10m 
  Work Description: github-actions[bot] commented on pull request #604:
URL: https://github.com/apache/hive/pull/604#issuecomment-641143619


   This pull request has been automatically marked as stale because it has not 
had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the d...@hive.apache.org list if the patch is in 
need of reviews.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 442754)
Time Spent: 20m  (was: 10m)

> 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.0.0, 3.1.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: 20m
>  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)


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

2019-04-22 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/HIVE-21643?focusedWorklogId=230986=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-230986
 ]

ASF GitHub Bot logged work on HIVE-21643:
-

Author: ASF GitHub Bot
Created on: 23/Apr/19 01:37
Start Date: 23/Apr/19 01:37
Worklog Time Spent: 10m 
  Work Description: rnatarajan commented on pull request #604: HIVE-21643: 
Fix broken support for zones in ISO Date.
URL: https://github.com/apache/hive/pull/604
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 230986)
Time Spent: 10m
Remaining Estimate: 0h

> 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.0.0, 3.1.0, 3.1.1
>Reporter: RAJKAMAL
>Priority: Minor
>  Labels: pull-request-available
> Attachments: HIVE-21643.1.patch
>
>  Time Spent: 10m
>  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
(v7.6.3#76005)