[
https://issues.apache.org/jira/browse/HIVE-17260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16115947#comment-16115947
]
ASF GitHub Bot commented on HIVE-17260:
---------------------------------------
GitHub user dosoft opened a pull request:
https://github.com/apache/hive/pull/224
HIVE-17260: Fixed typo (non-thrown exception)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dosoft/hive HIVE-17260
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/224.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #224
----
commit 5076224de84f98e363588a03295fdb1e93b1c893
Author: Oleg Danilov <[email protected]>
Date: 2017-08-06T21:57:10Z
HIVE-17260: Fixed typo (non-thrown exception)
----
> 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
>
> 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)