[GitHub] flink pull request #5034: [FLINK-8105][minor] Removed unnecessary null check

2017-11-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/5034 ---

[GitHub] flink pull request #5034: [FLINK-8105][minor] Removed unnecessary null check

2017-11-19 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5034 [FLINK-8105][minor] Removed unnecessary null check ## What is the purpose of the change Removed unnecessary null check eg. `if (value != null && value instanceof String)` null ins