[
https://issues.apache.org/jira/browse/DRILL-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13993105#comment-13993105
]
Venki Korukanti commented on DRILL-438:
---------------------------------------
This is a bug. Current code is not considering the schema given in view
identifier. It always creates the view in default schema and considers the
first identifier in the compound identifier as the schema name. Log a separate
JIRA. To unblock for now, create view as {code} create view myView as select *
from dfs.`/opt/drill/raw-files/testTypes.json`;{code}. And query {code}select *
from myView{code}. Make sure the current schema is one of the dfs schemas.
> Add support for Views (CREATE, DROP and select)
> -----------------------------------------------
>
> Key: DRILL-438
> URL: https://issues.apache.org/jira/browse/DRILL-438
> Project: Apache Drill
> Issue Type: New Feature
> Reporter: Jacques Nadeau
> Assignee: Venki Korukanti
> Attachments: DRILL-438-1.patch, DRILL-438-2.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)