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 93B731846B for ; Wed, 23 Dec 2015 21:27:47 +0000 (UTC) Received: (qmail 21255 invoked by uid 500); 23 Dec 2015 21:27:47 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 21155 invoked by uid 500); 23 Dec 2015 21:27:47 -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 20900 invoked by uid 99); 23 Dec 2015 21:27:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Dec 2015 21:27:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id BBC5C2C1F62 for ; Wed, 23 Dec 2015 21:27:46 +0000 (UTC) Date: Wed, 23 Dec 2015 21:27:46 +0000 (UTC) From: "Pengcheng Xiong (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-12707) ParseException for column name 'INTERVAL', even set hive.support.sql11.reserved.keywords = false 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-12707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15070208#comment-15070208 ] Pengcheng Xiong commented on HIVE-12707: ---------------------------------------- [~rajsaha], INTERVAL is one of the reserved key words. It is there even before HIVE-6617. The only way to use it as an identifier is through backticks. Thanks. > ParseException for column name 'INTERVAL', even set hive.support.sql11.reserved.keywords = false > ------------------------------------------------------------------------------------------------- > > Key: HIVE-12707 > URL: https://issues.apache.org/jira/browse/HIVE-12707 > Project: Hive > Issue Type: Bug > Affects Versions: 1.2.1 > Reporter: Rajit Saha > Assignee: Pengcheng Xiong > > Any column name INTERVAL is causing ParseException , even we set hive.support.sql11.reserved.keywords = false -- This message was sent by Atlassian JIRA (v6.3.4#6332)