Thanks! This is now PIG-3130.
Uri
On Tue, Jan 22, 2013 at 2:23 PM, Jonathan Coveney wrote:
> I do not believe that this is currently supported for nested projections,
> though it should be. Feel free to make a JIRA ticket, I do not think it
> would be hard.
>
>
> 2013/1/22 Uri Laserson
>
> >
I do not believe that this is currently supported for nested projections,
though it should be. Feel free to make a JIRA ticket, I do not think it
would be hard.
2013/1/22 Uri Laserson
> I have tuple like so:
>
> (a: (b:int, c:int, d:int, e:int))
>
> I would like to call a UDF and pass a ran
I have tuple like so:
(a: (b:int, c:int, d:int, e:int))
I would like to call a UDF and pass a range of the nested tuple. This is
what I would expect the command to be:
FOREACH alias GENERATE myUDF(a.(c .. e));
but this gives me an error like
ERROR org.apache.pig.tools.grunt.Grunt -