You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "David Ciemiewicz (JIRA)" <ji...@apache.org> on 2009/06/01 07:30:08 UTC

[jira] Updated: (PIG-753) Provide support for UDFs without parameters

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

David Ciemiewicz updated PIG-753:
---------------------------------

    Summary: Provide support for UDFs without parameters  (was: Do not support UDF not providing parameter)

> Provide support for UDFs without parameters
> -------------------------------------------
>
>                 Key: PIG-753
>                 URL: https://issues.apache.org/jira/browse/PIG-753
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Jeff Zhang
>
> Pig do not support UDF without parameters, it force me provide a parameter.
> like the following statement:
>  B = FOREACH A GENERATE bagGenerator();  this will generate error. I have to provide a parameter like following
>  B = FOREACH A GENERATE bagGenerator($0);
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.