making dump and PigDump independent from Tuple.toString -------------------------------------------------------
Key: PIG-936 URL: https://issues.apache.org/jira/browse/PIG-936 Project: Pig Issue Type: Bug Reporter: Olga Natkovich Since Tuple is an interface, a toString implementation can change from one tuple implementation to the next. This means that format of dump and PigDump will be different depending on the tuples processed. This could be quite confusing to the users. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.