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 70F82200C34 for ; Mon, 27 Feb 2017 22:25:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6F78A160B60; Mon, 27 Feb 2017 21:25:08 +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 B8DAE160B5B for ; Mon, 27 Feb 2017 22:25:07 +0100 (CET) Received: (qmail 19358 invoked by uid 500); 27 Feb 2017 21:25:07 -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 19349 invoked by uid 99); 27 Feb 2017 21:25:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2017 21:25:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 935B4C05B9 for ; Mon, 27 Feb 2017 21:25:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.547 X-Spam-Level: X-Spam-Status: No, score=-1.547 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-2.999, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id iRUwt3KuAQLZ for ; Mon, 27 Feb 2017 21:25:05 +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 3C4DB5F1C2 for ; Mon, 27 Feb 2017 21:25:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 84802E053A for ; Mon, 27 Feb 2017 21:24:45 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4233424132 for ; Mon, 27 Feb 2017 21:24:45 +0000 (UTC) Date: Mon, 27 Feb 2017 21:24:45 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-16040) union column expansion should take aliases from the leftmost branch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 27 Feb 2017 21:25:08 -0000 [ https://issues.apache.org/jira/browse/HIVE-16040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15886558#comment-15886558 ] Sergey Shelukhin commented on HIVE-16040: ----------------------------------------- q14 now has a diff {noformat} Running: diff -a /home/hiveptest/35.184.81.45-hiveptest-0/apache-github-source-source/itests/qtest/target/qfile-results/clientpositive/query14.q.out /home/hiveptest/35.184.81.45-hiveptest-0/apache-github-source-source/ql/src/test/results/clientpositive/perf/query14.q.out 1,2d0 < Warning: Shuffle Join MERGEJOIN[916][tables = [$hdt$_1, $hdt$_2]] in Stage 'Reducer 114' is a cross product < Warning: Shuffle Join MERGEJOIN[917][tables = [$hdt$_1, $hdt$_2, $hdt$_0]] in Stage 'Reducer 115' is a cross product 6a5,6 > Warning: Shuffle Join MERGEJOIN[916][tables = [$hdt$_1, $hdt$_2]] in Stage 'Reducer 114' is a cross product > Warning: Shuffle Join MERGEJOIN[917][tables = [$hdt$_1, $hdt$_2, $hdt$_0]] in Stage 'Reducer 115' is a cross product{noformat} that is not related. I don't even know what the difference actually is. Will update in due course > union column expansion should take aliases from the leftmost branch > ------------------------------------------------------------------- > > Key: HIVE-16040 > URL: https://issues.apache.org/jira/browse/HIVE-16040 > Project: Hive > Issue Type: Bug > Reporter: Sergey Shelukhin > Assignee: Sergey Shelukhin > Attachments: HIVE-16040.01.patch, HIVE-16040.02.patch, HIVE-16040.patch > > -- This message was sent by Atlassian JIRA (v6.3.15#6346)