Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 76806 invoked from network); 30 May 2009 18:24:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 May 2009 18:24:17 -0000 Received: (qmail 23787 invoked by uid 500); 30 May 2009 18:24:29 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 23716 invoked by uid 500); 30 May 2009 18:24:29 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 23706 invoked by uid 99); 30 May 2009 18:24:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 May 2009 18:24:29 +0000 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; Sat, 30 May 2009 18:24:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 56CE7234C004 for ; Sat, 30 May 2009 11:24:07 -0700 (PDT) Message-ID: <1334578351.1243707847340.JavaMail.jira@brutus> Date: Sat, 30 May 2009 11:24:07 -0700 (PDT) From: "Prasad Chakka (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-516) Enable predicate pushdown for junit tests In-Reply-To: <1049697178.1243318485805.JavaMail.jira@brutus> 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-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasad Chakka updated HIVE-516: ------------------------------- Attachment: hive-516.patch two tests that are interesting ql/src/test/results/clientpositive/order2.q.out predicate changes type from string to int, so the 'key < 10' filter behaves differently. ql/src/test/results/clientpositive/rand_partitionpruner3.q.out rand() is applied after filtering rows so number of output rows are smaller than before. > Enable predicate pushdown for junit tests > ----------------------------------------- > > Key: HIVE-516 > URL: https://issues.apache.org/jira/browse/HIVE-516 > Project: Hadoop Hive > Issue Type: Task > Components: Testing Infrastructure > Affects Versions: 0.4.0 > Reporter: Prasad Chakka > Assignee: Prasad Chakka > Fix For: 0.4.0 > > Attachments: hive-516.patch > > > Enable predicate pushdown for junit tests by default. this is first step in making predicate pushdown as default option in the next release. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.