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 6B7C1200D2A for ; Sat, 28 Oct 2017 08:29:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6A11B160BE1; Sat, 28 Oct 2017 06:29:43 +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 AFAAA1609D5 for ; Sat, 28 Oct 2017 08:29:42 +0200 (CEST) Received: (qmail 70389 invoked by uid 500); 28 Oct 2017 06:29:41 -0000 Mailing-List: contact reviews-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@impala.incubator.apache.org Received: (qmail 70378 invoked by uid 99); 28 Oct 2017 06:29:41 -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; Sat, 28 Oct 2017 06:29:41 +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 B7D5A1A1A99 for ; Sat, 28 Oct 2017 06:29:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.362 X-Spam-Level: ** X-Spam-Status: No, score=2.362 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, RDNS_DYNAMIC=0.363, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Vo5RgK_1_jsJ for ; Sat, 28 Oct 2017 06:29:39 +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 8855A5F1E7 for ; Sat, 28 Oct 2017 06:29:39 +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 v9S6TcQR008199; Sat, 28 Oct 2017 06:29:38 GMT Message-Id: <201710280629.v9S6TcQR008199@ip-10-146-233-104.ec2.internal> X-Gerrit-PatchSet: 3 Date: Sat, 28 Oct 2017 06:29:38 +0000 From: "Impala Public Jenkins (Code Review)" To: Bikramjeet Vig , impala-cr@cloudera.com, reviews@impala.incubator.apache.org X-Gerrit-MessageType: merged Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-6123=3A_Fix_column_order_of_a_query_test_in_test_inline_view_limit=0A?= X-Gerrit-Change-Id: I11667872b8788a8b0040bf9252bf07b987b5d330 X-Gerrit-Change-Number: 8409 X-Gerrit-ChangeURL: X-Gerrit-Commit: f11181cbe5a7eaa3ae16bfb6a60ab9e200e37d39 In-Reply-To: References: Reply-To: impala-cr@cloudera.com, reviews@impala.incubator.apache.org, bikramjeet.vig@cloudera.com MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.14.2 Content-Type: multipart/alternative; boundary="SO0CdZHht7I="; charset=UTF-8 archived-at: Sat, 28 Oct 2017 06:29:43 -0000 --SO0CdZHht7I= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Impala Public Jenkins has submitted this change and it was merged=2E ( http= ://gerrit=2Ecloudera=2Eorg:8080/8409 ) Change subject: IMPALA-6123: Fix co= lumn order of a query test in test_inline_view_limit =2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E IMPALA-6123: Fix column order of a= query test in test_inline_view_limit Currently a "select *" query in test= _inline_view_limit fails during exhaustive testing because Impala returns c= olumns from HBase tables in a different order (IMPALA-886) than the one exp= ected=2E This fix ensures the column order is consistent by specifying the = output columns in the right order in the select query=2E Testing: Tested l= ocally, with and without exhaustive exploration strategy=2E Change-Id: I11= 667872b8788a8b0040bf9252bf07b987b5d330 Reviewed-on: http://gerrit=2Eclouder= a=2Eorg:8080/8409 Reviewed-by: Lars Volker Tested-by: I= mpala Public Jenkins --- M testdata/workloads/functional-query/queries/Quer= yTest/inline-view-limit=2Etest 1 file changed, 3 insertions(+), 1 deletion(= -) Approvals: Lars Volker: Looks good to me, approved Impala Public Je= nkins: Verified -- To view, visit http://gerrit=2Ecloudera=2Eorg:8080/840= 9 To unsubscribe, visit http://gerrit=2Ecloudera=2Eorg:8080/settings Gerri= t-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerr= it-Change-Id: I11667872b8788a8b0040bf9252bf07b987b5d330 Gerrit-Change-Numbe= r: 8409 Gerrit-PatchSet: 3 Gerrit-Owner: Bikramjeet Vig Gerrit-Reviewer: Alex Behm Gerr= it-Reviewer: Bikramjeet Vig Gerrit-Review= er: Impala Public Jenkins Gerrit-Reviewer: Lars Volker = Gerrit-Reviewer: Tim Armstrong --SO0CdZHht7I=--