describe schema does not show correct types
-------------------------------------------

                 Key: PIG-374
                 URL: https://issues.apache.org/jira/browse/PIG-374
             Project: Pig
          Issue Type: Bug
            Reporter: Olga Natkovich


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.

Reply via email to