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 30E2A11277 for ; Wed, 2 Apr 2014 03:46:22 +0000 (UTC) Received: (qmail 17591 invoked by uid 500); 2 Apr 2014 03:46:21 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 16879 invoked by uid 500); 2 Apr 2014 03:46:18 -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 16858 invoked by uid 500); 2 Apr 2014 03:46:16 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 16845 invoked by uid 99); 2 Apr 2014 03:46:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2014 03:46:16 +0000 Date: Wed, 2 Apr 2014 03:46:16 +0000 (UTC) From: "Harish Butani (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-6778) ql/src/test/queries/clientpositive/pcr.q covers the test which generate 1.0 =1 predicate in partition pruner. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-6778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-6778: -------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) Committed to trunk and 0.13 thanks Hari, Jitendra for reviewing > ql/src/test/queries/clientpositive/pcr.q covers the test which generate 1.0 =1 predicate in partition pruner. > -------------------------------------------------------------------------------------------------------------- > > Key: HIVE-6778 > URL: https://issues.apache.org/jira/browse/HIVE-6778 > Project: Hive > Issue Type: Bug > Reporter: Hari Sankar Sivarama Subramaniyan > Assignee: Harish Butani > Attachments: HIVE-6778.1.patch > > > select key, value, ds from pcr_foo where (ds % 2 == 1); > ql/src/test/queries/clientpositive/pcr.q > The test generates 1.0==1 predicate in the pruner which cannot be evaluated since a double cannot be converted to int. -- This message was sent by Atlassian JIRA (v6.2#6252)