Return-Path: Delivered-To: apmail-hive-dev-archive@www.apache.org Received: (qmail 94064 invoked from network); 4 Nov 2010 18:34:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Nov 2010 18:34:35 -0000 Received: (qmail 15431 invoked by uid 500); 4 Nov 2010 18:35:06 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 15327 invoked by uid 500); 4 Nov 2010 18:35:06 -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 15319 invoked by uid 500); 4 Nov 2010 18:35:06 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 15315 invoked by uid 99); 4 Nov 2010 18:35:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 18:35:06 +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; Thu, 04 Nov 2010 18:35:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA4IYjYQ022297 for ; Thu, 4 Nov 2010 18:34:45 GMT Message-ID: <22169666.13111288895685265.JavaMail.jira@thor> Date: Thu, 4 Nov 2010 14:34:45 -0400 (EDT) From: "John Sichi (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-1501) when generating reentrant INSERT for index rebuild, quote identifiers using backticks In-Reply-To: <9042975.98591280537778585.JavaMail.jira@thor> 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-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Sichi updated HIVE-1501: ----------------------------- Status: Open (was: Patch Available) Oops, I have to retract my +1. The patch doesn't compile with "ant package". The reason is that code in metastore is not allowed to depend on code in ql. If you were compiling with Eclipse, it may have allowed this, but before submitting your patch, make sure it compiles from the command line with "ant package". The solution is to move this method from MetastoreUtils to HiveUtils. > when generating reentrant INSERT for index rebuild, quote identifiers using backticks > ------------------------------------------------------------------------------------- > > Key: HIVE-1501 > URL: https://issues.apache.org/jira/browse/HIVE-1501 > Project: Hive > Issue Type: Bug > Components: Indexing > Affects Versions: 0.7.0 > Reporter: John Sichi > Assignee: Skye Berghel > Fix For: 0.7.0 > > Attachments: 1501.patch, 1501_new_tests.patch, 1501_with_tests.patch, HIVE-1501.4.patch > > > Yongqiang, you mentioned that you weren't able to do this due to SORT BY not accepting them. The SORT BY is gone now as of HIVE-1494 (and SORT BY needs to be fixed anyway). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.