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/08/12 20:33:44 UTC

[jira] Updated: (PIG-374) describe schema does not show correct types

     [ https://issues.apache.org/jira/browse/PIG-374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olga Natkovich updated PIG-374:
-------------------------------

        Fix Version/s: types_branch
    Affects Version/s: types_branch

> describe schema does not show correct types
> -------------------------------------------
>
>                 Key: PIG-374
>                 URL: https://issues.apache.org/jira/browse/PIG-374
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>             Fix For: types_branch
>
>
> grunt> B = load 'foo' USING PigStorage() AS (s:chararray);
> grunt> describe B;
> {s: bytearray}
> This is because of lazy casting of the data. We need to store the "user percieved type" in addition to actual type and use the first in describe

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