You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2008/09/04 02:53:44 UTC

[jira] Assigned: (PIG-402) order by on single field with user defined comparator fails

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

Olga Natkovich reassigned PIG-402:
----------------------------------

    Assignee: Shravan Matthur Narayanamurthy

> order by on single field with user defined comparator fails
> -----------------------------------------------------------
>
>                 Key: PIG-402
>                 URL: https://issues.apache.org/jira/browse/PIG-402
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>            Assignee: Shravan Matthur Narayanamurthy
>             Fix For: types_branch
>
>
> register udf.jar;
> a = load 'data';
> c = order a by $0 using MyOrderUDF();
> store c into 'out',

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