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

Cheolsoo Park commented on PIG-4062:
------------------------------------

{quote}
Moved test cases from piggybank to builtin test folder 
{quote}
[~raj171], you removed the test in piggybank but did not add it to builtin test 
folder. Can you please regenerate your patch after add the new file with {{git 
add -N}}?

> Add ascending order option to builtin TOP function
> --------------------------------------------------
>
>                 Key: PIG-4062
>                 URL: https://issues.apache.org/jira/browse/PIG-4062
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.11.1
>            Reporter: Ritesh Agrawal
>            Assignee: Ritesh Agrawal
>            Priority: Minor
>             Fix For: 0.14.0
>
>         Attachments: PIG-4062.patch
>
>
> Builtin TOP function orders records in descending order. However in lot of 
> cases you might want to get top N records in ascending order, such as when 
> ordering records by rank, etc. The idea is to extend the TOP function so that 
> it can be configured via DEFINE statement. For example 
> DEFINE TOPASC TOP("ASC");
> To keep it backward compatible, the top function by default will continue to 
> order in descending order. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to