It was very nice to know answers to these, since it will help while upgrading from 0.8.1 to 0.10.0 pig.
On Sun, Jun 3, 2012 at 11:38 PM, Jagat <[email protected]> wrote: > Hello everyone , > > I also came across one bug in 0.10.0 would like to confirm following > behaviour which i observed. > > myGroup = group myData by ( SUBSTRING(NAME,0,1) as FIRST_LETTER; > > Assume NAME is present in myData > > Syntax error, unexpected symbol at or near 'SUBSTRING' > > The above code used to work in 0.8 version , with 0.10 version it gives > error above. >
