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

Daniel Dai commented on PIG-1344:
---------------------------------

Hi, Santhosh,
We change complex data parsing in 0.7, and all values will be read as 
bytearray. The goal for this change is to stop guessing datatype for complex 
data type. You can cast to other datatype either implicitly or explicitly. So 
here do you mean you still want data type guessing in some cases?

> PigStorage should be able to read back complex data containing delimiters 
> created by PigStorage
> -----------------------------------------------------------------------------------------------
>
>                 Key: PIG-1344
>                 URL: https://issues.apache.org/jira/browse/PIG-1344
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.7.0
>            Reporter: Santhosh Srinivasan
>            Assignee: Daniel Dai
>             Fix For: 0.8.0
>
>
> With Pig 0.7, the TextDataParser has been removed and the logic to parse 
> complex data types has moved to Utf8StorageConverter. However, this does not 
> handle the case where the complex data types could contain delimiters ('{', 
> '}', ',', '(', ')', '[', ']', '#'). Fixing this issue will make PigStorage 
> self contained and more usable.

-- 
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