You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/06/16 16:57:02 UTC

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

     [ https://issues.apache.org/jira/browse/HIVE-15497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated HIVE-15497:
----------------------------------
    Labels: pull-request-available  (was: )

> 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: JC
>            Priority: Trivial
>              Labels: pull-request-available
>         Attachments: HIVE-15497.txt
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)