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-8661] Replace Collections.EMPTY_MAP with Collections.emptyMap() #5864

Closed
wants to merge 1 commit into from

Conversation

rice668
Copy link

@rice668 rice668 commented Apr 18, 2018

What is the purpose of the change

The use of Collections.EMPTY_SET and Collections.EMPTY_MAP often causes unchecked assignment. It should be replaced with Collections.emptySet() and Collections.emptyMap() .

Brief change log

Change Collections.EMPTY_MAP and Collections.EMPTY_LIST to Collections.emptyList() & Collections.emptyMap().

Verifying this change

This change is a trivial rework / code cleanup without any test coverage.

@bowenli86
Copy link
Member

does using Collections.EMPTY_MAP/EMPTY_SET lead to some warnings logging?

@rice668
Copy link
Author

rice668 commented Apr 18, 2018

Hi, @bowenli86 No. It wont gives warning logging, instead it will gives static compilation warning.

Copy link
Contributor

@zentol zentol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@rice668
Copy link
Author

rice668 commented Apr 18, 2018

Thanks @zentol 👍

@zentol
Copy link
Contributor

zentol commented Apr 18, 2018

merging.

zentol pushed a commit to zentol/flink that referenced this pull request Apr 18, 2018
zentol pushed a commit to zentol/flink that referenced this pull request Apr 18, 2018
@bowenli86
Copy link
Member

+1

zentol pushed a commit to zentol/flink that referenced this pull request Apr 18, 2018
zentol pushed a commit to zentol/flink that referenced this pull request Apr 18, 2018
asfgit pushed a commit that referenced this pull request Apr 19, 2018
@asfgit asfgit closed this in 469cab4 Apr 19, 2018
sampathBhat pushed a commit to sampathBhat/flink that referenced this pull request Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants