[
https://issues.apache.org/jira/browse/PIG-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624475#action_12624475
]
Olga Natkovich commented on PIG-353:
------------------------------------
Santhosh, I applied the patch and it made several cases work but the following
still gives errors
A = load 'data' using PigStorage() as (
x: chararray,
y: int,
z: chararray
);
B = group A by ( x );
C = foreach B generate
FOO(A) as pair: (
curr: ( user, seq, query ),
next: ( user, seq, query )
);
describe C;
> Certain parse errors force exit from grunt (interactive mode)
> -------------------------------------------------------------
>
> Key: PIG-353
> URL: https://issues.apache.org/jira/browse/PIG-353
> Project: Pig
> Issue Type: Bug
> Affects Versions: types_branch
> Reporter: Olga Natkovich
> Assignee: Santhosh Srinivasan
> Fix For: types_branch
>
> Attachments: bag_schema_bag_constant_as_clause.patch,
> bag_schema_in_pigscript_parser.patch
>
>
> I tried the following load:
> A = load 'foo' as (B: bag{T: tuple(I: int)});
> and it gave me a huge stack and through me out of grunt
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.