Github user ilganeli commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/316#discussion_r66509670 --- Diff: library/src/main/java/com/datatorrent/lib/window/WindowOption.java --- @@ -0,0 +1,143 @@ +package com.datatorrent.lib.window; + +import java.util.LinkedList; +import java.util.List; + +/** + * + */ +public abstract class WindowOption --- End diff -- Does it make sense to define a merge() function (like in the DataFlow paper) which combines multiple overlapping windows into one?
--- 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. ---