[
https://issues.apache.org/jira/browse/HIVE-15497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15770237#comment-15770237
]
ASF GitHub Bot commented on HIVE-15497:
---------------------------------------
GitHub user lifove opened a pull request:
https://github.com/apache/hive/pull/126
HIVE-15497: Fix an unthrown SerDeException
https://issues.apache.org/jira/browse/HIVE-15497
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lifove/hive HIVE-15497
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/126.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 #126
----
commit 76cd811bd9372d45a75103344aa932f00338e10b
Author: lifove <[email protected]>
Date: 2016-12-22T14:53:08Z
HIVE-15497: Fix an unthrown SerDeException
----
> 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: Jaechang Nam
> Priority: Trivial
> Attachments: HIVE-15497.txt
>
>
> 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
(v6.3.4#6332)