[
https://issues.apache.org/jira/browse/PIRK-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15404323#comment-15404323
]
ASF GitHub Bot commented on PIRK-42:
------------------------------------
GitHub user ellisonanne opened a pull request:
https://github.com/apache/incubator-pirk/pull/44
[PIRK-42]: Fix DataSchema getTextName NullPointerException
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ellisonanne/incubator-pirk PIRK-42
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-pirk/pull/44.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 #44
----
commit 74a6f11a1af491cc3b722af3fbb25b9342025b64
Author: ellisonanne <[email protected]>
Date: 2016-07-29T19:45:21Z
Merge pull request #5 from apache/master
up
commit 42f3e8400f810377a4bae06638fc13c0e37707f3
Author: ellisonanne <[email protected]>
Date: 2016-07-31T17:47:15Z
Merge pull request #6 from apache/master
updating fork
commit 887358883d26940845a3486b0dc87cd0cc6c3807
Author: ellisonanne <[email protected]>
Date: 2016-08-01T13:06:35Z
Merge pull request #7 from apache/master
up
commit 2ad5c619084af2517cd135374f93be20410cc45c
Author: ellisonanne <[email protected]>
Date: 2016-08-02T16:22:53Z
Merge pull request #8 from apache/master
updating fork
commit 92dc4d496452dd37a7e34d5002ec6b193892e5f5
Author: eawilliams <[email protected]>
Date: 2016-08-02T16:26:44Z
adding readObject to DataSchema to initialize transient fields upon
deserialization
----
> Fix DataSchema getTextName NullPointerException
> -----------------------------------------------
>
> Key: PIRK-42
> URL: https://issues.apache.org/jira/browse/PIRK-42
> Project: PIRK
> Issue Type: Bug
> Reporter: Ellison Anne Williams
> Assignee: Ellison Anne Williams
>
> getTextName currently throws a NullPointerException after deserialization --
> This is due to the textRep field being marked as transient without a
> corresponding readObject method to initialize it upon deserialization.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)