Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2DAEACDCF for ; Sat, 19 May 2012 03:38:45 +0000 (UTC) Received: (qmail 11508 invoked by uid 500); 19 May 2012 03:38:44 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 11050 invoked by uid 500); 19 May 2012 03:38:43 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 10972 invoked by uid 500); 19 May 2012 03:38:40 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 10939 invoked by uid 99); 19 May 2012 03:38:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 May 2012 03:38:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 May 2012 03:38:38 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 31B34EBA1 for ; Sat, 19 May 2012 03:38:18 +0000 (UTC) Date: Sat, 19 May 2012 03:38:18 +0000 (UTC) From: "Hudson (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1709097429.17958.1337398698204.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <145754809.7651.1335232234859.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HIVE-2975) Filter parsing does not recognize '!=' as operator and silently ignores invalid tokens MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-2975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13279429#comment-13279429 ] Hudson commented on HIVE-2975: ------------------------------ Integrated in Hive-trunk-h0.21 #1439 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1439/]) HIVE-2975 : Filter parsing does not recognize '!=' as operator and silently ignores invalid tokens (Thomas Weise via Ashutosh Chauhan) (Revision 1340264) Result = FAILURE hashutosh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1340264 Files : * /hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java * /hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/parser/ExpressionTree.java * /hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/parser/Filter.g * /hive/trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestHiveMetaStore.java > Filter parsing does not recognize '!=' as operator and silently ignores invalid tokens > -------------------------------------------------------------------------------------- > > Key: HIVE-2975 > URL: https://issues.apache.org/jira/browse/HIVE-2975 > Project: Hive > Issue Type: Bug > Components: Metastore > Reporter: Thomas Weise > Assignee: Thomas Weise > Fix For: 0.10.0 > > Attachments: HIVE-2975.D2931.1.patch, HIVE-2975.D2931.2.patch, HIVE-2975.D2931.3.patch, HIVE-2975.D2931.4.patch, HIVE-2975.patch > > > Should support operator as alternative to '<>' and should not produce false positives on lexer errors. > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira