You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2015/04/29 03:09:09 UTC

[jira] [Updated] (PIG-2461) Simplify schema syntax for cast

     [ https://issues.apache.org/jira/browse/PIG-2461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Dai updated PIG-2461:
----------------------------
    Fix Version/s:     (was: 0.15.0)
                   0.16.0

> 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.10.0
>            Reporter: Daniel Dai
>             Fix For: 0.16.0
>
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)