[
https://issues.apache.org/jira/browse/PIG-524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olga Natkovich resolved PIG-524.
--------------------------------
Resolution: Duplicate
This duplicate of PIG-900
> ORDER (x,y) gives syntax error
> ------------------------------
>
> Key: PIG-524
> URL: https://issues.apache.org/jira/browse/PIG-524
> Project: Pig
> Issue Type: Bug
> Affects Versions: 0.2.0
> Reporter: Olga Natkovich
>
> In trunk, this is a valid notation
> A = load 'data' as (x, y z);
> B = order A by (x,y);
> However, new code only allows
> B = order A by x,y;
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.