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 D3D91200CEF for ; Mon, 21 Aug 2017 07:23:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D243E161BA5; Mon, 21 Aug 2017 05:23:52 +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 251AE161BA1 for ; Mon, 21 Aug 2017 07:23:51 +0200 (CEST) Received: (qmail 77117 invoked by uid 500); 21 Aug 2017 05:23:51 -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 77104 invoked by uid 99); 21 Aug 2017 05:23:51 -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; Mon, 21 Aug 2017 05:23:51 +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 990ACC21E7 for ; Mon, 21 Aug 2017 05:23:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-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 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 LE74FHAv539q for ; Mon, 21 Aug 2017 05:23:50 +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 BBBD25F22E for ; Mon, 21 Aug 2017 05:23:49 +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 v7L5NmsJ010474; Mon, 21 Aug 2017 05:23:48 GMT Date: Mon, 21 Aug 2017 05:23:48 +0000 From: "Henry Robinson (Code Review)" To: Marcel Kornacker , impala-cr@cloudera.com, reviews@impala.incubator.apache.org Message-ID: Reply-To: henry@cloudera.com X-Gerrit-MessageType: newchange Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-5800=3A_=5BAddendum=5D_Fix_bad_import_of_squeasel=2Ec=0A?= X-Gerrit-Change-Id: I03b76f2d3b3e2e6133e5c57a4f33ac315c889e15 X-Gerrit-ChangeURL: X-Gerrit-Commit: e4e21b960e5c5e833bb31791550a1a96231a40ab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.12.7 archived-at: Mon, 21 Aug 2017 05:23:53 -0000 Henry Robinson has uploaded a new change for review. http://gerrit.cloudera.org:8080/7752 Change subject: IMPALA-5800: [Addendum] Fix bad import of squeasel.c ...................................................................... IMPALA-5800: [Addendum] Fix bad import of squeasel.c The previous commit for IMPALA-5800 imported a slightly old version of squeasel.c from the upstream project. In particular, the strings used to choose the TLS version were incompatible with Impala's. This patch corrects the error. Change-Id: I03b76f2d3b3e2e6133e5c57a4f33ac315c889e15 --- M be/src/thirdparty/squeasel/squeasel.c 1 file changed, 9 insertions(+), 10 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/52/7752/1 -- To view, visit http://gerrit.cloudera.org:8080/7752 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I03b76f2d3b3e2e6133e5c57a4f33ac315c889e15 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Henry Robinson