You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Pi Song (JIRA)" <ji...@apache.org> on 2008/07/10 15:40:32 UTC

[jira] Commented: (PIG-293) order by * goes into infinite loop

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

Pi Song commented on PIG-293:
-----------------------------

>From my understanding, if LOSort.isStar() is true, it already indicates that we need all columns. 

My opinion:-
- If we keep setStar(), then we shouldn't have to add inner plans 
- If we add inner plans at parsing time, we shouldn't have setStar()

What do you think?

> order by * goes into infinite loop
> ----------------------------------
>
>                 Key: PIG-293
>                 URL: https://issues.apache.org/jira/browse/PIG-293
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Alan Gates
>             Fix For: types_branch
>
>         Attachments: sort_star_with_project.patch
>
>
> Scripts with order by * go into an infinite loop.  Worse yet, they appear to be reporting progress to hadoop in this loop, and thus are never terminated.

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