Return-Path: Delivered-To: apmail-hive-dev-archive@www.apache.org Received: (qmail 56613 invoked from network); 16 Nov 2010 02:45:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Nov 2010 02:45:13 -0000 Received: (qmail 81731 invoked by uid 500); 16 Nov 2010 02:45:45 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 81687 invoked by uid 500); 16 Nov 2010 02:45:45 -0000 Mailing-List: contact dev-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 dev@hive.apache.org Received: (qmail 81679 invoked by uid 500); 16 Nov 2010 02:45:44 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 81676 invoked by uid 99); 16 Nov 2010 02:45:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Nov 2010 02:45:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Nov 2010 02:45:42 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAG2jLHf020886 for ; Tue, 16 Nov 2010 02:45:21 GMT Message-ID: <23862489.98171289875521444.JavaMail.jira@thor> Date: Mon, 15 Nov 2010 21:45:21 -0500 (EST) From: "Vaibhav Aggarwal (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Commented: (HIVE-1790) Patch to support HAVING clause in Hive In-Reply-To: <8324623.56361289611938663.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932318#action_12932318 ] Vaibhav Aggarwal commented on HIVE-1790: ---------------------------------------- I have added test cases and have uploaded a new patch. > Patch to support HAVING clause in Hive > -------------------------------------- > > Key: HIVE-1790 > URL: https://issues.apache.org/jira/browse/HIVE-1790 > Project: Hive > Issue Type: New Feature > Components: Query Processor > Reporter: Vaibhav Aggarwal > Assignee: Vaibhav Aggarwal > Fix For: 0.7.0 > > Attachments: HIVE-1790-1.patch, HIVE-1790.patch > > > Currently Hive users have to do nested queries in order to apply filter on group by expressions. > This patch allows users to directly apply filter on group by expressions by using HAVING clause. > This patch also helps us integrate Hive with other data analysis tools which rely on HAVING expression. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.