[
https://issues.apache.org/jira/browse/PIG-294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pi Song resolved PIG-294.
-------------------------
Resolution: Fixed
Unit tests checked in. Thanks Santhosh.
> 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.