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 2008/10/01 01:55:44 UTC

[jira] Created: (PIG-469) describe call int type as "integer"

describe call int type as "integer"
-----------------------------------

                 Key: PIG-469
                 URL: https://issues.apache.org/jira/browse/PIG-469
             Project: Pig
          Issue Type: Bug
    Affects Versions: types_branch
            Reporter: Olga Natkovich
            Priority: Minor
             Fix For: types_branch


grunt> a = load 'data' as (name:chararray, age:int, gpa:double);
grunt> describe a;
a: {name: chararray,age: integer,gpa: double}

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


[jira] Updated: (PIG-469) describe call int type as "integer"

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

Santhosh Srinivasan updated PIG-469:
------------------------------------

    Attachment:     (was: PIG-469.patch)

> describe call int type as "integer"
> -----------------------------------
>
>                 Key: PIG-469
>                 URL: https://issues.apache.org/jira/browse/PIG-469
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>            Assignee: Santhosh Srinivasan
>            Priority: Minor
>             Fix For: types_branch
>
>
> grunt> a = load 'data' as (name:chararray, age:int, gpa:double);
> grunt> describe a;
> a: {name: chararray,age: integer,gpa: double}

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


[jira] Updated: (PIG-469) describe call int type as "integer"

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

Santhosh Srinivasan updated PIG-469:
------------------------------------

    Patch Info: [Patch Available]

> describe call int type as "integer"
> -----------------------------------
>
>                 Key: PIG-469
>                 URL: https://issues.apache.org/jira/browse/PIG-469
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>            Assignee: Santhosh Srinivasan
>            Priority: Minor
>             Fix For: types_branch
>
>         Attachments: PIG-469.patch
>
>
> grunt> a = load 'data' as (name:chararray, age:int, gpa:double);
> grunt> describe a;
> a: {name: chararray,age: integer,gpa: double}

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


[jira] Updated: (PIG-469) describe call int type as "integer"

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

Santhosh Srinivasan updated PIG-469:
------------------------------------

    Assignee: Santhosh Srinivasan

> describe call int type as "integer"
> -----------------------------------
>
>                 Key: PIG-469
>                 URL: https://issues.apache.org/jira/browse/PIG-469
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>            Assignee: Santhosh Srinivasan
>            Priority: Minor
>             Fix For: types_branch
>
>
> grunt> a = load 'data' as (name:chararray, age:int, gpa:double);
> grunt> describe a;
> a: {name: chararray,age: integer,gpa: double}

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


[jira] Updated: (PIG-469) describe call int type as "integer"

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

Santhosh Srinivasan updated PIG-469:
------------------------------------

    Attachment: PIG-469.patch

Attached patch fixes the issue reported in the bug. All unit test cases passed.

> describe call int type as "integer"
> -----------------------------------
>
>                 Key: PIG-469
>                 URL: https://issues.apache.org/jira/browse/PIG-469
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>            Assignee: Santhosh Srinivasan
>            Priority: Minor
>             Fix For: types_branch
>
>
> grunt> a = load 'data' as (name:chararray, age:int, gpa:double);
> grunt> describe a;
> a: {name: chararray,age: integer,gpa: double}

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


[jira] Updated: (PIG-469) describe call int type as "integer"

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

Santhosh Srinivasan updated PIG-469:
------------------------------------

    Attachment: PIG-469.patch

Re-attaching as I had not granted license for ASF

> describe call int type as "integer"
> -----------------------------------
>
>                 Key: PIG-469
>                 URL: https://issues.apache.org/jira/browse/PIG-469
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>            Assignee: Santhosh Srinivasan
>            Priority: Minor
>             Fix For: types_branch
>
>         Attachments: PIG-469.patch
>
>
> grunt> a = load 'data' as (name:chararray, age:int, gpa:double);
> grunt> describe a;
> a: {name: chararray,age: integer,gpa: double}

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


[jira] Resolved: (PIG-469) describe call int type as "integer"

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

Olga Natkovich resolved PIG-469.
--------------------------------

    Resolution: Fixed

patch committed; thanks Santhosh

> describe call int type as "integer"
> -----------------------------------
>
>                 Key: PIG-469
>                 URL: https://issues.apache.org/jira/browse/PIG-469
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>            Assignee: Santhosh Srinivasan
>            Priority: Minor
>             Fix For: types_branch
>
>         Attachments: PIG-469.patch
>
>
> grunt> a = load 'data' as (name:chararray, age:int, gpa:double);
> grunt> describe a;
> a: {name: chararray,age: integer,gpa: double}

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