Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-1114

Views should resolve tables/files from the schema where the view is created from

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.4.0
    • Metadata
    • None

    Description

      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;

      Attachments

        Activity

          People

            vkorukanti Venki Korukanti
            rkins Rahul Kumar Challapalli
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: