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 D6F8F200D53 for ; Tue, 5 Dec 2017 20:46:29 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D598B160C1C; Tue, 5 Dec 2017 19:46:29 +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 266B1160C1B for ; Tue, 5 Dec 2017 20:46:28 +0100 (CET) Received: (qmail 68504 invoked by uid 500); 5 Dec 2017 19:46:28 -0000 Mailing-List: contact reviews-help@impala.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@impala.apache.org Received: (qmail 68395 invoked by uid 99); 5 Dec 2017 19:46:28 -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; Tue, 05 Dec 2017 19:46:28 +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 4A111C700C for ; Tue, 5 Dec 2017 19:46:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-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 (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id jxvkypZgLRKr for ; Tue, 5 Dec 2017 19:46:26 +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 4907D5F22E for ; Tue, 5 Dec 2017 19:46:26 +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 vB5JkPrI003686; Tue, 5 Dec 2017 19:46:25 GMT Message-Id: <201712051946.vB5JkPrI003686@ip-10-146-233-104.ec2.internal> X-Gerrit-PatchSet: 3 Date: Tue, 5 Dec 2017 19:46:25 +0000 From: "Vuk Ercegovac (Code Review)" To: Philip Zeyliger , impala-cr@cloudera.com, reviews@impala.incubator.apache.org X-Gerrit-MessageType: newpatchset Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-6273=3A_fixes_subquery_tests_for_functional_hbase=0A?= X-Gerrit-Change-Id: Ibaa3a3df7362ac6d3ed07aff133dc4b3520bb4e0 X-Gerrit-Change-Number: 8765 X-Gerrit-ChangeURL: X-Gerrit-Commit: c6c8c8da614f4fadeb752c4d28537f6d0d4860f3 In-Reply-To: References: Reply-To: vercegovac@cloudera.com, impala-cr@cloudera.com, marcelk@gmail.com, philip@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="peiUCsw5QK0="; charset=UTF-8 archived-at: Tue, 05 Dec 2017 19:46:30 -0000 --peiUCsw5QK0= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello Philip Zeyliger, I'd like you to reexamine a change=2E Please visit= http://gerrit=2Ecloudera=2Eorg:8080/8765 to look at the new patch se= t (#3)=2E Change subject: IMPALA-6273: fixes subquery tests for functional= _hbase =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 IMPA= LA-6273: fixes subquery tests for functional_hbase IMPALA-1422 introduced = tests that do not work with the testing setup for hbase=2E Namely, tinyintt= able is not defined in the functional_hbase database, but is defined in the= functional database=2E Exhaustive tests uncovered the issue=2E This chang= e makes two changes so that tests work with functional_hbase: 1) use a tabl= e that is present in both functional and functional_hbase=2E the tests n= eeded a subquery result with a single int column=2E tinyinttable is repl= aced with an inline view that provides this single int column in a po= rtable manner=2E 2) nulls are handled differently with hbase (see IMPALA-72= 8) so the nulltable used in the tests is set to functional=2Enulltabl= e to avoid inconsistent results across input formats=2E Testing: - ran = e2e tests with exhaustive exploration strategy for the broken test=2E Ch= ange-Id: Ibaa3a3df7362ac6d3ed07aff133dc4b3520bb4e0 --- M testdata/workloads= /functional-query/queries/QueryTest/subquery-in-constant-lhs=2Etest 1 file = changed, 13 insertions(+), 8 deletions(-) git pull ssh://gerrit=2Ecloud= era=2Eorg:29418/Impala-ASF refs/changes/65/8765/3 -- To view, visit http:/= /gerrit=2Ecloudera=2Eorg:8080/8765 To unsubscribe, visit http://gerrit=2Ecl= oudera=2Eorg:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: maste= r Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ibaa3a3df7362ac6d3ed07a= ff133dc4b3520bb4e0 Gerrit-Change-Number: 8765 Gerrit-PatchSet: 3 Gerrit-Own= er: Vuk Ercegovac Gerrit-Reviewer: Philip Zeyli= ger Gerrit-Reviewer: Vuk Ercegovac --peiUCsw5QK0=--