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

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

Github user StephanEwen commented on the pull request:

    https://github.com/apache/flink/pull/1871#issuecomment-209407499
  
    Looks good. Failed test seems to be a Scala compiler issue, not related to 
this pull request.
    
    Merging this...


> Potential null deference in ExecutionConfig#equals()
> ----------------------------------------------------
>
>                 Key: FLINK-3732
>                 URL: https://issues.apache.org/jira/browse/FLINK-3732
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>
> {code}
>         ((restartStrategyConfiguration == null && 
> other.restartStrategyConfiguration == null) ||
>         
> restartStrategyConfiguration.equals(other.restartStrategyConfiguration)) &&
> {code}
> If restartStrategyConfiguration is null but 
> other.restartStrategyConfiguration is not null, the above would result in NPE.



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

Reply via email to