You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Prasad Chakka (JIRA)" <ji...@apache.org> on 2008/09/05 23:30:44 UTC

[jira] Created: (HADOOP-4093) [Hive]unify Table.getCols() & get_fields()

[Hive]unify Table.getCols() & get_fields()
------------------------------------------

                 Key: HADOOP-4093
                 URL: https://issues.apache.org/jira/browse/HADOOP-4093
             Project: Hadoop Core
          Issue Type: Bug
          Components: contrib/hive
    Affects Versions: 0.19.0
            Reporter: Prasad Chakka
            Assignee: Prasad Chakka
             Fix For: 0.19.0


getCols() is the correct call for Hive native objects and get_fields() is the correct call for custom serde tables. getCols() should return correct values even for custom erde tables. As a side effect, this should store field names for custom serde tables in the metadata for query purposes.

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


[jira] Resolved: (HADOOP-4093) [Hive]unify Table.getCols() & get_fields()

Posted by "Prasad Chakka (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prasad Chakka resolved HADOOP-4093.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19.0

The patch is included and committed with http://issues.apache.org/jira/browse/HADOOP-4205

> [Hive]unify Table.getCols() & get_fields()
> ------------------------------------------
>
>                 Key: HADOOP-4093
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4093
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>    Affects Versions: 0.19.0
>            Reporter: Prasad Chakka
>            Assignee: Prasad Chakka
>             Fix For: 0.19.0
>
>
> getCols() is the correct call for Hive native objects and get_fields() is the correct call for custom serde tables. getCols() should return correct values even for custom erde tables. As a side effect, this should store field names for custom serde tables in the metadata for query purposes.

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


[jira] Updated: (HADOOP-4093) [Hive]unify Table.getCols() & get_fields()

Posted by "Devaraj Das (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Devaraj Das updated HADOOP-4093:
--------------------------------

    Fix Version/s:     (was: 0.19.0)

> [Hive]unify Table.getCols() & get_fields()
> ------------------------------------------
>
>                 Key: HADOOP-4093
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4093
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>    Affects Versions: 0.19.0
>            Reporter: Prasad Chakka
>            Assignee: Prasad Chakka
>
> getCols() is the correct call for Hive native objects and get_fields() is the correct call for custom serde tables. getCols() should return correct values even for custom erde tables. As a side effect, this should store field names for custom serde tables in the metadata for query purposes.

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