From dev-return-150565-archive-asf-public=cust-asf.ponee.io@hive.apache.org Fri Oct 19 08:20:22 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id E1B98180652 for ; Fri, 19 Oct 2018 08:20:21 +0200 (CEST) Received: (qmail 65273 invoked by uid 500); 19 Oct 2018 06:20:20 -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 65203 invoked by uid 99); 19 Oct 2018 06:20:19 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Oct 2018 06:20:19 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 6B6A6C139A; Fri, 19 Oct 2018 06:20:19 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.45 X-Spam-Level: * X-Spam-Status: No, score=1.45 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, KAM_LAZY_DOMAIN_SECURITY=1, KAM_LOTSOFHASH=0.25, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id ViId8Z4pEbfO; Fri, 19 Oct 2018 06:20:18 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 63D565F1CF; Fri, 19 Oct 2018 06:20:17 +0000 (UTC) Received: from reviews.apache.org (unknown [10.41.0.12]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B1FA1E002F; Fri, 19 Oct 2018 06:20:16 +0000 (UTC) Received: from reviews-vm2.apache.org (localhost [IPv6:::1]) by reviews.apache.org (ASF Mail Server at reviews-vm2.apache.org) with ESMTP id A00CCC4093F; Fri, 19 Oct 2018 06:20:16 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============0690917109106230274==" MIME-Version: 1.0 Subject: Re: Review Request 69078: HIVE-20767 From: Ashutosh Chauhan To: Ashutosh Chauhan , Vineet Garg Cc: hive , =?utf-8?q?Jes=C3=BAs_Camacho_Rodr=C3=ADguez?= Date: Fri, 19 Oct 2018 06:20:16 -0000 Message-ID: <20181019062016.31388.90247@reviews-vm2.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Ashutosh Chauhan X-ReviewGroup: hive X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/69078/ X-Sender: Ashutosh Chauhan References: <20181019001900.31387.44765@reviews-vm2.apache.org> In-Reply-To: <20181019001900.31387.44765@reviews-vm2.apache.org> Reply-To: Ashutosh Chauhan X-ReviewRequest-Repository: hive-git --===============0690917109106230274== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69078/#review209775 ----------------------------------------------------------- ql/src/test/results/clientpositive/llap/mapjoin_hint.q.out Lines 469-470 (original), 470-472 (patched) This plan looks slower than previous with extra shuffle. ql/src/test/results/clientpositive/llap/subquery_scalar.q.out Lines 240-241 (original), 242-244 (patched) This plan looks slower than previous with extra shuffle. ql/src/test/results/clientpositive/llap/subquery_scalar.q.out Line 1005 (original), 1038 (patched) This plan looks slower than previous with extra shuffle. ql/src/test/results/clientpositive/llap/subquery_select.q.out Lines 4905-4907 (original), 4905-4907 (patched) This plan looks slower than previous with extra shuffle. - Ashutosh Chauhan On Oct. 19, 2018, 12:18 a.m., Jesús Camacho Rodríguez wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/69078/ > ----------------------------------------------------------- > > (Updated Oct. 19, 2018, 12:18 a.m.) > > > Review request for hive, Ashutosh Chauhan and Vineet Garg. > > > Bugs: HIVE-20767 > https://issues.apache.org/jira/browse/HIVE-20767 > > > Repository: hive-git > > > Description > ------- > > HIVE-20767 > > > Diffs > ----- > > ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveJoinProjectTransposeRule.java e6844326068210e7ab7364ec9f3ec60908b36e88 > ql/src/java/org/apache/hadoop/hive/ql/parse/CalcitePlanner.java 22f3266c87f1d42c254893b424b68e757fb2953b > ql/src/test/results/clientnegative/subquery_scalar_multi_rows.q.out 0a780db7ef98ddf14fc18a90f2b628a13337bcda > ql/src/test/results/clientpositive/bool_unknown.q.out 8e9b48ccafce2093e91d7035fdf581018bab1979 > ql/src/test/results/clientpositive/llap/lineage2.q.out d32f490a704e1ba6bdc54f4d54dff028c9ca974c > ql/src/test/results/clientpositive/llap/mapjoin_hint.q.out ac505a5c1e47211260a795390a3ca7c45ee30c01 > ql/src/test/results/clientpositive/llap/materialized_view_rewrite_7.q.out 6f00a5c82b2c2784d2576222d6eb4bd9faf71bea > ql/src/test/results/clientpositive/llap/multiMapJoin1.q.out ae821f600b3e9bf3128e93c0a4097b438f26f35b > ql/src/test/results/clientpositive/llap/subquery_scalar.q.out 166bd60ce25712021c06d3506246ff87d35058c4 > ql/src/test/results/clientpositive/llap/subquery_select.q.out 854d215a2382e5b09714c7b8b9916cf048458f66 > ql/src/test/results/clientpositive/perf/spark/query54.q.out f10250f307cc58486dbb202c95b2c8af7943e528 > ql/src/test/results/clientpositive/perf/tez/query54.q.out 1c17d2a53a1be39b28d01412fe6b13878b1680f3 > ql/src/test/results/clientpositive/spark/subquery_scalar.q.out b3252f54158d5401c3d10b0978af69b9dbba1290 > ql/src/test/results/clientpositive/spark/subquery_select.q.out ad7c8a3fc795004ea5dbd2bc4355de24b73352be > > > Diff: https://reviews.apache.org/r/69078/diff/1/ > > > Testing > ------- > > > Thanks, > > Jesús Camacho Rodríguez > > --===============0690917109106230274==--