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] [Work logged] (HIVE-17260) Typo: exception has been created and lost in the ThriftJDBCBinarySerDe

     [ https://issues.apache.org/jira/browse/HIVE-17260?focusedWorklogId=446729&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-446729 ]

ASF GitHub Bot logged work on HIVE-17260:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 16/Jun/20 16:56
            Start Date: 16/Jun/20 16:56
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] commented on pull request #224:
URL: https://github.com/apache/hive/pull/224#issuecomment-644888035


   This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the dev@hive.apache.org list if the patch is in need of reviews.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 446729)
    Remaining Estimate: 0h
            Time Spent: 10m

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