You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2018/02/02 16:51:00 UTC

[jira] [Assigned] (HIVE-18613) Extend JsonSerDe to support BINARY type

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

Jesus Camacho Rodriguez reassigned HIVE-18613:
----------------------------------------------


> Extend JsonSerDe to support BINARY type
> ---------------------------------------
>
>                 Key: HIVE-18613
>                 URL: https://issues.apache.org/jira/browse/HIVE-18613
>             Project: Hive
>          Issue Type: Bug
>          Components: Serializers/Deserializers
>    Affects Versions: 3.0.0
>            Reporter: Jesus Camacho Rodriguez
>            Assignee: Jesus Camacho Rodriguez
>            Priority: Major
>
> It seems only type not supported currently, from the code:
> {code}
>     case BINARY:
>       throw new IOException("JsonSerDe does not support BINARY type");
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)