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

Referencing a view via its filename does not work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.7.0
    • Metadata
    • None

    Description

      Since a view exists as a file in a file schema, it can be accessed via its filename in addition to via its 'simple' entry in INFORMATION_SCHEMA.

      But only the simple name works, not the filename.

      Both names need to be supported.

      0: jdbc:drill:local=localhost:31010> select * from `dfs.tmp`.`georgecview`;
      +------------+------------+------------+------------+
      | timestamp  |   status   |   total    |    data    |
      +------------+------------+------------+------------+
      | 1402698853168 | OK         | 4          | [{"id":"83045086184699543","hostna |
      +------------+------------+------------+------------+
      1 row selected (0.391 seconds)
      0: jdbc:drill:local=localhost:31010> select * from `dfs.tmp`.`georgecview.drill`;
      Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while running query.[error_id: "16a3962a-18b9-4565-a1ee-5dd44e610b25"
      endpoint {
        address: "192.168.39.43"
        user_port: 31010
        control_port: 31011
        data_port: 31012
      }
      error_type: 0
      message: "Failure while parsing sql. < ValidationException:[ org.eigenbase.util.EigenbaseContextException: From line 1, column 15 to line 1, column 43 ] < EigenbaseContextException:[ From line 1, column 15 to line 1, column 43 ] < SqlValidatorException:[ Table 'dfs.tmp.georgecview.drill' not found ]"
      ]
      Error: exception while executing query (state=,code=0)
      

      Attachments

        1. DRILL-985.2.patch
          2 kB
          Sean Hsuan-Yi Chu
        2. DRILL-985.1.patch
          2 kB
          Sean Hsuan-Yi Chu

        Activity

          People

            sphillips Steven Phillips
            overcoil George Chow
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: