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 2009/01/24 00:17:59 UTC

[jira] Created: (PIG-632) Improved error message for binary operators

Improved error message for binary operators
-------------------------------------------

                 Key: PIG-632
                 URL: https://issues.apache.org/jira/browse/PIG-632
             Project: Pig
          Issue Type: Bug
    Affects Versions: types_branch
            Reporter: Olga Natkovich
            Assignee: Santhosh Srinivasan
             Fix For: types_branch


Current message: "Incompatible types in Add Operator LHS:chararray RHS:int". LHS and RHS might not be meaningful to users. Lets try to stick to non-abrivated version of English :).

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


[jira] Updated: (PIG-632) Improved error message for binary operators

Posted by "Santhosh Srinivasan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Santhosh Srinivasan updated PIG-632:
------------------------------------

    Patch Info: [Patch Available]

> Improved error message for binary operators
> -------------------------------------------
>
>                 Key: PIG-632
>                 URL: https://issues.apache.org/jira/browse/PIG-632
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>            Assignee: Santhosh Srinivasan
>             Fix For: types_branch
>
>         Attachments: PIG-632.patch
>
>
> Current message: "Incompatible types in Add Operator LHS:chararray RHS:int". LHS and RHS might not be meaningful to users. Lets try to stick to non-abrivated version of English :).

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


[jira] Resolved: (PIG-632) Improved error message for binary operators

Posted by "Santhosh Srinivasan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Santhosh Srinivasan resolved PIG-632.
-------------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

Patch has been committed.

> Improved error message for binary operators
> -------------------------------------------
>
>                 Key: PIG-632
>                 URL: https://issues.apache.org/jira/browse/PIG-632
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>            Assignee: Santhosh Srinivasan
>             Fix For: types_branch
>
>         Attachments: PIG-632.patch
>
>
> Current message: "Incompatible types in Add Operator LHS:chararray RHS:int". LHS and RHS might not be meaningful to users. Lets try to stick to non-abrivated version of English :).

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


[jira] Updated: (PIG-632) Improved error message for binary operators

Posted by "Santhosh Srinivasan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Santhosh Srinivasan updated PIG-632:
------------------------------------

    Attachment: PIG-632.patch

Attached patch fixes the message for LHS and RHS.  In addition, some of the constructors in PigException.java were cleaned up and AssertionErrors in TypeCheckingVisitor.java were replaced with TypeCheckerExceptions. All unit test cases passed.

> Improved error message for binary operators
> -------------------------------------------
>
>                 Key: PIG-632
>                 URL: https://issues.apache.org/jira/browse/PIG-632
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>            Assignee: Santhosh Srinivasan
>             Fix For: types_branch
>
>         Attachments: PIG-632.patch
>
>
> Current message: "Incompatible types in Add Operator LHS:chararray RHS:int". LHS and RHS might not be meaningful to users. Lets try to stick to non-abrivated version of English :).

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


[jira] Commented: (PIG-632) Improved error message for binary operators

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667766#action_12667766 ] 

Olga Natkovich commented on PIG-632:
------------------------------------

+1

> Improved error message for binary operators
> -------------------------------------------
>
>                 Key: PIG-632
>                 URL: https://issues.apache.org/jira/browse/PIG-632
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>            Assignee: Santhosh Srinivasan
>             Fix For: types_branch
>
>         Attachments: PIG-632.patch
>
>
> Current message: "Incompatible types in Add Operator LHS:chararray RHS:int". LHS and RHS might not be meaningful to users. Lets try to stick to non-abrivated version of English :).

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