You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Jonathan Coveney (Commented) (JIRA)" <ji...@apache.org> on 2012/01/07 03:41:39 UTC

[jira] [Commented] (PIG-2267) Make the name of the columns in schema optional

    [ https://issues.apache.org/jira/browse/PIG-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13181783#comment-13181783 ] 

Jonathan Coveney commented on PIG-2267:
---------------------------------------

Bump :)
                
> 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, 0.10, 0.11
>            Reporter: Ashutosh Chauhan
>            Assignee: Jonathan Coveney
>             Fix For: 0.11
>
>         Attachments: PIG2267.patch, PIG2267_1.patch
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira