You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2008/01/24 23:03:34 UTC

[jira] Closed: (PIG-63) PigStorage does not properly handle UTF8 data

     [ https://issues.apache.org/jira/browse/PIG-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olga Natkovich closed PIG-63.
-----------------------------

    Resolution: Fixed

Patch committed

> PigStorage does not properly handle UTF8 data
> ---------------------------------------------
>
>                 Key: PIG-63
>                 URL: https://issues.apache.org/jira/browse/PIG-63
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Olga Natkovich
>            Assignee: Benjamin Reed
>         Attachments: utf8.patch, utf8.patch, utf8.patch, utf8_v4.patch, utf8_v5.patch
>
>
> From Ben:
> I just checked the code and the problem seems to be PigStorage. getNext() uses
> readLine() which does not handle UTF8 correctly. putNext() also uses default encoder rather than UTF8 explicitly.
> Internally and in BinStorage UTF8 appears to be handled correctly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.