Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4991518929 for ; Thu, 25 Jun 2015 15:50:05 +0000 (UTC) Received: (qmail 98597 invoked by uid 500); 25 Jun 2015 15:50:05 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 98509 invoked by uid 500); 25 Jun 2015 15:50:05 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 98365 invoked by uid 99); 25 Jun 2015 15:50:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jun 2015 15:50:05 +0000 Date: Thu, 25 Jun 2015 15:50:05 +0000 (UTC) From: "Mariano Dominguez (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-11100) Beeline should escape semi-colon in queries MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-11100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mariano Dominguez updated HIVE-11100: ------------------------------------- Affects Version/s: 1.1.0 > Beeline should escape semi-colon in queries > ------------------------------------------- > > Key: HIVE-11100 > URL: https://issues.apache.org/jira/browse/HIVE-11100 > Project: Hive > Issue Type: Bug > Components: Beeline > Affects Versions: 1.2.0, 1.1.0 > Reporter: Chaoyu Tang > Assignee: Chaoyu Tang > Priority: Minor > > Beeline should escape the semicolon in queries. for example, the query like followings: > CREATE TABLE beeline_tb (c1 int, c2 string) ROW FORMAT DELIMITED FIELDS TERMINATED BY ';' LINES TERMINATED BY '\n'; > or > CREATE TABLE beeline_tb (c1 int, c2 string) ROW FORMAT DELIMITED FIELDS TERMINATED BY '\;' LINES TERMINATED BY '\n'; > both failed. > But the 2nd query with semicolon escaped with "\" works in CLI. -- This message was sent by Atlassian JIRA (v6.3.4#6332)