You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Yin Huai (JIRA)" <ji...@apache.org> on 2013/10/22 04:06:42 UTC

[jira] [Updated] (HIVE-5592) Add an option to convert enum as struct as of Hive 0.8

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

Yin Huai updated HIVE-5592:
---------------------------

    Description: 
HIVE-3323 introduced the incompatible change: Hive handling of enum types has been changed to always return the string value rather than struct<value:int>. But it didn't add the option "hive.data.convert.enum.to.string"  as planned and thus broke all Enum usage prior to 0.10.


  was:
HIVE-3222 introduced the incompatible change: Hive handling of enum types has been changed to always return the string value rather than struct<value:int>. But it didn't add the option "hive.data.convert.enum.to.string"  as planned and thus broke all Enum usage prior to 0.10.



> Add an option to convert enum as struct<value:int> as of Hive 0.8
> -----------------------------------------------------------------
>
>                 Key: HIVE-5592
>                 URL: https://issues.apache.org/jira/browse/HIVE-5592
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.10.0, 0.11.0, 0.12.0
>            Reporter: Jie Li
>
> HIVE-3323 introduced the incompatible change: Hive handling of enum types has been changed to always return the string value rather than struct<value:int>. But it didn't add the option "hive.data.convert.enum.to.string"  as planned and thus broke all Enum usage prior to 0.10.



--
This message was sent by Atlassian JIRA
(v6.1#6144)