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 6D304200D3E for ; Thu, 12 Oct 2017 04:16:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6BDEC1609E5; Thu, 12 Oct 2017 02:16:26 +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 B51D5160BE3 for ; Thu, 12 Oct 2017 04:16:25 +0200 (CEST) Received: (qmail 46364 invoked by uid 500); 12 Oct 2017 02:16:24 -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 46339 invoked by uid 99); 12 Oct 2017 02:16:24 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2017 02:16:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id D8E2C184AE6 for ; Thu, 12 Oct 2017 02:16:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-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 (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id JwqzdHuS3rsb for ; Thu, 12 Oct 2017 02:16:21 +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 58AC45FBE9 for ; Thu, 12 Oct 2017 02:16:21 +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 v9C2GKpY018495; Thu, 12 Oct 2017 02:16:20 GMT Message-Id: <201710120216.v9C2GKpY018495@ip-10-146-233-104.ec2.internal> X-Gerrit-PatchSet: 3 Date: Thu, 12 Oct 2017 02:16:20 +0000 From: "Impala Public Jenkins (Code Review)" To: Michael Brown , impala-cr@cloudera.com, reviews@impala.incubator.apache.org X-Gerrit-MessageType: merged Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-6040=3A_skip_test_multi_compression_types_where_Hive_isn=27t_supported=0A?= X-Gerrit-Change-Id: I3ad4b72839f8ac3bcb824287d02dd6964eea3e3e X-Gerrit-Change-Number: 8259 X-Gerrit-ChangeURL: X-Gerrit-Commit: 0bddf0fb635abd8ef90c0385a2972ef4bf2ce75c In-Reply-To: References: Reply-To: impala-cr@cloudera.com, reviews@impala.incubator.apache.org, mikeb@cloudera.com MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.14.2 Content-Type: multipart/alternative; boundary="m8AZIN6LYyI="; charset=UTF-8 archived-at: Thu, 12 Oct 2017 02:16:26 -0000 --m8AZIN6LYyI= 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/8259 ) Change subject: IMPALA-6040: skip t= est_multi_compression_types where Hive isn't supported =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-6040: skip test_multi_co= mpression_types where Hive isn't supported A recent commit "IMPALA-5448: f= ix invalid number of splits reported in Parquet scan node" neglected to acc= ount for the fact that in some environments, Impala runs without Hive=2E Th= e typical pattern for tests that use Hive is skip them if they are executed= against such environments=2E Change-Id: I3ad4b72839f8ac3bcb824287d02dd696= 4eea3e3e Reviewed-on: http://gerrit=2Ecloudera=2Eorg:8080/8259 Reviewed-by:= Michael Brown Tested-by: Impala Public Jenkins --- = M tests/query_test/test_scanners=2Epy 1 file changed, 4 insertions(+), 0 de= letions(-) Approvals: Michael Brown: Looks good to me, approved Impala= Public Jenkins: Verified -- To view, visit http://gerrit=2Ecloudera=2Eor= g:8080/8259 To unsubscribe, visit http://gerrit=2Ecloudera=2Eorg:8080/setti= ngs Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: m= erged Gerrit-Change-Id: I3ad4b72839f8ac3bcb824287d02dd6964eea3e3e Gerrit-Ch= ange-Number: 8259 Gerrit-PatchSet: 3 Gerrit-Owner: Michael Brown Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Michae= l Brown Gerrit-Reviewer: Quanlong Huang Gerrit-Reviewer: Tim Armstrong --m8AZIN6LYyI=--