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-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 ]

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

> 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
>            Assignee: Oleg Danilov
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>         Attachments: HIVE-17260.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)