Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 48149 invoked from network); 26 Jul 2010 05:52:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Jul 2010 05:52:16 -0000 Received: (qmail 11885 invoked by uid 500); 26 Jul 2010 05:52:16 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 11656 invoked by uid 500); 26 Jul 2010 05:52:14 -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 11568 invoked by uid 99); 26 Jul 2010 05:52:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jul 2010 05:52: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; Mon, 26 Jul 2010 05:52:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6Q5ppBU014481 for ; Mon, 26 Jul 2010 05:51:51 GMT Message-ID: <4562265.578811280123511846.JavaMail.jira@thor> Date: Mon, 26 Jul 2010 01:51:51 -0400 (EDT) From: "Carl Steinbach (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-670) Explain should show output column names In-Reply-To: <156628751.1248222914878.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-670: -------------------------------- Fix Version/s: 0.4.0 > Explain should show output column names > --------------------------------------- > > Key: HIVE-670 > URL: https://issues.apache.org/jira/browse/HIVE-670 > Project: Hadoop Hive > Issue Type: Improvement > Components: Query Processor > Reporter: Zheng Shao > Assignee: Zheng Shao > Fix For: 0.4.0 > > Attachments: HIVE-670.1.patch, HIVE-670.2.patch > > > Explain currently only shows the expressions (in which it references the output column names of the last operator). > However, it does not show the output column names of the last operator, which makes it hard to debug. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.