[ 
https://issues.apache.org/jira/browse/HIVE-3078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294813#comment-13294813
 ] 

Carl Steinbach commented on HIVE-3078:
--------------------------------------

On a related note, it looks like the inputs for views are incorrect. For 
example, view.q does the following:

{noformat}
CREATE VIEW v8 AS SELECT key from db1.table1
PREHOOK: type: CREATEVIEW
PREHOOK: Input: db1@table1
PREHOOK: Output: db1@v8
...
PREHOOK: query: SELECT * FROM db1.v8
PREHOOK: type: QUERY
PREHOOK: Input: db1@table1
PREHOOK: Input: db1@v8
#### A masked pattern was here ####
POSTHOOK: query: SELECT * FROM db1.v8
POSTHOOK: type: QUERY
POSTHOOK: Input: db1@table1
POSTHOOK: Input: db1@v8
{noformat}

When selecting from v8, db1@table1 should not appear in the list of inputs.


                
> Add inputs/outputs for create table, create view and so forth
> -------------------------------------------------------------
>
>                 Key: HIVE-3078
>                 URL: https://issues.apache.org/jira/browse/HIVE-3078
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Shuai Ding
>            Assignee: Shuai Ding
>         Attachments: hive_input_output.patch
>
>


--
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

        

Reply via email to