Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EFE5617F1E for ; Mon, 4 May 2015 18:49:06 +0000 (UTC) Received: (qmail 414 invoked by uid 500); 4 May 2015 18:49:06 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 385 invoked by uid 500); 4 May 2015 18:49:06 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 225 invoked by uid 99); 4 May 2015 18:49:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2015 18:49:06 +0000 Date: Mon, 4 May 2015 18:49:06 +0000 (UTC) From: "Ashutosh Chauhan (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-10454) Query against partitioned table in strict mode failed with "No partition predicate found" even if partition predicate is specified. 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-10454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14527047#comment-14527047 ] Ashutosh Chauhan commented on HIVE-10454: ----------------------------------------- Can you create a RB entry for it, that makes review little easier. > Query against partitioned table in strict mode failed with "No partition predicate found" even if partition predicate is specified. > ----------------------------------------------------------------------------------------------------------------------------------- > > Key: HIVE-10454 > URL: https://issues.apache.org/jira/browse/HIVE-10454 > Project: Hive > Issue Type: Bug > Reporter: Aihua Xu > Assignee: Aihua Xu > Attachments: HIVE-10454.2.patch, HIVE-10454.patch > > > The following queries fail: > {noformat} > create table t1 (c1 int) PARTITIONED BY (c2 string); > set hive.mapred.mode=strict; > select * from t1 where t1.c2 < to_date(date_add(from_unixtime( unix_timestamp() ),1)); > {noformat} > The query failed with "No partition predicate found for alias t1". -- This message was sent by Atlassian JIRA (v6.3.4#6332)