Rahul Challapalli created DRILL-1114:
----------------------------------------
Summary: 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
Priority: Blocker
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)