[ 
https://issues.apache.org/jira/browse/FLINK-3635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15222017#comment-15222017
 ] 

ASF GitHub Bot commented on FLINK-3635:
---------------------------------------

Github user StephanEwen commented on the pull request:

    https://github.com/apache/flink/pull/1845#issuecomment-204477155
  
    Merging this...


> Potential null deference in 
> TwitterExample#SelectEnglishAndTokenizeFlatMap#flatMap
> ----------------------------------------------------------------------------------
>
>                 Key: FLINK-3635
>                 URL: https://issues.apache.org/jira/browse/FLINK-3635
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>
> {code}
>       JsonNode jsonNode = jsonParser.readValue(value, JsonNode.class);
>       if (jsonNode.has("user") && 
> jsonNode.get("user").get("lang").asText().equals("en")) {
> {code}
> jsonNode.get("user").get("lang") may return null, leading to 
> NullPointerException.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to