You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2014/06/09 07:35:20 UTC

[jira] [Updated] (DRILL-736) describe command in drill has issues when working with hive tables with same name under different databases

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

Jacques Nadeau updated DRILL-736:
---------------------------------

    Component/s: Metadata

> describe command in drill has issues when working with hive tables with same name under different databases
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: DRILL-736
>                 URL: https://issues.apache.org/jira/browse/DRILL-736
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Metadata
>            Reporter: Rahul Challapalli
>            Assignee: Venki Korukanti
>
> From hive issue the below commands :
> create table t1 (col1 string);
> create database test;
> use test;
> create table t1 (col2 int);
> From drill :
> describe t1;
> +-------------+------------+-------------+
> | COLUMN_NAME | DATA_TYPE  | IS_NULLABLE |
> +-------------+------------+-------------+
> | col1        | VARCHAR    | NO          |
> | col2        | INTEGER    | NO          |
> +-------------+------------+-------------+



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