Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 58683 invoked from network); 22 Jul 2009 04:34:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jul 2009 04:34:12 -0000 Received: (qmail 52769 invoked by uid 500); 22 Jul 2009 04:08:37 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 52712 invoked by uid 500); 22 Jul 2009 04:08:37 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 52702 invoked by uid 99); 22 Jul 2009 04:08:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 04:08:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 04:08:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D6ABD29A0015 for ; Tue, 21 Jul 2009 21:08:14 -0700 (PDT) Message-ID: <523849727.1248235694878.JavaMail.jira@brutus> Date: Tue, 21 Jul 2009 21:08:14 -0700 (PDT) From: "Edward Capriolo (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Commented: (HIVE-454) Support escaping of ; in strings in cli In-Reply-To: <728809794.1240933890318.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733976#action_12733976 ] Edward Capriolo commented on HIVE-454: -------------------------------------- That is a good point. However it seems that the CLIDriver will be have to change regardless. Since the CLIDriver is specifically splitting on ';' a statement like "set a=5; set b=8" gets passed as two separate qp.run()'s. > Support escaping of ; in strings in cli > --------------------------------------- > > Key: HIVE-454 > URL: https://issues.apache.org/jira/browse/HIVE-454 > Project: Hadoop Hive > Issue Type: Bug > Components: Clients > Affects Versions: 0.3.0 > Reporter: Ashish Thusoo > Assignee: Ashish Thusoo > Attachments: hive-454.patch > > > If ; appears in string literals in a query the hive cli is not able to escape them properly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.