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 1829A200C2E for ; Sun, 5 Mar 2017 10:51:39 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 16B68160B6B; Sun, 5 Mar 2017 09:51:39 +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 5D31A160B65 for ; Sun, 5 Mar 2017 10:51:38 +0100 (CET) Received: (qmail 36987 invoked by uid 500); 5 Mar 2017 09:51:37 -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 36978 invoked by uid 99); 5 Mar 2017 09:51:37 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Mar 2017 09:51:37 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 2C276C23E4 for ; Sun, 5 Mar 2017 09:51:37 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.651 X-Spam-Level: X-Spam-Status: No, score=0.651 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id HeMDSFWgREw6 for ; Sun, 5 Mar 2017 09:51:36 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 61C9A5FB6B for ; Sun, 5 Mar 2017 09:51:36 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 3F3E7E0485 for ; Sun, 5 Mar 2017 09:51:33 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id CC6BC24168 for ; Sun, 5 Mar 2017 09:51:32 +0000 (UTC) Date: Sun, 5 Mar 2017 09:51:32 +0000 (UTC) From: "Lefty Leverenz (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-16070) fix nonReserved list in IdentifiersParser.q MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 05 Mar 2017 09:51:39 -0000 [ https://issues.apache.org/jira/browse/HIVE-16070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15896143#comment-15896143 ] Lefty Leverenz commented on HIVE-16070: --------------------------------------- Doc note: MERGE should be included in the DDL doc's list of reserved keywords for release 2.2.0. But I won't add a TODOC2.2 label because it's part of the documentation for HIVE-14943. * [DDL -- Reserved Keywords | https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-ReservedKeywords] Quibble: This jira's summary (title) says IdentifiersParser.q but ".q" should be ".g". > fix nonReserved list in IdentifiersParser.q > ------------------------------------------- > > Key: HIVE-16070 > URL: https://issues.apache.org/jira/browse/HIVE-16070 > Project: Hive > Issue Type: Bug > Components: Query Planning, Query Processor, Transactions > Affects Versions: 2.2.0 > Reporter: Eugene Koifman > Assignee: Eugene Koifman > Fix For: 2.2.0 > > Attachments: HIVE-16070.01.patch, HIVE-16070.02.patch, HIVE-16070.03.patch > > > some keywords that should have been reserved (https://www.postgresql.org/docs/9.5/static/sql-keywords-appendix.html) are listed in nonReserved list. Should fix this. > KW_MERGE > KW_START > KW_COMMIT > KW_ROLLBACK > KW_ONLY -- This message was sent by Atlassian JIRA (v6.3.15#6346)