[GitHub] flink pull request #5328: [hotfix][codestyle] Refactor equals for StreamReco...

2018-01-22 Thread satybald
Github user satybald closed the pull request at: https://github.com/apache/flink/pull/5328 ---

[GitHub] flink pull request #5328: [hotfix][codestyle] Refactor equals for StreamReco...

2018-01-21 Thread satybald
GitHub user satybald opened a pull request: https://github.com/apache/flink/pull/5328 [hotfix][codestyle] Refactor equals for StreamRecord ## What is the purpose of the change Removing nested `IF`s for `StreamRecord#equals` method without changing the comparison logic.