[
https://issues.apache.org/jira/browse/HIVE-15497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jaechang Nam updated HIVE-15497:
--------------------------------
Attachment: HIVE-15497.txt
> Unthrown SerDeException in ThriftJDBCBinarySerDe.java
> -----------------------------------------------------
>
> Key: HIVE-15497
> URL: https://issues.apache.org/jira/browse/HIVE-15497
> Project: Hive
> Issue Type: Bug
> Components: Serializers/Deserializers
> Reporter: Jaechang Nam
> Priority: Trivial
> Attachments: HIVE-15497.txt
>
>
> There is an unthrown SerDeException in
> serde/src/java/org/apache/hadoop/hive/serde2/thrift/ThriftJDBCBinarySerDe.java
> (found in the currenet github snapshot,
> 4ba713ccd85c3706d195aeef9476e6e6363f1c21)
> {code}
> 91 initializeRowAndColumns();
> 92 try {
> 93 thriftFormatter.initialize(conf, tbl);
> 94 } catch (Exception e) {
> 95 new SerDeException(e);
> 96 }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)