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/06/21 01:48:24 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14039554#comment-14039554 ] 

Rahul Challapalli commented on DRILL-736:
-----------------------------------------

Thanks for the fix. Looks good

> 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
>             Fix For: 1.0.0-BETA1
>
>         Attachments: DRILL-736-1.patch
>
>
> 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)