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.

Reply via email to