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 917C3200BB9 for ; Mon, 7 Nov 2016 18:39:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 902FF160B14; Mon, 7 Nov 2016 17:39:00 +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 134B2160B10 for ; Mon, 7 Nov 2016 18:38:59 +0100 (CET) Received: (qmail 66453 invoked by uid 500); 7 Nov 2016 17:38:59 -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 66315 invoked by uid 99); 7 Nov 2016 17:38:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2016 17:38:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DEEBB2C2AB6 for ; Mon, 7 Nov 2016 17:38:58 +0000 (UTC) Date: Mon, 7 Nov 2016 17:38:58 +0000 (UTC) From: "Vineet Garg (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-15119) Support standard syntax for ROLLUP & CUBE MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 07 Nov 2016 17:39:00 -0000 [ https://issues.apache.org/jira/browse/HIVE-15119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644820#comment-15644820 ] Vineet Garg commented on HIVE-15119: ------------------------------------ Thanks Jesus. I'll check and regenerate the q file changes > Support standard syntax for ROLLUP & CUBE > ----------------------------------------- > > Key: HIVE-15119 > URL: https://issues.apache.org/jira/browse/HIVE-15119 > Project: Hive > Issue Type: Task > Components: Parser, SQL > Reporter: Vineet Garg > Assignee: Vineet Garg > Attachments: HIVE-15119.03.patch, HIVE-15119.2.patch, HIVE-15119.patch > > > Standard ROLLUP and CUBE syntax is GROUP BY ROLLUP (expression list)... and GROUP BY CUBE (expression list) respectively. > Currently HIVE only allows GROUP BY WITH ROLLUP/CUBE syntax. > > We would like HIVE to support standard ROLLUP/CUBE syntax. -- This message was sent by Atlassian JIRA (v6.3.4#6332)