Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 97864 invoked from network); 15 Sep 2010 17:09:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Sep 2010 17:09:14 -0000 Received: (qmail 47752 invoked by uid 500); 15 Sep 2010 17:09:13 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 47523 invoked by uid 500); 15 Sep 2010 17:09:13 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 47322 invoked by uid 99); 15 Sep 2010 17:09:12 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Sep 2010 17:09:12 +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; Wed, 15 Sep 2010 17:08:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8FH8XVU007910 for ; Wed, 15 Sep 2010 17:08:33 GMT Message-ID: <6495072.206641284570513599.JavaMail.jira@thor> Date: Wed, 15 Sep 2010 13:08:33 -0400 (EDT) From: "Ashutosh Chauhan (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Commented: (HIVE-1546) Ability to plug custom Semantic Analyzers for Hive Grammar In-Reply-To: <32071506.383201282004357485.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-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12909799#action_12909799 ] Ashutosh Chauhan commented on HIVE-1546: ---------------------------------------- @John, I took a look at the proposed new interface. I didn't go full in-depth into it yet to ascertain whether this works for Howl as desired or not, but I got the high level idea. It is a major redesign from the current patch. It will require some amount of design and dev work. This also implies all our testing (both unit and integration) which we have done on this patch till now is redundant and we need to redo that again as well. > Ability to plug custom Semantic Analyzers for Hive Grammar > ---------------------------------------------------------- > > Key: HIVE-1546 > URL: https://issues.apache.org/jira/browse/HIVE-1546 > Project: Hadoop Hive > Issue Type: Improvement > Components: Metastore > Affects Versions: 0.7.0 > Reporter: Ashutosh Chauhan > Assignee: Ashutosh Chauhan > Fix For: 0.7.0 > > Attachments: hive-1546-3.patch, hive-1546-4.patch, hive-1546.patch, hive-1546_2.patch, Howl_Semantic_Analysis.txt > > > It will be useful if Semantic Analysis phase is made pluggable such that other projects can do custom analysis of hive queries before doing metastore operations on them. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.