Interestingly this just doesn't work in the type branch. I will report it in
Jira.

On Tue, Jun 3, 2008 at 10:27 PM, pi song <[EMAIL PROTECTED]> wrote:

> If I have a query like this:-
>
> A = load 'a' as (field1: int, field2: long);
> B = group a by field1 ;
>
> The output schema of B would be:-
>
> group:int, a: bag{tuple1:tuple(field1: int,field2: long)}
>
> We define "GROUP" as a reserved word but we also use it as an alias!!!
> Users cannot refer to this field because they cannot use a reserved word as
> alias!!!
>
> I think one has to go.
>
> Any thought?
>
> Pi
>

Reply via email to