[ 
https://issues.apache.org/jira/browse/PIG-3316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rohini Palaniswamy updated PIG-3316:
------------------------------------

    Fix Version/s:     (was: 0.11)
                   0.12

[~xuefuz],
  I was looking for this fix and found that the CHANGES.txt file has not been 
updated. Can you update the same? 
  Fix is gone only into trunk and not 0.11. Updated the Fixed version 
accordingly. Did you intend to commit this to 0.11 also?
                
> Pig failed to interpret DateTime values in some special cases
> -------------------------------------------------------------
>
>                 Key: PIG-3316
>                 URL: https://issues.apache.org/jira/browse/PIG-3316
>             Project: Pig
>          Issue Type: Bug
>          Components: data, impl
>    Affects Versions: 0.11
>         Environment: 1970-01-01
>            Reporter: Xuefu Zhang
>            Assignee: Xuefu Zhang
>             Fix For: 0.12
>
>         Attachments: PIG-3316.patch
>
>
> For the query
> A = load 'date.txt' as ( f1:int, f2:datetime );
> dump A;
> with input data
> 1,1970-01-01
> 2,1970-01
> pig generates the following output
> (1,1970-01-01T00:00:00.000-01:00)
> (2,1970-01-01T00:00:00.000-01:00)
> which seemingly incorrectly interprets the day or month part as time zone.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to