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 AD5AD7FCF for ; Wed, 20 Jul 2011 18:07:20 +0000 (UTC) Received: (qmail 96823 invoked by uid 500); 20 Jul 2011 18:07:20 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 96612 invoked by uid 500); 20 Jul 2011 18:07:19 -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 96602 invoked by uid 500); 20 Jul 2011 18:07:19 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 96595 invoked by uid 99); 20 Jul 2011 18:07:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2011 18:07:19 +0000 X-ASF-Spam-Status: No, hits=-2001.1 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, 20 Jul 2011 18:07:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2D0FA4B577 for ; Wed, 20 Jul 2011 18:06:58 +0000 (UTC) Date: Wed, 20 Jul 2011 18:06:58 +0000 (UTC) From: "Charles Chen (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <824695108.8549.1311185218181.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HIVE-1078) CREATE VIEW followup: CREATE OR REPLACE 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-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Chen updated HIVE-1078: ------------------------------- Status: Patch Available (was: Open) > CREATE VIEW followup: CREATE OR REPLACE > ---------------------------------------- > > Key: HIVE-1078 > URL: https://issues.apache.org/jira/browse/HIVE-1078 > Project: Hive > Issue Type: Improvement > Components: Query Processor > Affects Versions: 0.6.0 > Reporter: John Sichi > Assignee: Charles Chen > Attachments: HIVE-1078v3.patch, HIVE-1078v4.patch, HIVE-1078v5.patch, HIVE-1078v6.patch, HIVE-1078v7.patch, HIVE-1078v8.patch > > > Currently, replacing a view requires > DROP VIEW v; > CREATE VIEW v AS ; > CREATE OR REPLACE would allow these to be combined into a single operation. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira