Make the name of the columns in schema optional
-----------------------------------------------

                 Key: PIG-2267
                 URL: https://issues.apache.org/jira/browse/PIG-2267
             Project: Pig
          Issue Type: Bug
          Components: parser
    Affects Versions: 0.9.0
            Reporter: Ashutosh Chauhan


Following two works:
{code}
a = load 'data';
a = load 'data' as (f1:int);
{code}

Following doesn't:
{code}
a = load 'data' as (int);
{code}

It will be nice to make names of column optional.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to