Skip to content

Commit

Permalink
apache#51 Drop obsolete TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Novotnik, Petr committed Apr 8, 2017
1 parent 2220654 commit e65cb53
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,6 @@ public void processElement(StreamRecord<I> record)
removeWindow(merged, null);
}

// FIXME This implementation relies on fact that
// stateCombiner function is actually "fold left".
// That means the result state will end up in the
// first state given to the combiner function.

// merge all mergedStateWindows into stateResultWindow
{
List<State> states = new ArrayList<>();
Expand Down

0 comments on commit e65cb53

Please sign in to comment.