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

[jira] Resolved: (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 ]

Alan Gates resolved PIG-374.
----------------------------

    Resolution: Fixed

Fixed by same change that fixed PIG-379

> 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
>            Assignee: Alan Gates
>             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.