You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2014/01/31 00:32:14 UTC

[jira] [Resolved] (PIG-3652) Pigmix parser (PigPerformanceLoader) deletes chars during parsing

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

Daniel Dai resolved PIG-3652.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 0.13.0
     Hadoop Flags: Reviewed

Patch committed to trunk. Thanks Keren!

> Pigmix parser (PigPerformanceLoader) deletes chars during parsing 
> ------------------------------------------------------------------
>
>                 Key: PIG-3652
>                 URL: https://issues.apache.org/jira/browse/PIG-3652
>             Project: Pig
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 0.12.0
>            Reporter: Keren Ouaknine
>            Assignee: Keren Ouaknine
>             Fix For: 0.13.0
>
>         Attachments: PIG-3652-1.patch, PIG-3652-2.patch
>
>
> When importing data generated by Pigmix using pigper.jar, the first char of the value of a map are missing like in the following example:
> DATA GENERATED:
> f^DGvds_NL //^D is the delimiter
> DATA LOADED:
> [f#vds_NL]
> The letter G is missing.
> This issue reproduces to the key of the map when the number of bytes >1



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)