[
https://issues.apache.org/jira/browse/FLINK-4132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15357441#comment-15357441
]
ASF GitHub Bot commented on FLINK-4132:
---------------------------------------
Github user uce commented on the issue:
https://github.com/apache/flink/pull/2185
Changes look good. Test failures are most likely unrelated. Feel free to
merge. +1
> Fix boxed comparison in CommunityDetection algorithm
> ----------------------------------------------------
>
> Key: FLINK-4132
> URL: https://issues.apache.org/jira/browse/FLINK-4132
> Project: Flink
> Issue Type: Bug
> Components: Gelly
> Affects Versions: 1.1.0
> Reporter: Greg Hogan
> Assignee: Greg Hogan
> Priority: Minor
> Fix For: 1.1.0
>
>
> IntelliJ notes that testing boxed primitives for equality will compare
> pointer values. We should be using primitives types.
> {code}
> if (maxScoreLabel != vertex.getValue().f0) {
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)