GitHub user lamber-ken opened a pull request:
https://github.com/apache/flink/pull/6230
[FLINK-9666] short-circuit logic should be used in boolean contexts
Backport of #6212 .
@tillrohrmann, hi, cc
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lamber-ken/flink FLINK-9666-backport
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6230.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 #6230
----
commit cdd7a400a90612be76a2a585225919a4da24810c
Author: lamber-ken <!@...>
Date: 2018-06-30T02:22:09Z
backport of 6212
short-circuit logic should be used in boolean contexts, | -> ||, & -> &&
----
---