[
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.