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

David Mollitor commented on HIVE-22762:
---------------------------------------

[~klcopp] How are you creating these patches?  I seem to have problems applying 
your patches.

{code:none}
apache@apache-VirtualBox:~/hive/hive$ git branch
  branch-3
  branch-3.1
* master
apache@apache-VirtualBox:~/hive/hive$ git apply HIVE-22762.03.patch
error: 
src/java/org/apache/hadoop/hive/common/format/datetime/HiveSqlDateTimeFormatter.java:
 No such file or directory
error: 
src/test/org/apache/hadoop/hive/common/format/datetime/TestHiveSqlDateTimeFormatter.java:
 No such file or directory
{code}

> Leap day is incorrectly parsed during cast in Hive
> --------------------------------------------------
>
>                 Key: HIVE-22762
>                 URL: https://issues.apache.org/jira/browse/HIVE-22762
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2
>            Reporter: Karen Coppage
>            Assignee: Karen Coppage
>            Priority: Minor
>             Fix For: 4.0.0
>
>         Attachments: HIVE-22762.01.patch, HIVE-22762.01.patch, 
> HIVE-22762.01.patch, HIVE-22762.01.patch, HIVE-22762.02.patch, 
> HIVE-22762.03.patch, HIVE-22762.03.patch
>
>
> While casting a string to a date with a custom date format having day token 
> before year and moth tokens, the date is parsed incorrectly for leap days.
> h3. How to reproduce
> Execute {code}select cast("29 02 0" as date format "dd mm rr"){code} with 
> Hive. The query  results in *2020-02-28*, incorrectly.
> ----
> Executing the another cast with a slightly modified representation of the 
> date (day is preceded by year and moth) is however correctly parsed:
> {code}select cast("0 02 29" as date format "rr mm dd"){code}
> It returns *2020-02-29*.



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

Reply via email to