You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2014/07/08 01:21:34 UTC

[jira] [Created] (DRILL-1114) Views should resolve tables/files from the schema where the view is created from

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)