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