You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Venki Korukanti (JIRA)" <ji...@apache.org> on 2014/05/16 12:52:28 UTC

[jira] [Assigned] (DRILL-751) INFORMATION_SCHEMA.TABLES shows the view as a table

     [ https://issues.apache.org/jira/browse/DRILL-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Venki Korukanti reassigned DRILL-751:
-------------------------------------

    Assignee: Venki Korukanti

> INFORMATION_SCHEMA.TABLES shows the view as a table
> ---------------------------------------------------
>
>                 Key: DRILL-751
>                 URL: https://issues.apache.org/jira/browse/DRILL-751
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Rahul Challapalli
>            Assignee: Venki Korukanti
>            Priority: Minor
>
> 1. create view v1 as select * from `/drill/testdata/views/dfs/parquet/rankings`;
> 2. select * from INFORMATION_SCHEMA.`TABLES`; (shows the view as table)
> +---------------+--------------+------------+------------+
> | TABLE_CATALOG | TABLE_SCHEMA | TABLE_NAME | TABLE_TYPE |
> +---------------+--------------+------------+------------+
> | DRILL         | hive.test    | t1         | TABLE      |
> | DRILL         | dfs.drillTestDirViews | v1         | TABLE      |
> | DRILL         | sys          | drillbits  | TABLE      |
> | DRILL         | sys          | options    | TABLE      |
> | DRILL         | INFORMATION_SCHEMA | VIEWS      | TABLE      |
> | DRILL         | INFORMATION_SCHEMA | COLUMNS    | TABLE      |
> | DRILL         | INFORMATION_SCHEMA | TABLES     | TABLE      |
> | DRILL         | INFORMATION_SCHEMA | CATALOGS   | TABLE      |
> | DRILL         | INFORMATION_SCHEMA | SCHEMATA   | TABLE      |
> +---------------+--------------+------------+------------+



--
This message was sent by Atlassian JIRA
(v6.2#6252)