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 2008/12/03 20:35:44 UTC

[jira] Updated: (PIG-294) Parse errors for boolean conditions

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

Santhosh Srinivasan updated PIG-294:
------------------------------------

    Patch Info: [Patch Available]

> Parse errors for boolean conditions
> -----------------------------------
>
>                 Key: PIG-294
>                 URL: https://issues.apache.org/jira/browse/PIG-294
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: types_branch
>            Reporter: Santhosh Srinivasan
>            Assignee: Santhosh Srinivasan
>         Attachments: boolean_test.patch
>
>
> The parser throws exceptions for pig statements that contain boolean conditions with operands that use string comparators. A sample statement to reproduce the test is given below:
> split a into b if name lt 'f', c if (name ge 'f' and name le 'h'), d if name gt 'h';

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