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 7EE0F200CAD for ; Wed, 14 Jun 2017 03:39:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7D658160BE9; Wed, 14 Jun 2017 01:39:25 +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 C3B10160BDC for ; Wed, 14 Jun 2017 03:39:24 +0200 (CEST) Received: (qmail 91824 invoked by uid 500); 14 Jun 2017 01:39: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 91813 invoked by uid 99); 14 Jun 2017 01:39:23 -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; Wed, 14 Jun 2017 01:39:23 +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 C36A41AFC6A for ; Wed, 14 Jun 2017 01:39:22 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-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-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id GgbBpKple5Xf for ; Wed, 14 Jun 2017 01:39:22 +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-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 479075F523 for ; Wed, 14 Jun 2017 01:39: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 v5E1dJeS003935; Wed, 14 Jun 2017 01:39:19 GMT Message-Id: <201706140139.v5E1dJeS003935@ip-10-146-233-104.ec2.internal> Date: Wed, 14 Jun 2017 01:39:18 +0000 From: "Donghui Xu (Code Review)" To: Henry Robinson , impala-cr@cloudera.com, reviews@impala.incubator.apache.org CC: Bharath Vissapragada Reply-To: xu.donghui@zte.com.cn X-Gerrit-MessageType: newpatchset Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-5492=3A_Fix_incorrect_newline_character_in_the_LDAP_message_within__impala-shell_introduction=0A?= X-Gerrit-Change-Id: I30c601ab255a4882260f7be23b5763ef8ec76d28 X-Gerrit-ChangeURL: X-Gerrit-Commit: 5aef32bb26d8b421e0934a13f3c134eb85b4eb6d In-Reply-To: References: 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: Wed, 14 Jun 2017 01:39:25 -0000 Hello Henry Robinson, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/7166 to look at the new patch set (#5). Change subject: IMPALA-5492: Fix incorrect newline character in the LDAP message within impala-shell introduction ...................................................................... IMPALA-5492: Fix incorrect newline character in the LDAP message within impala-shell introduction The introduction has redundant '\' in impala-shell when using LDAP. I fix this issue by removing extraneous '\' in introduction when impala-shell using LDAP. Change-Id: I30c601ab255a4882260f7be23b5763ef8ec76d28 --- M shell/impala_shell.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/66/7166/5 -- To view, visit http://gerrit.cloudera.org:8080/7166 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I30c601ab255a4882260f7be23b5763ef8ec76d28 Gerrit-PatchSet: 5 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Donghui Xu Gerrit-Reviewer: Bharath Vissapragada Gerrit-Reviewer: Donghui Xu Gerrit-Reviewer: Henry Robinson