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 309847C50 for ; Fri, 16 Sep 2011 18:25:31 +0000 (UTC) Received: (qmail 15977 invoked by uid 500); 16 Sep 2011 18:25:30 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 15941 invoked by uid 500); 16 Sep 2011 18:25:30 -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 15932 invoked by uid 500); 16 Sep 2011 18:25:30 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 15923 invoked by uid 99); 16 Sep 2011 18:25:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2011 18:25:30 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,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; Fri, 16 Sep 2011 18:25:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5C5AF9E5AF for ; Fri, 16 Sep 2011 18:25:09 +0000 (UTC) Date: Fri, 16 Sep 2011 18:25:09 +0000 (UTC) From: "Siying Dong (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1550310354.35790.1316197509374.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1085296089.33132.1316130609202.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HIVE-2451) TABLESAMBLE(BUCKET xxx) sometimes doesn't trigger input pruning as regression of HIVE-1538 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-2451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siying Dong updated HIVE-2451: ------------------------------ Attachment: HIVE-2451.2.patch Changed an assert issue and recover the some test result files which were changed incorrectly by HIVE-1538. > TABLESAMBLE(BUCKET xxx) sometimes doesn't trigger input pruning as regression of HIVE-1538 > ------------------------------------------------------------------------------------------ > > Key: HIVE-2451 > URL: https://issues.apache.org/jira/browse/HIVE-2451 > Project: Hive > Issue Type: Bug > Reporter: Siying Dong > Assignee: Siying Dong > Attachments: HIVE-2451.1.patch, HIVE-2451.2.patch > > > Example: > select count(1) from TABLESAMPLE(BUCKET xxx out of yyy) where = 'xxx' > will not trigger input pruning. > The reason is that we assume sample filtering operator only happens as the second filter after table scan, which is broken by HIVE-1538, even if the feature doesn't turn on. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira