Jesus Camacho Rodriguez created HIVE-18613:
----------------------------------------------
Summary: 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
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)