You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2016/04/04 07:39:25 UTC

[jira] [Updated] (HIVE-7189) Hive does not store column names in ORC

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

Carl Steinbach updated HIVE-7189:
---------------------------------
    Component/s: ORC

> Hive does not store column names in ORC
> ---------------------------------------
>
>                 Key: HIVE-7189
>                 URL: https://issues.apache.org/jira/browse/HIVE-7189
>             Project: Hive
>          Issue Type: Bug
>          Components: File Formats, ORC
>    Affects Versions: 0.12.0, 0.13.0
>            Reporter: Chris Drome
>
> We uncovered the following discrepancy between writing ORC files through Pig and Hive:
> ORCFile header contains the name of the columns. Storing through Pig (ORCStorage or HCatStorer), the column names are stored fine. But when stored through hive they are stored as _col0, _col1,....,_col99 and hive uses the partition schema to map the column names. Reading the same file through Pig then has problems as user will have to manually map columns.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)