[ https://issues.apache.org/jira/browse/DRILL-674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Venki Korukanti updated DRILL-674: ---------------------------------- Summary: Schema given in view/table identifier in CREATE/DROP VIEW/CREATE TABLE is not considered (was: Schema given in view identifier in CREATE/DROP VIEW is not considered) > Schema given in view/table identifier in CREATE/DROP VIEW/CREATE TABLE is not > considered > ---------------------------------------------------------------------------------------- > > Key: DRILL-674 > URL: https://issues.apache.org/jira/browse/DRILL-674 > Project: Apache Drill > Issue Type: Bug > Reporter: Venki Korukanti > Assignee: Venki Korukanti > Attachments: DRILL-674-1.patch > > > Repro: > {code} > CREATE VIEW dfs.myView AS SELECT * FROM cp.`employee.json`; > ----------------------+ > ok summary > ----------------------+ > true View 'dfs' created successfully in 'dfs' schema > {code} > Instead of creating view "myView" in dfs schema, a view named "dfs" is > created in dfs schema. -- This message was sent by Atlassian JIRA (v6.2#6252)