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/07/30 07:06:14 UTC

[jira] Created: (PIG-898) TextDataParser does not handle delimiters from one complex type in another

TextDataParser does not handle delimiters from one complex type in another
--------------------------------------------------------------------------

                 Key: PIG-898
                 URL: https://issues.apache.org/jira/browse/PIG-898
             Project: Pig
          Issue Type: Bug
          Components: impl
    Affects Versions: 0.4.0
            Reporter: Santhosh Srinivasan
            Priority: Minor
             Fix For: 0.4.0


Currently, TextDataParser does not handle delimiters of one complex type in another. An example of such a case is key1(#value1} will not be parsed correctly. The production for strings matches any sequence of character that do not contain any delimiters for the complex types.

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


[jira] Commented: (PIG-898) TextDataParser does not handle delimiters from one complex type in another

Posted by "Santhosh Srinivasan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737319#action_12737319 ] 

Santhosh Srinivasan commented on PIG-898:
-----------------------------------------

In addition, empty bags, tuples and constants and nulls are not handled.

> TextDataParser does not handle delimiters from one complex type in another
> --------------------------------------------------------------------------
>
>                 Key: PIG-898
>                 URL: https://issues.apache.org/jira/browse/PIG-898
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.4.0
>            Reporter: Santhosh Srinivasan
>            Priority: Minor
>             Fix For: 0.4.0
>
>
> Currently, TextDataParser does not handle delimiters of one complex type in another. An example of such a case is key1(#value1} will not be parsed correctly. The production for strings matches any sequence of character that do not contain any delimiters for the complex types.

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


[jira] Resolved: (PIG-898) TextDataParser does not handle delimiters from one complex type in another

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olga Natkovich resolved PIG-898.
--------------------------------

    Fix Version/s: 0.7.0
       Resolution: Fixed

This has been addressed as part of 613

> TextDataParser does not handle delimiters from one complex type in another
> --------------------------------------------------------------------------
>
>                 Key: PIG-898
>                 URL: https://issues.apache.org/jira/browse/PIG-898
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.4.0
>            Reporter: Santhosh Srinivasan
>            Priority: Minor
>             Fix For: 0.7.0
>
>
> Currently, TextDataParser does not handle delimiters of one complex type in another. An example of such a case is key1(#value1} will not be parsed correctly. The production for strings matches any sequence of character that do not contain any delimiters for the complex types.

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