[
https://issues.apache.org/jira/browse/PIG-373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623967#action_12623967
]
shravanmn edited comment on PIG-373 at 8/21/08 3:56 AM:
-----------------------------------------------------------------------------
You are right olga. I have a fix for this in the LogicalTransformer. But svn is
not working and hence could not submit patch. Will do it once svn is up.
was (Author: shravanmn):
You are right olga. I have a fix for this in the TypeCastInserter. But svn
is not working and hence could not submit patch. Will do it once svn is up.
> 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> describe 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.