Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C7C7573C8 for ; Wed, 21 Dec 2011 17:21:52 +0000 (UTC) Received: (qmail 16349 invoked by uid 500); 21 Dec 2011 17:21:52 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 16314 invoked by uid 500); 21 Dec 2011 17:21:52 -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 16306 invoked by uid 500); 21 Dec 2011 17:21:52 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 16299 invoked by uid 99); 21 Dec 2011 17:21:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Dec 2011 17:21:52 +0000 X-ASF-Spam-Status: No, hits=-2002.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Dec 2011 17:21:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 99259120919 for ; Wed, 21 Dec 2011 17:21:30 +0000 (UTC) Date: Wed, 21 Dec 2011 17:21:30 +0000 (UTC) From: "Namit Jain (Created) (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <36797017.36090.1324488090628.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (HIVE-2668) Minor cleanup to HIVE-2642 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Minor cleanup to HIVE-2642 -------------------------- Key: HIVE-2668 URL: https://issues.apache.org/jira/browse/HIVE-2668 Project: Hive Issue Type: Improvement Reporter: Namit Jain Assignee: He Yongqiang INLINE COMMENTS ql/src/java/org/apache/hadoop/hive/ql/optimizer/GenMRProcContext.java:105 can you add some comments here ? This is not really the top operators - this contains the list of intermediate tables also. This code is difficult to debug later on, so more comments would be helpful Look at union22.q.out. map-join followed by union, an extra stage is introduced. We dont have to optimize this - just wanted to make sure it is intentional. 1 general comment about the new test union26.q - Reduce the test output, I mean, you dont need to load all 500 rows for this test. It makes the test output really difficult to review. ql/src/java/org/apache/hadoop/hive/ql/optimizer/GenMRUnion1.java:245 remove this comment -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira