diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/thrift/ThriftJDBCBinarySerDe.java b/serde/src/java/org/apache/hadoop/hive/serde2/thrift/ThriftJDBCBinarySerDe.java index 5c31974..6afbed3 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/thrift/ThriftJDBCBinarySerDe.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/thrift/ThriftJDBCBinarySerDe.java @@ -92,7 +92,7 @@ public void initialize(Configuration conf, Properties tbl) throws SerDeException try { thriftFormatter.initialize(conf, tbl); } catch (Exception e) { - new SerDeException(e); + throw new SerDeException(e); } }