You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jaechang Nam (JIRA)" <ji...@apache.org> on 2016/12/22 14:49:58 UTC

[jira] [Created] (HIVE-15497) Unthrown SerDeException in ThriftJDBCBinarySerDe.java

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)