You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Oleg Danilov (JIRA)" <ji...@apache.org> on 2017/08/07 09:39:00 UTC

[jira] [Updated] (HIVE-17260) Typo: exception has been created and lost in the ThriftJDBCBinarySerDe

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

Oleg Danilov updated HIVE-17260:
--------------------------------
    Attachment: HIVE-17260.patch

> Typo: exception has been created and lost in the ThriftJDBCBinarySerDe
> ----------------------------------------------------------------------
>
>                 Key: HIVE-17260
>                 URL: https://issues.apache.org/jira/browse/HIVE-17260
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Oleg Danilov
>            Priority: Minor
>         Attachments: HIVE-17260.patch
>
>
> Line 100:
> {code:java}
> } catch (Exception e) {
>   new SerDeException(e);
> }
> {code}
> Seems like it should be thrown there :-)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)