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 22CE2200BA3 for ; Thu, 6 Oct 2016 05:37:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2167E160AEB; Thu, 6 Oct 2016 03:37:22 +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 5F3B3160AEA for ; Thu, 6 Oct 2016 05:37:21 +0200 (CEST) Received: (qmail 24792 invoked by uid 500); 6 Oct 2016 03:37:20 -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 24765 invoked by uid 99); 6 Oct 2016 03:37:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2016 03:37:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6E3E52C0B04 for ; Thu, 6 Oct 2016 03:37:20 +0000 (UTC) Date: Thu, 6 Oct 2016 03:37:20 +0000 (UTC) From: "Pengcheng Xiong (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-14861) Support precedence for set operator using parentheses MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 06 Oct 2016 03:37:22 -0000 [ https://issues.apache.org/jira/browse/HIVE-14861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pengcheng Xiong updated HIVE-14861: ----------------------------------- Status: Patch Available (was: Open) > Support precedence for set operator using parentheses > ----------------------------------------------------- > > Key: HIVE-14861 > URL: https://issues.apache.org/jira/browse/HIVE-14861 > Project: Hive > Issue Type: Sub-task > Reporter: Pengcheng Xiong > Assignee: Pengcheng Xiong > Attachments: HIVE-14861.01.patch, HIVE-14861.02.patch > > > We should support precedence for set operator by using parentheses. For example > {code} > select * from src union all (select * from src union select * from src); > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)