Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 72459200AE4 for ; Wed, 11 May 2016 02:47:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 70DEA160A11; Wed, 11 May 2016 00:47:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 22BF016098A for ; Wed, 11 May 2016 02:47:44 +0200 (CEST) Received: (qmail 39479 invoked by uid 500); 11 May 2016 00:47:44 -0000 Mailing-List: contact dev-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@impala.incubator.apache.org Delivered-To: mailing list dev@impala.incubator.apache.org Received: (qmail 39468 invoked by uid 99); 11 May 2016 00:47:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2016 00:47:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id A94D6180485 for ; Wed, 11 May 2016 00:47:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.362 X-Spam-Level: X-Spam-Status: No, score=0.362 tagged_above=-999 required=6.31 tests=[RDNS_DYNAMIC=0.363, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id uR7r_4CvPMgZ for ; Wed, 11 May 2016 00:47:41 +0000 (UTC) Received: from ip-10-146-233-104.ec2.internal (ec2-75-101-130-251.compute-1.amazonaws.com [75.101.130.251]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 8CEF45FBA5 for ; Wed, 11 May 2016 00:47:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ip-10-146-233-104.ec2.internal (8.14.4/8.14.4) with ESMTP id u4B0lems015231; Wed, 11 May 2016 00:47:40 GMT Message-Id: <201605110047.u4B0lems015231@ip-10-146-233-104.ec2.internal> Date: Wed, 11 May 2016 00:47:40 +0000 From: "Mostafa Mokhtar (Code Review)" To: Thomas Tauber-Marshall , impala-cr@cloudera.com, dev@impala.incubator.apache.org Reply-To: mmokhtar@cloudera.com X-Gerrit-MessageType: comment Subject: =?UTF-8?Q?[Impala-CR](cdh5-trunk)_Renamed_conjunct=5Fordering.test_to_primitive=5Fconjunct=5Fordering.test_in_targeted-perf=0A?= X-Gerrit-Change-Id: Ica8db68141ef653b0b01a7cfa7773302717a35a2 X-Gerrit-ChangeURL: X-Gerrit-Commit: 756bff773291e07f36471bbd783567de7ffa8e72 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.10-rc0 archived-at: Wed, 11 May 2016 00:47:46 -0000 Mostafa Mokhtar has posted comments on this change. Change subject: Renamed conjunct_ordering.test to primitive_conjunct_ordering.test in targeted-perf ...................................................................... Patch Set 1: -Code-Review Just noticed that this query is not valid as the predicates are not pushed to the scan and are applied at the join. | Explain String | | Estimated Per-Host Requirements: Memory=4.43GB VCores=2 | | | | 06:AGGREGATE [FINALIZE] | | | output: sum:merge(l_extendedprice * (1 - l_discount)) | | | | | 05:EXCHANGE [UNPARTITIONED] | | | | | 03:AGGREGATE | | | output: sum(l_extendedprice * (1 - l_discount)) | | | | | 02:HASH JOIN [INNER JOIN, BROADCAST] | | | hash predicates: l_partkey = p_partkey | | | other predicates: ((p_brand = 'Brand#12' AND p_container IN ('SM CASE', 'SM BOX', 'SM PACK', 'SM PKG') AND l_quantity >= 1 AND l_quantity <= 11 AND p_size BETWEEN 1 AND 5 AND l_shipmode IN ('AIR', 'AIR REG') AND l_shipinstruct = 'DELIVER IN PERSON') OR (p_brand = 'Brand#23' AND p_container IN ('MED BAG', 'MED BOX', 'MED PKG', 'MED PACK') AND l_quantity >= 10 AND l_quantity <= 20 AND p_size BETWEEN 1 AND 10 AND l_shipmode IN ('AIR', 'AIR REG') AND l_shipinstruct = 'DELIVER IN PERSON') OR (p_brand = 'Brand#34' AND p_container IN ('LG CASE', 'LG BOX', 'LG PACK', 'LG PKG') AND l_quantity >= 20 AND l_quantity <= 30 AND p_size BETWEEN 1 AND 15 AND l_shipmode IN ('AIR', 'AIR REG') AND l_shipinstruct = 'DELIVER IN PERSON')), (p_partkey = 0 OR l_partkey = 0) | | | runtime filters: RF000 <- p_partkey | | | | | |--04:EXCHANGE [BROADCAST] | | | | | | | 01:SCAN HDFS [tpch_300_parquet.part] | | | partitions=1/1 files=9 size=1.92GB | | | | | 00:SCAN HDFS [tpch_300_parquet.lineitem] | | partitions=1/1 files=264 size=64.36GB | | runtime filters: RF000 -> l_partkey | -- To view, visit http://gerrit.cloudera.org:8080/3021 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ica8db68141ef653b0b01a7cfa7773302717a35a2 Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Thomas Tauber-Marshall Gerrit-Reviewer: Mostafa Mokhtar Gerrit-HasComments: No