[
https://issues.apache.org/jira/browse/PIG-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Gates updated PIG-678:
---------------------------
Assignee: Alan Gates
Fix Version/s: 0.9.0
Priority: Minor (was: Major)
> "as" support for group-by
> -------------------------
>
> Key: PIG-678
> URL: https://issues.apache.org/jira/browse/PIG-678
> Project: Pig
> Issue Type: Improvement
> Reporter: Christopher Olston
> Assignee: Alan Gates
> Priority: Minor
> Fix For: 0.9.0
>
>
> I should be able to use "as" with GROUP the same way I use it with LOAD, i.e.
> rename the entire schema. This is especially important b/c the system
> automatically assigns schema names for the output of group that many people
> find unintuitive.
> e.g. this should work:
> grouped = GROUP data BY url AS (url, history);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.