[
https://issues.apache.org/jira/browse/STREAMS-458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15697298#comment-15697298
]
ASF GitHub Bot commented on STREAMS-458:
----------------------------------------
GitHub user steveblackmon opened a pull request:
https://github.com/apache/incubator-streams/pull/331
STREAMS-458: GPlusTypeConverter fix + gplus converter integration testing
GPlusTypeConverter fails processing recent plus#person w…ithout a gender
Run type converter on live-collected documents during integration test
cycle.
Collect both a person and an organization.
Check that nodes are present before accessing them.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/steveblackmon/incubator-streams STREAMS-458
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-streams/pull/331.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 #331
----
commit f15ca8897806281c7e60f97142e7f151bb0291e4
Author: Steve Blackmon @steveblackmon <[email protected]>
Date: 2016-11-26T02:18:42Z
STREAMS-458: GPlusTypeConverter fails processing recent plus#person without
a gender
Run type converter on live-collected documents during integration test
cycle.
Collect both a person and an organization.
Check that nodes are present before accessing them.
----
> GPlusTypeConverter fails processing recent plus#person without a gender
> -----------------------------------------------------------------------
>
> Key: STREAMS-458
> URL: https://issues.apache.org/jira/browse/STREAMS-458
> Project: Streams
> Issue Type: Bug
> Reporter: Steve Blackmon
> Assignee: Steve Blackmon
> Fix For: 0.5
>
> Original Estimate: 4h
> Remaining Estimate: 4h
>
> Running GPlusTypeConverterTest against the output of GPlusUserDataProviderIT:
> java.lang.NullPointerException: null
> at
> com.google.gplus.serializer.util.GPlusPersonDeserializer.deserialize(GPlusPersonDeserializer.java:65)
> Rework to ensure GPlusTypeConverter doesn't crash on valid input.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)