You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Eric Hwang (JIRA)" <ji...@apache.org> on 2009/08/05 06:53:14 UTC

[jira] Updated: (HIVE-724) Hive Server needs a getHiveSchema() thrift function

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

Eric Hwang updated HIVE-724:
----------------------------

    Attachment: HIVE-724.1.patch

This patch changes the current Hive Server's getSchema() method into getThriftSchema(), and implements a new getSchema() that returns fields represented with Hive data types.

All tests pass. Can someone review this quickly and commit it? It is blocking JIRA-187 Hive ODBC Driver.

Thanks,
Eric

> Hive Server needs a getHiveSchema() thrift function
> ---------------------------------------------------
>
>                 Key: HIVE-724
>                 URL: https://issues.apache.org/jira/browse/HIVE-724
>             Project: Hadoop Hive
>          Issue Type: Improvement
>            Reporter: Eric Hwang
>            Assignee: Eric Hwang
>         Attachments: HIVE-724.1.patch
>
>
> Currently, the Hive Server only has a getSchema() thrift function that will return a schema with fields listed as thrift DDL types. We should also have another function, getHiveSchema() (or some other function name), that will instead return a schema with fields listed as native Hive types. This will make the returned type names consistent with the  HiveMetaStoreUtils get_fields() thrift function.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.