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
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---