Simplify schema syntax for cast
-------------------------------

                 Key: PIG-2461
                 URL: https://issues.apache.org/jira/browse/PIG-2461
             Project: Pig
          Issue Type: Bug
          Components: impl
    Affects Versions: 0.11
            Reporter: Daniel Dai
             Fix For: 0.11


Cast into a bag/tuple syntax is confusing:
{code}
b = foreach a generate (bag{tuple(int,double)})bag0;
{code}

It's pretty hard to get it right for users. We should make key word 
"bag"/"tuple" 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

        

Reply via email to