Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-4728] [core,optimizer] Replace reference equality with object equality #2582

Conversation

greghogan
Copy link
Contributor

Some cases of testing Integer equality using == rather than Integer.equals(Integer), and some additional cleanup.

…equality

Some cases of testing Integer equality using == rather than
Integer.equals(Integer), and some additional cleanup.
@StephanEwen
Copy link
Contributor

Thanks, this is a great set of cleanups and fixes. Merging this!

StephanEwen pushed a commit to StephanEwen/flink that referenced this pull request Oct 4, 2016
…equality

Some cases of testing Integer equality using == rather than
Integer.equals(Integer), and some additional cleanup.

This closes apache#2582
StephanEwen pushed a commit to StephanEwen/flink that referenced this pull request Oct 5, 2016
…equality

Some cases of testing Integer equality using == rather than
Integer.equals(Integer), and some additional cleanup.

This closes apache#2582
@asfgit asfgit closed this in 9206b48 Oct 5, 2016
liuyuzhong pushed a commit to liuyuzhong/flink that referenced this pull request Dec 5, 2016
…equality

Some cases of testing Integer equality using == rather than
Integer.equals(Integer), and some additional cleanup.

This closes apache#2582
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants