Jaechang Nam created HIVE-15497: ----------------------------------- Summary: 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
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)