PigStorageSchema broke after changes to ResourceSchema ------------------------------------------------------
Key: PIG-1261 URL: https://issues.apache.org/jira/browse/PIG-1261 Project: Pig Issue Type: Bug Components: impl Affects Versions: 0.7.0 Reporter: Daniel Dai Assignee: Dmitriy V. Ryaboy Fix For: 0.7.0 After we add a new method "getCastString" into ResourceSchema, TestPigStorageSchema begin to fail. Seems PigStorageSchema try to serialize cast string into the schema. If I change the name of the method from "getCastString" to "genCastString", then the error message go away. Since Dmitriy is the author of TestPigStorageSchema, I need his help to check if this is the right approach to fix it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.