[zebra] Loading non-existing column generates error ---------------------------------------------------
Key: PIG-941 URL: https://issues.apache.org/jira/browse/PIG-941 Project: Pig Issue Type: Bug Components: data Reporter: Yiping Han Loading a column that does not exist generates the following error: 2009-09-01 21:29:15,161 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2999: Unexpected internal error. null Example is like this: STORE urls2 into '$output' using org.apache.pig.table.pig.TableStorer('md5:string, url:string'); and then in another pig script, I load the table: input = LOAD '$output' USING org.apache.pig.table.pig.TableLoader('md5,url, domain'); where domain is a column that does not exist. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.