You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Santhosh Srinivasan (JIRA)" <ji...@apache.org> on 2009/03/06 23:55:56 UTC

[jira] Resolved: (PIG-544) Utf8StorageConverter.java does not always produce NULLs when data is malformed

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

Santhosh Srinivasan resolved PIG-544.
-------------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

Patch has been committed. Good work on the test cases. Thanks Thejas!

> Utf8StorageConverter.java does not always produce NULLs when data is malformed
> ------------------------------------------------------------------------------
>
>                 Key: PIG-544
>                 URL: https://issues.apache.org/jira/browse/PIG-544
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>            Assignee: Thejas M Nair
>             Fix For: types_branch
>
>         Attachments: 544.2.patch, 544.patch
>
>
> It does so for scalar types but not for complext types and not for the fields inside of the complext types.
> This is because it uses different code to parse scalar types by themselves and scalar types inside of a complex type. It should really use the same (its own code to do so.)
> The code it is currently uses, is inside of TextDataParser.jjt and is also used to parse constants so we need to be careful if we want to make changes to it.

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