[
https://issues.apache.org/jira/browse/FLINK-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16068925#comment-16068925
]
ASF GitHub Bot commented on FLINK-6880:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/4098#discussion_r124902455
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/iterative/io/SolutionSetFastUpdateOutputCollector.java
---
@@ -18,17 +18,17 @@
package org.apache.flink.runtime.iterative.io;
-import java.io.IOException;
-
import org.apache.flink.runtime.operators.hash.CompactingHashTable;
import org.apache.flink.util.Collector;
+import java.io.IOException;
+
/**
* A {@link Collector} to update the solution set of a workset iteration.
- * <p>
- * The records are written to a HashTable hash table to allow in-memory
point updates.
- * <p>
- * Assumption for fast updates: the build side iterator of the hash table
is already positioned for the update. This
+ *
+ * <p>The records are written to a HashTable hash table to allow in-memory
point updates.
--- End diff --
duplicate hash table
> Activate checkstyle for runtime/iterative
> -----------------------------------------
>
> Key: FLINK-6880
> URL: https://issues.apache.org/jira/browse/FLINK-6880
> Project: Flink
> Issue Type: Improvement
> Components: Local Runtime
> Affects Versions: 1.4.0
> Reporter: Greg Hogan
> Assignee: Greg Hogan
> Priority: Trivial
> Fix For: 1.4.0
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)