[
https://issues.apache.org/jira/browse/PIG-3967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Dai resolved PIG-3967.
-----------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
The suggested patch looks good to me. Thanks Cheolsoo!
Patch committed to trunk and 0.13 branch.
> Grunt fail if we running more statement after first store
> ---------------------------------------------------------
>
> Key: PIG-3967
> URL: https://issues.apache.org/jira/browse/PIG-3967
> Project: Pig
> Issue Type: Bug
> Components: impl
> Reporter: Daniel Dai
> Assignee: Daniel Dai
> Fix For: 0.13.0
>
> Attachments: PIG-3967-1.patch, PIG-3967-2.patch,
> PIG-3967-suggestion.patch
>
>
> We will hit output validation fail. The issue is caused by PIG-3545. We
> change PigServer.Graph.validateQuery() to invoke LogicalPlan.validate(),
> which will do the output validation. In Grunt mode, even after the first
> store, we will compile the entire statement cache, so the first store will be
> in the logical plan, validate on output fail.
> This makes datagenerator of Pigmix fail.
--
This message was sent by Atlassian JIRA
(v6.2#6252)