[ 
https://issues.apache.org/jira/browse/PIG-936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749255#action_12749255
 ] 

Dmitriy V. Ryaboy commented on PIG-936:
---------------------------------------

Patch makes sense.
pig.data doesn't seem like the right package for this class -- perhaps 
pig.tools ?

Also please make sure to format your code in accordance with the style 
guidelines (http://java.sun.com/docs/codeconv/ ), and use 4 spaces -- not tabs 
-- for indentation.  

> 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
>    Affects Versions: 0.4.0
>            Reporter: Olga Natkovich
>            Assignee: Jeff Zhang
>             Fix For: 0.4.0
>
>
> 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.

Reply via email to