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 ABA21200D39 for ; Sat, 28 Oct 2017 04:30:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AA242160BF4; Sat, 28 Oct 2017 02:30:04 +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 EEAB8160BF2 for ; Sat, 28 Oct 2017 04:30:03 +0200 (CEST) Received: (qmail 69795 invoked by uid 500); 28 Oct 2017 02:30:03 -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 69784 invoked by uid 99); 28 Oct 2017 02:30:02 -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 02:30:02 +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 265C91A0F4D for ; Sat, 28 Oct 2017 02:30:02 +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 UT8tjfCXli0S for ; Sat, 28 Oct 2017 02:30:01 +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 EEC4D5F1E7 for ; Sat, 28 Oct 2017 02:30:00 +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 v9S2TxIM006160; Sat, 28 Oct 2017 02:29:59 GMT Message-Id: <201710280229.v9S2TxIM006160@ip-10-146-233-104.ec2.internal> X-Gerrit-PatchSet: 2 Date: Sat, 28 Oct 2017 02:29:59 +0000 From: "Bikramjeet Vig (Code Review)" To: Lars Volker , Tim Armstrong , Alex Behm , impala-cr@cloudera.com, reviews@impala.incubator.apache.org X-Gerrit-MessageType: newpatchset 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: 2f990f2fd355b25b075932797055a50447a5fa47 In-Reply-To: References: Reply-To: bikramjeet.vig@cloudera.com, impala-cr@cloudera.com, lv@cloudera.com, marcelk@gmail.com, tarmstrong@cloudera.com, alex.behm@cloudera.com, reviews@impala.incubator.apache.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.14.2 Content-Type: multipart/alternative; boundary="00cZao2VOEI="; charset=UTF-8 archived-at: Sat, 28 Oct 2017 02:30:04 -0000 --00cZao2VOEI= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello Lars Volker, Tim Armstrong, Alex Behm, I'd like you to reexamine a = change=2E Please visit http://gerrit=2Ecloudera=2Eorg:8080/8409 to lo= ok at the new patch set (#2)=2E Change subject: IMPALA-6123: Fix column or= der 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_inlin= e_view_limit fails during exhaustive testing because Impala returns columns= from HBase tables in a different order (IMPALA-886) than the one expected= =2E This fix ensures the column order is consistent by specifying the outpu= t columns in the right order in the select query=2E Testing: Tested locall= y, with and without exhaustive exploration strategy=2E Change-Id: I1166787= 2b8788a8b0040bf9252bf07b987b5d330 --- M testdata/workloads/functional-query= /queries/QueryTest/inline-view-limit=2Etest 1 file changed, 3 insertions(+)= , 1 deletion(-) git pull ssh://gerrit=2Ecloudera=2Eorg:29418/Impala-ASF= refs/changes/09/8409/2 -- To view, visit http://gerrit=2Ecloudera=2Eorg:8= 080/8409 To unsubscribe, visit http://gerrit=2Ecloudera=2Eorg:8080/settings= Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newp= atchset Gerrit-Change-Id: I11667872b8788a8b0040bf9252bf07b987b5d330 Gerrit-= Change-Number: 8409 Gerrit-PatchSet: 2 Gerrit-Owner: Bikramjeet Vig Gerrit-Reviewer: Alex Behm Gerrit-Reviewer: Bikramjeet Vig G= errit-Reviewer: Lars Volker Gerrit-Reviewer: Tim Armstr= ong --00cZao2VOEI=--