[
https://issues.apache.org/jira/browse/THRIFT-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14598917#comment-14598917
]
ASF GitHub Bot commented on THRIFT-3199:
----------------------------------------
GitHub user laurentgo opened a pull request:
https://github.com/apache/thrift/pull/526
THRIFT-3199: Uses StructMetaData for exception fieldvalue
As stated in issue
[THRIFT-3199](https://issues.apache.org/jira/browse/THRIFT-3199), fields based
on exception have limited metadata information, and this doesn't include the
thrift class used to represent the field.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/laurentgo/thrift THRIFT-3199
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/526.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 #526
----
commit 1d8363775babe4b80515855ba1f80f84ccbb42b8
Author: Laurent Goujon <[email protected]>
Date: 2015-06-24T06:07:08Z
Uses StructMetaData for exception fieldvalue
----
> Exception field has basic metadata
> ----------------------------------
>
> Key: THRIFT-3199
> URL: https://issues.apache.org/jira/browse/THRIFT-3199
> Project: Thrift
> Issue Type: Bug
> Reporter: Laurent Goujon
>
> If a field of a struct or of an union, or the type of a container is an
> exception, the metadata associated with the field says it's a struct, but the
> value is FieldValueMetaData, not StructMetaData. As a consequence, it is not
> possible to get the class for the field.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)