Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@locus.apache.org Received: (qmail 99904 invoked from network); 17 Dec 2008 23:43:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Dec 2008 23:43:07 -0000 Received: (qmail 46122 invoked by uid 500); 17 Dec 2008 23:43:19 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 46077 invoked by uid 500); 17 Dec 2008 23:43:19 -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 46053 invoked by uid 99); 17 Dec 2008 23:43:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2008 15:43:19 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2008 23:43:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4854C234C42F for ; Wed, 17 Dec 2008 15:42:44 -0800 (PST) Message-ID: <1605452225.1229557364295.JavaMail.jira@brutus> Date: Wed, 17 Dec 2008 15:42:44 -0800 (PST) From: "Namit Jain (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-185) fetch task code should be refactored so that can be used somewhere else also In-Reply-To: <153679378.1229556764275.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-185: ---------------------------- Status: Patch Available (was: Open) > fetch task code should be refactored so that can be used somewhere else also > ---------------------------------------------------------------------------- > > Key: HIVE-185 > URL: https://issues.apache.org/jira/browse/HIVE-185 > Project: Hadoop Hive > Issue Type: Bug > Components: Query Processor > Reporter: Namit Jain > Assignee: Namit Jain > Attachments: patch.185.1 > > > fetch task code should be refactored so that can be used somewhere else also. > Currently, fetch task has a lot of code to deal with reading a hive table (both partitioned and non-partitioned). That should be in some common location like utilities, so that it can be used by other components also. > In case of map joins, similar functionality will be needed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.