You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Amir Youssefi (JIRA)" <ji...@apache.org> on 2008/08/12 00:34:44 UTC

[jira] Created: (PIG-371) Show line number in grunt

Show line number in grunt
-------------------------

                 Key: PIG-371
                 URL: https://issues.apache.org/jira/browse/PIG-371
             Project: Pig
          Issue Type: Improvement
            Reporter: Amir Youssefi
            Priority: Trivial


Now that PIG-270 is in. It will be nice to have line number in grunt prompt. Something like this: 

10 grunt> 

grunt (10) > 

grunt:10>

10: grunt> 

etc.

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


[jira] Commented: (PIG-371) Show line number in grunt

Posted by "Amir Youssefi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12621635#action_12621635 ] 

Amir Youssefi commented on PIG-371:
-----------------------------------

Error message even gives column number now: 

"org.apache.pig.tools.pigscript.parser.ParseException: Encountered "abcdefg" at line 4, column 1."

so perhaps we can add column number as well:

grunt:L10,C15>

10,15 grunt>

All of above are nice to have/trivial.

> Show line number in grunt
> -------------------------
>
>                 Key: PIG-371
>                 URL: https://issues.apache.org/jira/browse/PIG-371
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Amir Youssefi
>            Priority: Trivial
>
> Now that PIG-270 is in. It will be nice to have line number in grunt prompt. Something like this: 
> 10 grunt> 
> grunt (10) > 
> grunt:10>
> 10: grunt> 
> etc.

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