Hm, I didn't realize that this was a thing. I'll try and get the patch working and see...it's conflicting with something atm, but I'll see and get back to you. Thanks.
2011/10/25 Daniel Dai <[email protected]> > Are you talking about PIG-2238? > > On Tue, Oct 25, 2011 at 7:02 PM, Jonathan Coveney <[email protected] > >wrote: > > > This may be fixed in trunk, however, if I run this script: > > > > a = foreach a generate b,c,d; > > > > in pig0.9, I get: > > 2011-10-26 02:00:43,156 [main] ERROR org.apache.pig.tools.grunt.Grunt - > > ERROR 1200: null > > > > whereas in pig0.8 I get: > > 2011-10-26 02:00:56,939 [main] ERROR org.apache.pig.tools.grunt.Grunt - > > ERROR 1000: Error during parsing. Unrecognized alias a > > > > as you can imagine, this change makes things much harder to debug... I > can > > make a ticket, but wasn't sure if trunk fixes this, etc. > > Jon > > >
