[
https://issues.apache.org/jira/browse/DRILL-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14068136#comment-14068136
]
Jacques Nadeau commented on DRILL-1114:
---------------------------------------
fixed by e5c2da0 or earlier
> Views should resolve tables/files from the schema where the view is created
> from
> --------------------------------------------------------------------------------
>
> Key: DRILL-1114
> URL: https://issues.apache.org/jira/browse/DRILL-1114
> Project: Apache Drill
> Issue Type: Bug
> Components: Metadata
> Reporter: Rahul Challapalli
> Assignee: Venki Korukanti
> Attachments:
> DRILL-1114-Fix-a-bug-in-resolving-tables-in-schema-w.patch
>
>
> git.commit.id.abbrev=790a2ad
> Build # 26246
> In the below scenario 'region' should be resolved from 'abc'. However it is
> not working as expected and throws a 'table not found' error.
> use abc;
> create view xyz.v1 as select * from region;
--
This message was sent by Atlassian JIRA
(v6.2#6252)