[
https://issues.apache.org/jira/browse/HADOOP-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Runping Qi reassigned HADOOP-1225:
----------------------------------
Assignee: David Bowen
> Record IO class should provide a toString(String charset) method
> ----------------------------------------------------------------
>
> Key: HADOOP-1225
> URL: https://issues.apache.org/jira/browse/HADOOP-1225
> Project: Hadoop
> Issue Type: Improvement
> Components: record
> Reporter: Runping Qi
> Assigned To: David Bowen
>
> Currently, the toString() function returns the csv format serialized form of
> the record object.
> Unfortunately, all the fields of Buffer type are serialized into hex string.
> Although this is a loss less conversion, it is not
> the most convenient form, when perople use Buffer to store international
> texts. With
> a new function toString(String charset) , the user can pass a charset to
> indicate the desired way to convert a Buffer to a String.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.