Return-Path: X-Original-To: apmail-impala-dev-archive@minotaur.apache.org Delivered-To: apmail-impala-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1629618B6E for ; Tue, 1 Mar 2016 02:14:44 +0000 (UTC) Received: (qmail 19820 invoked by uid 500); 1 Mar 2016 02:14:44 -0000 Delivered-To: apmail-impala-dev-archive@impala.apache.org Received: (qmail 19778 invoked by uid 500); 1 Mar 2016 02:14: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 19767 invoked by uid 99); 1 Mar 2016 02:14:43 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Mar 2016 02:14:43 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 610701A064C for ; Tue, 1 Mar 2016 02:14:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-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 mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 0HFCaQbYDlER for ; Tue, 1 Mar 2016 02:14:42 +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 mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTPS id EEF1D5FB7C for ; Tue, 1 Mar 2016 02:14: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 u212Ee7T028154; Tue, 1 Mar 2016 02:14:40 GMT Message-Id: <201603010214.u212Ee7T028154@ip-10-146-233-104.ec2.internal> Date: Tue, 1 Mar 2016 02:14:40 +0000 From: "Bharath Vissapragada (Code Review)" To: Juan Yu , impala-cr@cloudera.com, dev@impala.incubator.apache.org Reply-To: bharathv@cloudera.com X-Gerrit-MessageType: merged Subject: =?UTF-8?Q?[Impala-CR](cdh5-2.2.0=5F5.4.x)_IMPALA-1702:_Fix_union_query_NPE_if_the_inline_view_is_constant_select.=0A?= X-Gerrit-Change-Id: Ice53e00b8b21d83111577d3ca097b6c74afae276 X-Gerrit-ChangeURL: X-Gerrit-Commit: f2fd514bac5f0878035ecb85fdc3f91b76f7efd5 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 Bharath Vissapragada has submitted this change and it was merged. Change subject: IMPALA-1702: Fix union query NPE if the inline view is constant select. ...................................................................... IMPALA-1702: Fix union query NPE if the inline view is constant select. Change-Id: Ice53e00b8b21d83111577d3ca097b6c74afae276 (cherry picked from commit fd9e1a8ab53f4ea1776e7a5cef3ba4813cc5e99d) Reviewed-on: http://gerrit.cloudera.org:8080/2351 Reviewed-by: Bharath Vissapragada Tested-by: Bharath Vissapragada --- M fe/src/main/java/com/cloudera/impala/service/Frontend.java 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Bharath Vissapragada: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/2351 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ice53e00b8b21d83111577d3ca097b6c74afae276 Gerrit-PatchSet: 4 Gerrit-Project: Impala Gerrit-Branch: cdh5-2.2.0_5.4.x Gerrit-Owner: Bharath Vissapragada Gerrit-Reviewer: Bharath Vissapragada Gerrit-Reviewer: Juan Yu