Return-Path: Delivered-To: apmail-incubator-pig-dev-archive@locus.apache.org Received: (qmail 28179 invoked from network); 8 Jul 2008 11:20:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jul 2008 11:20:57 -0000 Received: (qmail 57822 invoked by uid 500); 8 Jul 2008 11:20:57 -0000 Delivered-To: apmail-incubator-pig-dev-archive@incubator.apache.org Received: (qmail 57446 invoked by uid 500); 8 Jul 2008 11:20:56 -0000 Mailing-List: contact pig-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@incubator.apache.org Delivered-To: mailing list pig-dev@incubator.apache.org Received: (qmail 57381 invoked by uid 99); 8 Jul 2008 11:20:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2008 04:20:56 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2008 11:20:12 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F2BAC234C15C for ; Tue, 8 Jul 2008 04:20:34 -0700 (PDT) Message-ID: <876185825.1215516034992.JavaMail.jira@brutus> Date: Tue, 8 Jul 2008 04:20:34 -0700 (PDT) From: "Pi Song (JIRA)" To: pig-dev@incubator.apache.org Subject: [jira] Resolved: (PIG-294) Parse errors for boolean conditions In-Reply-To: <1415169325.1215450391669.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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.