[ 
https://issues.apache.org/jira/browse/PIG-225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597141#action_12597141
 ] 

Pi Song commented on PIG-225:
-----------------------------

1) Xu used to do extensive testing on Windows platform. Is he still in this 
project?

2) Do we have to officially support Windows right now? Until we get more active 
developers maybe we just have to focus on only one platform.

> \r in windows
> -------------
>
>                 Key: PIG-225
>                 URL: https://issues.apache.org/jira/browse/PIG-225
>             Project: Pig
>          Issue Type: Bug
>         Environment: Pig Local on Windows
>            Reporter: Amir Youssefi
>            Priority: Trivial
>
> Priority: Trivial 
> I noticed this while preparing for a Pig Training session on windows.  
> grunt> cat C:/tmp/test88.txt;
> 1       2       3       4
> a       b       c       d
> r       s       t       ugrunt>
> -- meaning the file doesn't have \n and \r in the last line but has those on 
> previous lines. This is to test the difference
> grunt> a = load 'C:/tmp/test88.txt';
> grunt> dump a;
> )1, 2, 3, 4
> )a, b, c, d
> (r, s, t, u)
>  location of ")" and the fact that "(" doesn't show up are the problems.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to