Jonathan Coveney created PIG-3100: ------------------------------------- Summary: If a .pig_schema file is present, can get an index out of bounds error Key: PIG-3100 URL: https://issues.apache.org/jira/browse/PIG-3100 Project: Pig Issue Type: Bug Reporter: Jonathan Coveney Assignee: Jonathan Coveney Fix For: 0.12
In the case that a .pig_schema file is present, if you have a record with fewer than expected fields, pig errors out with an index out of bounds exception that is annoying, unnecessary, and unhelpful. Instead of improving logging, I decided to just do what pig should do, which is fill in the records. Patch will include a test and the fix. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira