Github user davidyan74 commented on a diff in the pull request:
https://github.com/apache/apex-malhar/pull/316#discussion_r66371339
--- Diff:
library/src/main/java/com/datatorrent/lib/window/Quantification.java ---
@@ -0,0 +1,31 @@
+package com.datatorrent.lib.window;
+
+/**
+ * Created by siyuan on 6/3/16.
+ */
+public class Quantification
+{
--- End diff --
I just discussed with Siyuan. We agreed to separate Duration specification
and number of tuple specification, and there will be no more Object[] in the
rest of the code. I will make the changes in my local repo.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---