You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2008/08/16 02:11:44 UTC

[jira] Assigned: (PIG-373) unconnected load causes exception

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

Olga Natkovich reassigned PIG-373:
----------------------------------

    Assignee: Shravan Matthur Narayanamurthy

Alan suggested that we should not require that load requires that another operator follows it.

> unconnected load causes exception
> ---------------------------------
>
>                 Key: PIG-373
>                 URL: https://issues.apache.org/jira/browse/PIG-373
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>            Assignee: Shravan Matthur Narayanamurthy
>             Fix For: types_branch
>
>
> Load expects to be connected to another operator and when it is not,an exception is raised. Two scripts that cause this behavior
> grunt> B = load 'foo' USING PigStorage() AS (s:chararray);
> grunt> dump B;
> grunt> B = load 'foo' USING PigStorage() AS (s:chararray);
> grunt> dump B;

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