You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "John Sichi (JIRA)" <ji...@apache.org> on 2010/01/21 00:20:54 UTC

[jira] Created: (HIVE-1078) CREATE VIEW followup: CREATE OR REPLACE

CREATE VIEW followup:  CREATE OR REPLACE
----------------------------------------

                 Key: HIVE-1078
                 URL: https://issues.apache.org/jira/browse/HIVE-1078
             Project: Hadoop Hive
          Issue Type: Improvement
          Components: Query Processor
    Affects Versions: 0.6.0
            Reporter: John Sichi
            Assignee: John Sichi
             Fix For: 0.6.0


Currently, replacing a view requires

DROP VIEW v;
CREATE VIEW v AS <new-definition>;

CREATE OR REPLACE would allow these to be combined into a single operation.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.