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 05C75200D57 for ; Mon, 11 Dec 2017 11:59:52 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0428A160C13; Mon, 11 Dec 2017 10:59: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 4AC53160C10 for ; Mon, 11 Dec 2017 11:59:51 +0100 (CET) Received: (qmail 77913 invoked by uid 500); 11 Dec 2017 10:59:50 -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 77902 invoked by uid 99); 11 Dec 2017 10:59:50 -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; Mon, 11 Dec 2017 10:59:50 +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 D07C81A0C0F for ; Mon, 11 Dec 2017 10:59:49 +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-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 Ax6k0s1eCROb for ; Mon, 11 Dec 2017 10:59:48 +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 8F7BE5F3D0 for ; Mon, 11 Dec 2017 10:59:47 +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 vBBAxkZO018758; Mon, 11 Dec 2017 10:59:46 GMT Message-Id: <201712111059.vBBAxkZO018758@ip-10-146-233-104.ec2.internal> X-Gerrit-PatchSet: 7 Date: Mon, 11 Dec 2017 10:59:46 +0000 From: "Kim Jin Chul (Code Review)" To: impala-cr@cloudera.com, reviews@impala.incubator.apache.org CC: Andre Araujo , John Russell , Zoltan Borok-Nagy X-Gerrit-MessageType: comment Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-2640=3A_Make_a_given_command_case-sensitive=0A?= X-Gerrit-Change-Id: Ifdce9781d1d97596c188691b62a141b9bd137610 X-Gerrit-Change-Number: 8762 X-Gerrit-ChangeURL: X-Gerrit-Commit: aa95faf542e4c8c10f7cb8b6e2b60c24e6052f9e In-Reply-To: References: X-Gerrit-Comment-Date: Mon, 11 Dec 2017 10:59:46 +0000 Reply-To: jinchul@gmail.com, jrussell@cloudera.com, impala-cr@cloudera.com, boroknagyz@cloudera.com, marcelk@gmail.com, araujo@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="BMsZtctZpZI="; charset=UTF-8 archived-at: Mon, 11 Dec 2017 10:59:52 -0000 --BMsZtctZpZI= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Kim Jin Chul has posted comments on this change=2E ( http://gerrit=2Ecloude= ra=2Eorg:8080/8762 ) Change subject: IMPALA-2640: Make a given command cas= e-sensitive =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 = Patch Set 7: (2 comments) http://gerrit=2Ecloudera=2Eorg:8080/#/c/8762/7/= tests/shell/test_shell_commandline=2Epy File tests/shell/test_shell_command= line=2Epy: http://gerrit=2Ecloudera=2Eorg:8080/#/c/8762/7/tests/shell/test= _shell_commandline=2Epy@585 PS7, Line 585: def run_simple_command(self, c= ommand): : run_impala_shell_cmd('-q "%s;"' % command) = : : def test_commands(self): : ""= "Testing commands which have not been tested""" : self=2Er= un_simple_command("help") > Why is this test added with this change? These = methods are unnecessary=2E They were introduced due to the code change for = do_help at the patch set #5=2E See the line 1168 in https://gerrit=2Ecloud= era=2Eorg/#/c/8762/5=2E=2E7/shell/impala_shell=2Epy http://gerrit=2Ecloud= era=2Eorg:8080/#/c/8762/7/tests/shell/test_shell_interactive=2Epy File test= s/shell/test_shell_interactive=2Epy: http://gerrit=2Ecloudera=2Eorg:8080/#= /c/8762/7/tests/shell/test_shell_interactive=2Epy@401 PS7, Line 401: = # IMPALA-5416: Test that a command following 'source' won't be run twice=2E= : result =3D run_impala_shell_interactive( = : "source shell_case_sensitive=2Ecmds;select \"second command\";")= > The IMPALA-5416 part is a leftover from copy-pasting test_source_file=2E= "sel Thanks for finding this=2E It's my mistake=2E Let me remove the inval= id comment=2E -- To view, visit http://gerrit=2Ecloudera=2Eorg:8080/876= 2 To unsubscribe, visit http://gerrit=2Ecloudera=2Eorg:8080/settings Gerri= t-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Ger= rit-Change-Id: Ifdce9781d1d97596c188691b62a141b9bd137610 Gerrit-Change-Numb= er: 8762 Gerrit-PatchSet: 7 Gerrit-Owner: Kim Jin Chul Gerrit-Reviewer: Andre Araujo Gerrit-Reviewer: Jo= hn Russell Gerrit-Reviewer: Kim Jin Chul Gerrit-Reviewer: Zoltan Borok-Nagy Gerrit-Comment-Date: Mon, 11 Dec 2017 10:59:46 +0000 Gerrit-HasComments: = Yes --BMsZtctZpZI=--